COLOR #B0E5D8

HEX: #B0E5D8 RGB: (176,229,216)

Color info

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

RGB color model

#B0E5D8 color RGB value is (176,229,216).

RGB: (176,229,216) (69%, 90%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 216 of 255 = 85%

176
229
216

R + G + B ~ 81%. #B0E5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 229 + 216 = 621 (100%)
R 176 of 621 ~ 28.34%
G 229 of 621 ~ 36.88%
B 216 of 621 ~ 34.78'%

%28.34
%36.88
%34.78

CMYK color model

#B0E5D8 color CMYK value is (23,0,6,10).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%

CMYK: (23,0,6,10)
C23M0Y6K10 (23%, 0%, 6%, 10%)
(0.23 / 0.00 / 0.06 / 0.10)

CMYK percentages

%23.14
%0
%5.68
%10.2

Codes

Color #B0E5D8 in popluar color models

B0 E5 D8
RGB 176 229 216
HSL 165° 50.48% 79.41%
HSB/HSV 165° 23.14% 89.80%
CMYK 23.14% 0.00% 5.68%
10.20%

Color #B0E5D8 in popluar number systems.

HEX B0 E5 D8
Decimal 176 229 216
Binary 10110000 11100101 11011000
Octal 260 345 330

Shades and tints

Shades of #B0E5D8

#B0E5D8
(176,229,216)
#A0D1C5
(160,209,197)
#90BDB2
(144,189,178)
#80A99F
(128,169,159)
#70958C
(112,149,140)
#608179
(96,129,121)
#506D66
(80,109,102)
#405953
(64,89,83)
#304540
(48,69,64)
#20312D
(32,49,45)
#101D1A
(16,29,26)
#000000
(0,0,0)

Tints of #B0E5D8

#B0E5D8
(176,229,216)
#B7E7DB
(183,231,219)
#BEE9DE
(190,233,222)
#C5EBE1
(197,235,225)
#CCEDE4
(204,237,228)
#D3EFE7
(211,239,231)
#DAF1EA
(218,241,234)
#E1F3ED
(225,243,237)
#E8F5F0
(232,245,240)
#EFF7F3
(239,247,243)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5D8; }

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

This text font color is #B0E5D8.

Background Color

.myBgColor { background-color: #B0E5D8; }

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

This div background color is #B0E5D8.

Border color

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

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

This div border color is #B0E5D8.

Opacity

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

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

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

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

This text has shadow with #B0E5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E5D8.

Preview

Color preview on black background

This text has color #B0E5D8 on black background.


Color preview on white background

This text has color #B0E5D8 on white background.


Black color preview on #B0E5D8 background

This text has black color on #B0E5D8 background.


White color preview on #B0E5D8 background

This text has white color on #B0E5D8 background.


Related colors

Complementary color

Complementary color for #hex is #4F1A27.


I love getcolorcode.com

Triadic colors

1 #D8B0E5 and #E5D8B0 with #B0E5D8 are triadic colors.

2 #D8E5B0 and #E5B0D8 with #B0E5D8 are triadic colors.