COLOR #B9CDCE

HEX: #B9CDCE RGB: (185,205,206)

Color info

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

RGB color model

#B9CDCE color RGB value is (185,205,206).

RGB: (185,205,206) (73%, 80%, 81%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 206 of 255 = 81%

185
205
206

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

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 206 = 596 (100%)
R 185 of 596 ~ 31.04%
G 205 of 596 ~ 34.4%
B 206 of 596 ~ 34.56'%

%31.04
%34.4
%34.56

CMYK color model

#B9CDCE color CMYK value is (10,0,0,19).

  • cyan value is 10.19%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (10,0,0,19)
C10M0Y0K19 (10%, 0%, 0%, 19%)
(0.10 / 0.00 / 0.00 / 0.19)

CMYK percentages

%10.19
%0.49
%0
%19.22

Codes

Color #B9CDCE in popluar color models

B9 CD CE
RGB 185 205 206
HSL 183° 17.65% 76.67%
HSB/HSV 183° 10.19% 80.78%
CMYK 10.19% 0.49% 0.00%
19.22%

Color #B9CDCE in popluar number systems.

HEX B9 CD CE
Decimal 185 205 206
Binary 10111001 11001101 11001110
Octal 271 315 316

Shades and tints

Shades of #B9CDCE

#B9CDCE
(185,205,206)
#A9BBBC
(169,187,188)
#99A9AA
(153,169,170)
#899798
(137,151,152)
#798586
(121,133,134)
#697374
(105,115,116)
#596162
(89,97,98)
#494F50
(73,79,80)
#393D3E
(57,61,62)
#292B2C
(41,43,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #B9CDCE

#B9CDCE
(185,205,206)
#BFD1D2
(191,209,210)
#C5D5D6
(197,213,214)
#CBD9DA
(203,217,218)
#D1DDDE
(209,221,222)
#D7E1E2
(215,225,226)
#DDE5E6
(221,229,230)
#E3E9EA
(227,233,234)
#E9EDEE
(233,237,238)
#EFF1F2
(239,241,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CDCE color. Also use rgb(185,205,206) instead hex code.

Text Font Color

.myTextColor { color: #B9CDCE; }

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

This text font color is #B9CDCE.

Background Color

.myBgColor { background-color: #B9CDCE; }

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

This div background color is #B9CDCE.

Border color

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

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

This div border color is #B9CDCE.

Opacity

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

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

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

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

This text has shadow with #B9CDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CDCE.

Preview

Color preview on black background

This text has color #B9CDCE on black background.


Color preview on white background

This text has color #B9CDCE on white background.


Black color preview on #B9CDCE background

This text has black color on #B9CDCE background.


White color preview on #B9CDCE background

This text has white color on #B9CDCE background.


Related colors

Complementary color

Complementary color for #hex is #463231.


I love getcolorcode.com

Triadic colors

1 #CEB9CD and #CDCEB9 with #B9CDCE are triadic colors.

2 #CECDB9 and #CDB9CE with #B9CDCE are triadic colors.