COLOR #B9D5CA

HEX: #B9D5CA
RGB: (185,213,202)

Color info

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

RGB color model

#B9D5CA color RGB value is (185,213,202).

  • red value is 185;
  • green value is 213;
  • blue value is 202.
RGB:
(185,213,202)
(73%,84%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 202 of 255 = 79%

185
213
202

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

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 202 = 600 (100%)
R 185 of 600 ~ 30.83%
G 213 of 600 ~ 35.5%
B 202 of 600 ~ 33.67%

%30.83
%35.5
%33.67

CMYK color model

#B9D5CA color CMYK value is (13,0,5,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(13,0,5,16)
C13M0Y5K16 
(13%,0%,5%,16%)
(0.13/0.00/0.05/0.16)	

CMYK percentages

%13.15
%0
%5.16
%16.47

Codes

Color #B9D5CA in popluar color models

B9D5CA
RGB185213202
HSL156°25.00%78.04%
HSB/HSV156°13.15%83.53%
CMYK13.15%0.00%5.16%
16.47%

Color #B9D5CA in popluar number systems.

HEXB9D5CA
Decimal185213202
Binary101110011101010111001010
Octal271325312

Shades and tints

Shades of #B9D5CA

#B9D5CA
(185,213,202)
#A9C2B8
(169,194,184)
#99AFA6
(153,175,166)
#899C94
(137,156,148)
#798982
(121,137,130)
#697670
(105,118,112)
#59635E
(89,99,94)
#49504C
(73,80,76)
#393D3A
(57,61,58)
#292A28
(41,42,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9D5CA

#B9D5CA
(185,213,202)
#BFD8CE
(191,216,206)
#C5DBD2
(197,219,210)
#CBDED6
(203,222,214)
#D1E1DA
(209,225,218)
#D7E4DE
(215,228,222)
#DDE7E2
(221,231,226)
#E3EAE6
(227,234,230)
#E9EDEA
(233,237,234)
#EFF0EE
(239,240,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D5CA color. Also use rgb(185,213,202) instead hex code.

Text Font Color

.myTextColor { color: #B9D5CA; }

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

This text font color is #B9D5CA.


Background Color

.myBgColor { background-color: #B9D5CA; }

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

This div background color is #B9D5CA.


Border color

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

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

This div border color is #B9D5CA.


Opacity

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

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

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

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

This text has shadow with #B9D5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D5CA on black background.


Color preview on white background

This text has color #B9D5CA on white background.



Black color preview on #B9D5CA background

This text has black color on #B9D5CA background.


White color preview on #B9D5CA background

This text has white color on #B9D5CA background.