COLOR #B0EE9F

HEX: #B0EE9F
RGB: (176,238,159)

Color info

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

RGB color model

#B0EE9F color RGB value is (176,238,159).

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

RGB channels and saturation

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

176
238
159

R + G + B ~ 75%. #B0EE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 238 + 159 = 573 (100%)
R 176 of 573 ~ 30.72%
G 238 of 573 ~ 41.54%
B 159 of 573 ~ 27.75%

%30.72
%41.54
%27.75

CMYK color model

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

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

CMYK percentages

%26.05
%0
%33.19
%6.67

Codes

Color #B0EE9F in popluar color models

B0EE9F
RGB176238159
HSL107°69.91%77.84%
HSB/HSV107°33.19%93.33%
CMYK26.05%0.00%33.19%
6.67%

Color #B0EE9F in popluar number systems.

HEXB0EE9F
Decimal176238159
Binary101100001110111010011111
Octal260356237

Shades and tints

Shades of #B0EE9F

#B0EE9F
(176,238,159)
#A0D991
(160,217,145)
#90C483
(144,196,131)
#80AF75
(128,175,117)
#709A67
(112,154,103)
#608559
(96,133,89)
#50704B
(80,112,75)
#405B3D
(64,91,61)
#30462F
(48,70,47)
#203121
(32,49,33)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #B0EE9F

#B0EE9F
(176,238,159)
#B7EFA7
(183,239,167)
#BEF0AF
(190,240,175)
#C5F1B7
(197,241,183)
#CCF2BF
(204,242,191)
#D3F3C7
(211,243,199)
#DAF4CF
(218,244,207)
#E1F5D7
(225,245,215)
#E8F6DF
(232,246,223)
#EFF7E7
(239,247,231)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EE9F; }

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

This text font color is #B0EE9F.


Background Color

.myBgColor { background-color: #B0EE9F; }

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

This div background color is #B0EE9F.


Border color

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

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

This div border color is #B0EE9F.


Opacity

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

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

Text with #B0EE9F 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 #B0EE9F;}

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

This text has shadow with #B0EE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EE9F on black background.


Color preview on white background

This text has color #B0EE9F on white background.



Black color preview on #B0EE9F background

This text has black color on #B0EE9F background.


White color preview on #B0EE9F background

This text has white color on #B0EE9F background.