COLOR #B9D0CC

HEX: #B9D0CC RGB: (185,208,204)

Color info

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

RGB color model

#B9D0CC color RGB value is (185,208,204).

RGB: (185,208,204) (73%, 82%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 204 of 255 = 80%

185
208
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 204 = 597 (100%)
R 185 of 597 ~ 30.99%
G 208 of 597 ~ 34.84%
B 204 of 597 ~ 34.17'%

%30.99
%34.84
%34.17

CMYK color model

#B9D0CC color CMYK value is (11,0,2,18).

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

CMYK: (11,0,2,18)
C11M0Y2K18 (11%, 0%, 2%, 18%)
(0.11 / 0.00 / 0.02 / 0.18)

CMYK percentages

%11.06
%0
%1.92
%18.43

Codes

Color #B9D0CC in popluar color models

B9 D0 CC
RGB 185 208 204
HSL 170° 19.66% 77.06%
HSB/HSV 170° 11.06% 81.57%
CMYK 11.06% 0.00% 1.92%
18.43%

Color #B9D0CC in popluar number systems.

HEX B9 D0 CC
Decimal 185 208 204
Binary 10111001 11010000 11001100
Octal 271 320 314

Shades and tints

Shades of #B9D0CC

#B9D0CC
(185,208,204)
#A9BEBA
(169,190,186)
#99ACA8
(153,172,168)
#899A96
(137,154,150)
#798884
(121,136,132)
#697672
(105,118,114)
#596460
(89,100,96)
#49524E
(73,82,78)
#39403C
(57,64,60)
#292E2A
(41,46,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9D0CC

#B9D0CC
(185,208,204)
#BFD4D0
(191,212,208)
#C5D8D4
(197,216,212)
#CBDCD8
(203,220,216)
#D1E0DC
(209,224,220)
#D7E4E0
(215,228,224)
#DDE8E4
(221,232,228)
#E3ECE8
(227,236,232)
#E9F0EC
(233,240,236)
#EFF4F0
(239,244,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D0CC; }

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

This text font color is #B9D0CC.

Background Color

.myBgColor { background-color: #B9D0CC; }

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

This div background color is #B9D0CC.

Border color

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

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

This div border color is #B9D0CC.

Opacity

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

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

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

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

This text has shadow with #B9D0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0CC.

Preview

Color preview on black background

This text has color #B9D0CC on black background.


Color preview on white background

This text has color #B9D0CC on white background.


Black color preview on #B9D0CC background

This text has black color on #B9D0CC background.


White color preview on #B9D0CC background

This text has white color on #B9D0CC background.


Related colors

Complementary color

Complementary color for #hex is #462F33.


I love getcolorcode.com

Triadic colors

1 #CCB9D0 and #D0CCB9 with #B9D0CC are triadic colors.

2 #CCD0B9 and #D0B9CC with #B9D0CC are triadic colors.