COLOR #B9CCD6

HEX: #B9CCD6 RGB: (185,204,214)

Color info

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

RGB color model

#B9CCD6 color RGB value is (185,204,214).

RGB: (185,204,214) (73%, 80%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 214 of 255 = 84%

185
204
214

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

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 214 = 603 (100%)
R 185 of 603 ~ 30.68%
G 204 of 603 ~ 33.83%
B 214 of 603 ~ 35.49'%

%30.68
%33.83
%35.49

CMYK color model

#B9CCD6 color CMYK value is (14,5,0,16).

  • cyan value is 13.55%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (14,5,0,16)
C14M5Y0K16 (14%, 5%, 0%, 16%)
(0.14 / 0.05 / 0.00 / 0.16)

CMYK percentages

%13.55
%4.67
%0
%16.08

Codes

Color #B9CCD6 in popluar color models

B9 CC D6
RGB 185 204 214
HSL 201° 26.13% 78.24%
HSB/HSV 201° 13.55% 83.92%
CMYK 13.55% 4.67% 0.00%
16.08%

Color #B9CCD6 in popluar number systems.

HEX B9 CC D6
Decimal 185 204 214
Binary 10111001 11001100 11010110
Octal 271 314 326

Shades and tints

Shades of #B9CCD6

#B9CCD6
(185,204,214)
#A9BAC3
(169,186,195)
#99A8B0
(153,168,176)
#89969D
(137,150,157)
#79848A
(121,132,138)
#697277
(105,114,119)
#596064
(89,96,100)
#494E51
(73,78,81)
#393C3E
(57,60,62)
#292A2B
(41,42,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9CCD6

#B9CCD6
(185,204,214)
#BFD0D9
(191,208,217)
#C5D4DC
(197,212,220)
#CBD8DF
(203,216,223)
#D1DCE2
(209,220,226)
#D7E0E5
(215,224,229)
#DDE4E8
(221,228,232)
#E3E8EB
(227,232,235)
#E9ECEE
(233,236,238)
#EFF0F1
(239,240,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCD6; }

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

This text font color is #B9CCD6.

Background Color

.myBgColor { background-color: #B9CCD6; }

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

This div background color is #B9CCD6.

Border color

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

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

This div border color is #B9CCD6.

Opacity

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

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

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

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

This text has shadow with #B9CCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CCD6.

Preview

Color preview on black background

This text has color #B9CCD6 on black background.


Color preview on white background

This text has color #B9CCD6 on white background.


Black color preview on #B9CCD6 background

This text has black color on #B9CCD6 background.


White color preview on #B9CCD6 background

This text has white color on #B9CCD6 background.


Related colors

Complementary color

Complementary color for #hex is #463329.


I love getcolorcode.com

Triadic colors

1 #D6B9CC and #CCD6B9 with #B9CCD6 are triadic colors.

2 #D6CCB9 and #CCB9D6 with #B9CCD6 are triadic colors.