COLOR #B9CECD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
206
205

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

Portions of RGB colors in percentages

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

%31.04
%34.56
%34.4

CMYK color model

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

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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
%0.49
%19.22

Codes

Color #B9CECD in popluar color models

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

Color #B9CECD in popluar number systems.

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

Shades and tints

Shades of #B9CECD

#B9CECD
(185,206,205)
#A9BCBB
(169,188,187)
#99AAA9
(153,170,169)
#899897
(137,152,151)
#798685
(121,134,133)
#697473
(105,116,115)
#596261
(89,98,97)
#49504F
(73,80,79)
#393E3D
(57,62,61)
#292C2B
(41,44,43)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #B9CECD

#B9CECD
(185,206,205)
#BFD2D1
(191,210,209)
#C5D6D5
(197,214,213)
#CBDAD9
(203,218,217)
#D1DEDD
(209,222,221)
#D7E2E1
(215,226,225)
#DDE6E5
(221,230,229)
#E3EAE9
(227,234,233)
#E9EEED
(233,238,237)
#EFF2F1
(239,242,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CECD; }

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

This text font color is #B9CECD.

Background Color

.myBgColor { background-color: #B9CECD; }

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

This div background color is #B9CECD.

Border color

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

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

This div border color is #B9CECD.

Opacity

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

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

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

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

This text has shadow with #B9CECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CECD.

Preview

Color preview on black background

This text has color #B9CECD on black background.


Color preview on white background

This text has color #B9CECD on white background.


Black color preview on #B9CECD background

This text has black color on #B9CECD background.


White color preview on #B9CECD background

This text has white color on #B9CECD background.


Related colors

Complementary color

Complementary color for #hex is #463132.


I love getcolorcode.com

Triadic colors

1 #CDB9CE and #CECDB9 with #B9CECD are triadic colors.

2 #CDCEB9 and #CEB9CD with #B9CECD are triadic colors.