COLOR #B0E7D8

HEX: #B0E7D8 RGB: (176,231,216)

Color info

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

RGB color model

#B0E7D8 color RGB value is (176,231,216).

RGB: (176,231,216) (69%, 91%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 231 of 255 = 91%
B 216 of 255 = 85%

176
231
216

R + G + B ~ 82%. #B0E7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 231 + 216 = 623 (100%)
R 176 of 623 ~ 28.25%
G 231 of 623 ~ 37.08%
B 216 of 623 ~ 34.67'%

%28.25
%37.08
%34.67

CMYK color model

#B0E7D8 color CMYK value is (24,0,6,9).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 9.41%

CMYK: (24,0,6,9)
C24M0Y6K9 (24%, 0%, 6%, 9%)
(0.24 / 0.00 / 0.06 / 0.09)

CMYK percentages

%23.81
%0
%6.49
%9.41

Codes

Color #B0E7D8 in popluar color models

B0 E7 D8
RGB 176 231 216
HSL 164° 53.40% 79.80%
HSB/HSV 164° 23.81% 90.59%
CMYK 23.81% 0.00% 6.49%
9.41%

Color #B0E7D8 in popluar number systems.

HEX B0 E7 D8
Decimal 176 231 216
Binary 10110000 11100111 11011000
Octal 260 347 330

Shades and tints

Shades of #B0E7D8

#B0E7D8
(176,231,216)
#A0D2C5
(160,210,197)
#90BDB2
(144,189,178)
#80A89F
(128,168,159)
#70938C
(112,147,140)
#607E79
(96,126,121)
#506966
(80,105,102)
#405453
(64,84,83)
#303F40
(48,63,64)
#202A2D
(32,42,45)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B0E7D8

#B0E7D8
(176,231,216)
#B7E9DB
(183,233,219)
#BEEBDE
(190,235,222)
#C5EDE1
(197,237,225)
#CCEFE4
(204,239,228)
#D3F1E7
(211,241,231)
#DAF3EA
(218,243,234)
#E1F5ED
(225,245,237)
#E8F7F0
(232,247,240)
#EFF9F3
(239,249,243)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E7D8; }

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

This text font color is #B0E7D8.

Background Color

.myBgColor { background-color: #B0E7D8; }

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

This div background color is #B0E7D8.

Border color

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

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

This div border color is #B0E7D8.

Opacity

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

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

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

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

This text has shadow with #B0E7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E7D8.

Preview

Color preview on black background

This text has color #B0E7D8 on black background.


Color preview on white background

This text has color #B0E7D8 on white background.


Black color preview on #B0E7D8 background

This text has black color on #B0E7D8 background.


White color preview on #B0E7D8 background

This text has white color on #B0E7D8 background.


Related colors

Complementary color

Complementary color for #hex is #4F1827.


I love getcolorcode.com

Triadic colors

1 #D8B0E7 and #E7D8B0 with #B0E7D8 are triadic colors.

2 #D8E7B0 and #E7B0D8 with #B0E7D8 are triadic colors.