COLOR #B9D1CC

HEX: #B9D1CC RGB: (185,209,204)

Color info

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

RGB color model

#B9D1CC color RGB value is (185,209,204).

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

RGB channels and saturation

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

185
209
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 209 + 204 = 598 (100%)
R 185 of 598 ~ 30.94%
G 209 of 598 ~ 34.95%
B 204 of 598 ~ 34.11'%

%30.94
%34.95
%34.11

CMYK color model

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

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%

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

CMYK percentages

%11.48
%0
%2.39
%18.04

Codes

Color #B9D1CC in popluar color models

B9 D1 CC
RGB 185 209 204
HSL 168° 20.69% 77.25%
HSB/HSV 168° 11.48% 81.96%
CMYK 11.48% 0.00% 2.39%
18.04%

Color #B9D1CC in popluar number systems.

HEX B9 D1 CC
Decimal 185 209 204
Binary 10111001 11010001 11001100
Octal 271 321 314

Shades and tints

Shades of #B9D1CC

#B9D1CC
(185,209,204)
#A9BEBA
(169,190,186)
#99ABA8
(153,171,168)
#899896
(137,152,150)
#798584
(121,133,132)
#697272
(105,114,114)
#595F60
(89,95,96)
#494C4E
(73,76,78)
#39393C
(57,57,60)
#29262A
(41,38,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9D1CC

#B9D1CC
(185,209,204)
#BFD5D0
(191,213,208)
#C5D9D4
(197,217,212)
#CBDDD8
(203,221,216)
#D1E1DC
(209,225,220)
#D7E5E0
(215,229,224)
#DDE9E4
(221,233,228)
#E3EDE8
(227,237,232)
#E9F1EC
(233,241,236)
#EFF5F0
(239,245,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D1CC; }

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

This text font color is #B9D1CC.

Background Color

.myBgColor { background-color: #B9D1CC; }

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

This div background color is #B9D1CC.

Border color

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

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

This div border color is #B9D1CC.

Opacity

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

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

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

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

This text has shadow with #B9D1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D1CC.

Preview

Color preview on black background

This text has color #B9D1CC on black background.


Color preview on white background

This text has color #B9D1CC on white background.


Black color preview on #B9D1CC background

This text has black color on #B9D1CC background.


White color preview on #B9D1CC background

This text has white color on #B9D1CC background.


Related colors

Complementary color

Complementary color for #hex is #462E33.


I love getcolorcode.com

Triadic colors

1 #CCB9D1 and #D1CCB9 with #B9D1CC are triadic colors.

2 #CCD1B9 and #D1B9CC with #B9D1CC are triadic colors.