COLOR #B0E5CD

HEX: #B0E5CD RGB: (176,229,205)

Color info

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

RGB color model

#B0E5CD color RGB value is (176,229,205).

RGB: (176,229,205) (69%, 90%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 205 of 255 = 80%

176
229
205

R + G + B ~ 80%. #B0E5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 229 + 205 = 610 (100%)
R 176 of 610 ~ 28.85%
G 229 of 610 ~ 37.54%
B 205 of 610 ~ 33.61'%

%28.85
%37.54
%33.61

CMYK color model

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

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

CMYK: (23,0,10,10)
C23M0Y10K10 (23%, 0%, 10%, 10%)
(0.23 / 0.00 / 0.10 / 0.10)

CMYK percentages

%23.14
%0
%10.48
%10.2

Codes

Color #B0E5CD in popluar color models

B0 E5 CD
RGB 176 229 205
HSL 153° 50.48% 79.41%
HSB/HSV 153° 23.14% 89.80%
CMYK 23.14% 0.00% 10.48%
10.20%

Color #B0E5CD in popluar number systems.

HEX B0 E5 CD
Decimal 176 229 205
Binary 10110000 11100101 11001101
Octal 260 345 315

Shades and tints

Shades of #B0E5CD

#B0E5CD
(176,229,205)
#A0D1BB
(160,209,187)
#90BDA9
(144,189,169)
#80A997
(128,169,151)
#709585
(112,149,133)
#608173
(96,129,115)
#506D61
(80,109,97)
#40594F
(64,89,79)
#30453D
(48,69,61)
#20312B
(32,49,43)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0E5CD

#B0E5CD
(176,229,205)
#B7E7D1
(183,231,209)
#BEE9D5
(190,233,213)
#C5EBD9
(197,235,217)
#CCEDDD
(204,237,221)
#D3EFE1
(211,239,225)
#DAF1E5
(218,241,229)
#E1F3E9
(225,243,233)
#E8F5ED
(232,245,237)
#EFF7F1
(239,247,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5CD; }

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

This text font color is #B0E5CD.

Background Color

.myBgColor { background-color: #B0E5CD; }

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

This div background color is #B0E5CD.

Border color

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

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

This div border color is #B0E5CD.

Opacity

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

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

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

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

This text has shadow with #B0E5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E5CD.

Preview

Color preview on black background

This text has color #B0E5CD on black background.


Color preview on white background

This text has color #B0E5CD on white background.


Black color preview on #B0E5CD background

This text has black color on #B0E5CD background.


White color preview on #B0E5CD background

This text has white color on #B0E5CD background.


Related colors

Complementary color

Complementary color for #hex is #4F1A32.


I love getcolorcode.com

Triadic colors

1 #CDB0E5 and #E5CDB0 with #B0E5CD are triadic colors.

2 #CDE5B0 and #E5B0CD with #B0E5CD are triadic colors.