COLOR #B5D4D1

HEX: #B5D4D1
RGB: (181,212,209)

Color info

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

RGB color model

#B5D4D1 color RGB value is (181,212,209).

  • red value is 181;
  • green value is 212;
  • blue value is 209.
RGB:
(181,212,209)
(71%,83%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 209 of 255 = 82%

181
212
209

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

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 209 = 602 (100%)
R 181 of 602 ~ 30.07%
G 212 of 602 ~ 35.22%
B 209 of 602 ~ 34.72%

%30.07
%35.22
%34.72

CMYK color model

#B5D4D1 color CMYK value is (15,0,1,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(15,0,1,17)
C15M0Y1K17 
(15%,0%,1%,17%)
(0.15/0.00/0.01/0.17)	

CMYK percentages

%14.62
%0
%1.42
%16.86

Codes

Color #B5D4D1 in popluar color models

B5D4D1
RGB181212209
HSL174°26.50%77.06%
HSB/HSV174°14.62%83.14%
CMYK14.62%0.00%1.42%
16.86%

Color #B5D4D1 in popluar number systems.

HEXB5D4D1
Decimal181212209
Binary101101011101010011010001
Octal265324321

Shades and tints

Shades of #B5D4D1

#B5D4D1
(181,212,209)
#A5C1BE
(165,193,190)
#95AEAB
(149,174,171)
#859B98
(133,155,152)
#758885
(117,136,133)
#657572
(101,117,114)
#55625F
(85,98,95)
#454F4C
(69,79,76)
#353C39
(53,60,57)
#252926
(37,41,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B5D4D1

#B5D4D1
(181,212,209)
#BBD7D5
(187,215,213)
#C1DAD9
(193,218,217)
#C7DDDD
(199,221,221)
#CDE0E1
(205,224,225)
#D3E3E5
(211,227,229)
#D9E6E9
(217,230,233)
#DFE9ED
(223,233,237)
#E5ECF1
(229,236,241)
#EBEFF5
(235,239,245)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D4D1 color. Also use rgb(181,212,209) instead hex code.

Text Font Color

.myTextColor { color: #B5D4D1; }

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

This text font color is #B5D4D1.


Background Color

.myBgColor { background-color: #B5D4D1; }

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

This div background color is #B5D4D1.


Border color

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

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

This div border color is #B5D4D1.


Opacity

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

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

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

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

This text has shadow with #B5D4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4D1 on black background.


Color preview on white background

This text has color #B5D4D1 on white background.



Black color preview on #B5D4D1 background

This text has black color on #B5D4D1 background.


White color preview on #B5D4D1 background

This text has white color on #B5D4D1 background.