COLOR #B9D0CA

HEX: #B9D0CA RGB: (185,208,202)

Color info

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

RGB color model

#B9D0CA color RGB value is (185,208,202).

RGB: (185,208,202) (73%, 82%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 202 of 255 = 79%

185
208
202

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

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 202 = 595 (100%)
R 185 of 595 ~ 31.09%
G 208 of 595 ~ 34.96%
B 202 of 595 ~ 33.95'%

%31.09
%34.96
%33.95

CMYK color model

#B9D0CA color CMYK value is (11,0,3,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%

CMYK: (11,0,3,18)
C11M0Y3K18 (11%, 0%, 3%, 18%)
(0.11 / 0.00 / 0.03 / 0.18)

CMYK percentages

%11.06
%0
%2.88
%18.43

Codes

Color #B9D0CA in popluar color models

B9 D0 CA
RGB 185 208 202
HSL 164° 19.66% 77.06%
HSB/HSV 164° 11.06% 81.57%
CMYK 11.06% 0.00% 2.88%
18.43%

Color #B9D0CA in popluar number systems.

HEX B9 D0 CA
Decimal 185 208 202
Binary 10111001 11010000 11001010
Octal 271 320 312

Shades and tints

Shades of #B9D0CA

#B9D0CA
(185,208,202)
#A9BEB8
(169,190,184)
#99ACA6
(153,172,166)
#899A94
(137,154,148)
#798882
(121,136,130)
#697670
(105,118,112)
#59645E
(89,100,94)
#49524C
(73,82,76)
#39403A
(57,64,58)
#292E28
(41,46,40)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #B9D0CA

#B9D0CA
(185,208,202)
#BFD4CE
(191,212,206)
#C5D8D2
(197,216,210)
#CBDCD6
(203,220,214)
#D1E0DA
(209,224,218)
#D7E4DE
(215,228,222)
#DDE8E2
(221,232,226)
#E3ECE6
(227,236,230)
#E9F0EA
(233,240,234)
#EFF4EE
(239,244,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D0CA; }

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

This text font color is #B9D0CA.

Background Color

.myBgColor { background-color: #B9D0CA; }

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

This div background color is #B9D0CA.

Border color

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

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

This div border color is #B9D0CA.

Opacity

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

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

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

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

This text has shadow with #B9D0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0CA.

Preview

Color preview on black background

This text has color #B9D0CA on black background.


Color preview on white background

This text has color #B9D0CA on white background.


Black color preview on #B9D0CA background

This text has black color on #B9D0CA background.


White color preview on #B9D0CA background

This text has white color on #B9D0CA background.


Related colors

Complementary color

Complementary color for #hex is #462F35.


I love getcolorcode.com

Triadic colors

1 #CAB9D0 and #D0CAB9 with #B9D0CA are triadic colors.

2 #CAD0B9 and #D0B9CA with #B9D0CA are triadic colors.