COLOR #B5D8D0

HEX: #B5D8D0
RGB: (181,216,208)

Color info

#B5D8D0 contains red, green and blue colors in about the same proportion. Web safe color of #B5D8D0 is #CCCCCC (or #CCC).

RGB color model

#B5D8D0 color RGB value is (181,216,208).

  • red value is 181;
  • green value is 216;
  • blue value is 208.
RGB:
(181,216,208)
(71%,85%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 208 of 255 = 82%

181
216
208

R + G + B ~ 79%. #B5D8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 208 = 605 (100%)
R 181 of 605 ~ 29.92%
G 216 of 605 ~ 35.7%
B 208 of 605 ~ 34.38%

%29.92
%35.7
%34.38

CMYK color model

#B5D8D0 color CMYK value is (16,0,4,15).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 15.29%
CMYK:
(16,0,4,15)
C16M0Y4K15 
(16%,0%,4%,15%)
(0.16/0.00/0.04/0.15)	

CMYK percentages

%16.2
%0
%3.7
%15.29

Codes

Color #B5D8D0 in popluar color models

B5D8D0
RGB181216208
HSL166°30.97%77.84%
HSB/HSV166°16.20%84.71%
CMYK16.20%0.00%3.70%
15.29%

Color #B5D8D0 in popluar number systems.

HEXB5D8D0
Decimal181216208
Binary101101011101100011010000
Octal265330320

Shades and tints

Shades of #B5D8D0

#B5D8D0
(181,216,208)
#A5C5BE
(165,197,190)
#95B2AC
(149,178,172)
#859F9A
(133,159,154)
#758C88
(117,140,136)
#657976
(101,121,118)
#556664
(85,102,100)
#455352
(69,83,82)
#354040
(53,64,64)
#252D2E
(37,45,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #B5D8D0

#B5D8D0
(181,216,208)
#BBDBD4
(187,219,212)
#C1DED8
(193,222,216)
#C7E1DC
(199,225,220)
#CDE4E0
(205,228,224)
#D3E7E4
(211,231,228)
#D9EAE8
(217,234,232)
#DFEDEC
(223,237,236)
#E5F0F0
(229,240,240)
#EBF3F4
(235,243,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D8D0 color. Also use rgb(181,216,208) instead hex code.

Text Font Color

.myTextColor { color: #B5D8D0; }

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

This text font color is #B5D8D0.


Background Color

.myBgColor { background-color: #B5D8D0; }

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

This div background color is #B5D8D0.


Border color

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

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

This div border color is #B5D8D0.


Opacity

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

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

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

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

This text has shadow with #B5D8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D8D0 on black background.


Color preview on white background

This text has color #B5D8D0 on white background.



Black color preview on #B5D8D0 background

This text has black color on #B5D8D0 background.


White color preview on #B5D8D0 background

This text has white color on #B5D8D0 background.