COLOR #B0EEB0

HEX: #B0EEB0
RGB: (176,238,176)

Color info

#B0EEB0 contains mainly green color. Web safe color of #B0EEB0 is #99FF99 (or #9F9).

RGB color model

#B0EEB0 color RGB value is (176,238,176).

  • red value is 176;
  • green value is 238;
  • blue value is 176.
RGB:
(176,238,176)
(69%,93%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 176 of 255 = 69%

176
238
176

R + G + B ~ 77%. #B0EEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 238 + 176 = 590 (100%)
R 176 of 590 ~ 29.83%
G 238 of 590 ~ 40.34%
B 176 of 590 ~ 29.83%

%29.83
%40.34
%29.83

CMYK color model

#B0EEB0 color CMYK value is (26,0,26,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(26,0,26,7)
C26M0Y26K7 
(26%,0%,26%,7%)
(0.26/0.00/0.26/0.07)	

CMYK percentages

%26.05
%0
%26.05
%6.67

Codes

Color #B0EEB0 in popluar color models

B0EEB0
RGB176238176
HSL120°64.58%81.18%
HSB/HSV120°26.05%93.33%
CMYK26.05%0.00%26.05%
6.67%

Color #B0EEB0 in popluar number systems.

HEXB0EEB0
Decimal176238176
Binary101100001110111010110000
Octal260356260

Shades and tints

Shades of #B0EEB0

#B0EEB0
(176,238,176)
#A0D9A0
(160,217,160)
#90C490
(144,196,144)
#80AF80
(128,175,128)
#709A70
(112,154,112)
#608560
(96,133,96)
#507050
(80,112,80)
#405B40
(64,91,64)
#304630
(48,70,48)
#203120
(32,49,32)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #B0EEB0

#B0EEB0
(176,238,176)
#B7EFB7
(183,239,183)
#BEF0BE
(190,240,190)
#C5F1C5
(197,241,197)
#CCF2CC
(204,242,204)
#D3F3D3
(211,243,211)
#DAF4DA
(218,244,218)
#E1F5E1
(225,245,225)
#E8F6E8
(232,246,232)
#EFF7EF
(239,247,239)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EEB0 color. Also use rgb(176,238,176) instead hex code.

Text Font Color

.myTextColor { color: #B0EEB0; }

<p style="color:#B0EEB0">This sample text font color is #B0EEB0.</p>

This text font color is #B0EEB0.


Background Color

.myBgColor { background-color: #B0EEB0; }

<div style="background-color:#B0EEB0">Inner text</div>

This div background color is #B0EEB0.


Border color

.myBorderColor { border: 1px solid #B0EEB0; }

<div style="border:3px solid #B0EEB0">Div</div>

This div border color is #B0EEB0.


Opacity

.myOpacity80 { color: #B0EEB0; opacity: 0.8; }

<p style="color:#B0EEB0;opacity:0.8;">80%</p>

Text with #B0EEB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B0EEB0;}

<p style="text-shadow: 3px 3px 1px #B0EEB0">Text here.</p>

This text has shadow with #B0EEB0 color.

.textShadow {text-shadow: 3px 3px 1px #B0EEB0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B0EEB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #B0EEB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0EEB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B0EEB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #B0EEB0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B0EEB0;
  -webkit-box-shadow:	1px 1px 3px 2px #B0EEB0;
  box-shadow:		1px 1px 3px 2px #B0EEB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0EEB0;
-webkit-box-shadow: 1px 1px 3px 2px #B0EEB0;
box-shadow:1px 1px 3px 2px #B0EEB0;">
Div content here</div>
This div box has shadow with color #B0EEB0.

Preview

Color preview on black background

This text has color #B0EEB0 on black background.


Color preview on white background

This text has color #B0EEB0 on white background.



Black color preview on #B0EEB0 background

This text has black color on #B0EEB0 background.


White color preview on #B0EEB0 background

This text has white color on #B0EEB0 background.