COLOR #B0E8B4

HEX: #B0E8B4 RGB: (176,232,180)

Color info

#B0E8B4 contains red, green and blue colors in about the same proportion. Web safe color of #B0E8B4 is #99FFCC (or #9FC).

RGB color model

#B0E8B4 color RGB value is (176,232,180).

RGB: (176,232,180) (69%, 91%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 232 of 255 = 91%
B 180 of 255 = 71%

176
232
180

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

Portions of RGB colors in percentages

R + G + B = 176 + 232 + 180 = 588 (100%)
R 176 of 588 ~ 29.93%
G 232 of 588 ~ 39.46%
B 180 of 588 ~ 30.61'%

%29.93
%39.46
%30.61

CMYK color model

#B0E8B4 color CMYK value is (24,0,22,9).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK: (24,0,22,9) C24M0Y22K9 (24%,0%,22%,9%) (0.24/0.00/0.22/0.09) 

CMYK percentages

%24.14
%0
%22.41
%9.02

Codes

Color #B0E8B4 in popluar color models

B0 E8 B4
RGB 176 232 180
HSL 124° 54.90% 80.00%
HSB/HSV 124° 24.14% 90.98%
CMYK 24.14% 0.00% 22.41%
9.02%

Color #B0E8B4 in popluar number systems.

HEX B0 E8 B4
Decimal 176 232 180
Binary 10110000 11101000 10110100
Octal 260 350 264

Shades and tints

Shades of #B0E8B4

#B0E8B4
(176,232,180)
#A0D3A4
(160,211,164)
#90BE94
(144,190,148)
#80A984
(128,169,132)
#709474
(112,148,116)
#607F64
(96,127,100)
#506A54
(80,106,84)
#405544
(64,85,68)
#304034
(48,64,52)
#202B24
(32,43,36)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B0E8B4

#B0E8B4
(176,232,180)
#B7EABA
(183,234,186)
#BEECC0
(190,236,192)
#C5EEC6
(197,238,198)
#CCF0CC
(204,240,204)
#D3F2D2
(211,242,210)
#DAF4D8
(218,244,216)
#E1F6DE
(225,246,222)
#E8F8E4
(232,248,228)
#EFFAEA
(239,250,234)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E8B4; }

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

This text font color is #B0E8B4.

Background Color

.myBgColor { background-color: #B0E8B4; }

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

This div background color is #B0E8B4.

Border color

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

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

This div border color is #B0E8B4.

Opacity

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

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

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

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

This text has shadow with #B0E8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E8B4.

Preview

Color preview on black background

This text has color #B0E8B4 on black background.


Color preview on white background

This text has color #B0E8B4 on white background.


Black color preview on #B0E8B4 background

This text has black color on #B0E8B4 background.


White color preview on #B0E8B4 background

This text has white color on #B0E8B4 background.


Related colors

Complementary color

Complementary color for #hex is #4F174B.


I love getcolorcode.com

Triadic colors

1 #B4B0E8 and #E8B4B0 with #B0E8B4 are triadic colors.

2 #B4E8B0 and #E8B0B4 with #B0E8B4 are triadic colors.