COLOR #B5D4CF

HEX: #B5D4CF
RGB: (181,212,207)

Color info

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

RGB color model

#B5D4CF color RGB value is (181,212,207).

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

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 207 of 255 = 81%

181
212
207

R + G + B ~ 78%. #B5D4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 207 = 600 (100%)
R 181 of 600 ~ 30.17%
G 212 of 600 ~ 35.33%
B 207 of 600 ~ 34.5%

%30.17
%35.33
%34.5

CMYK color model

#B5D4CF color CMYK value is (15,0,2,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(15,0,2,17)
C15M0Y2K17 
(15%,0%,2%,17%)
(0.15/0.00/0.02/0.17)	

CMYK percentages

%14.62
%0
%2.36
%16.86

Codes

Color #B5D4CF in popluar color models

B5D4CF
RGB181212207
HSL170°26.50%77.06%
HSB/HSV170°14.62%83.14%
CMYK14.62%0.00%2.36%
16.86%

Color #B5D4CF in popluar number systems.

HEXB5D4CF
Decimal181212207
Binary101101011101010011001111
Octal265324317

Shades and tints

Shades of #B5D4CF

#B5D4CF
(181,212,207)
#A5C1BD
(165,193,189)
#95AEAB
(149,174,171)
#859B99
(133,155,153)
#758887
(117,136,135)
#657575
(101,117,117)
#556263
(85,98,99)
#454F51
(69,79,81)
#353C3F
(53,60,63)
#25292D
(37,41,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #B5D4CF

#B5D4CF
(181,212,207)
#BBD7D3
(187,215,211)
#C1DAD7
(193,218,215)
#C7DDDB
(199,221,219)
#CDE0DF
(205,224,223)
#D3E3E3
(211,227,227)
#D9E6E7
(217,230,231)
#DFE9EB
(223,233,235)
#E5ECEF
(229,236,239)
#EBEFF3
(235,239,243)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D4CF; }

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

This text font color is #B5D4CF.


Background Color

.myBgColor { background-color: #B5D4CF; }

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

This div background color is #B5D4CF.


Border color

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

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

This div border color is #B5D4CF.


Opacity

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

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

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

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

This text has shadow with #B5D4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4CF on black background.


Color preview on white background

This text has color #B5D4CF on white background.



Black color preview on #B5D4CF background

This text has black color on #B5D4CF background.


White color preview on #B5D4CF background

This text has white color on #B5D4CF background.