COLOR #B9CFCC

HEX: #B9CFCC RGB: (185,207,204)

Color info

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

RGB color model

#B9CFCC color RGB value is (185,207,204).

RGB: (185,207,204) (73%, 81%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 204 of 255 = 80%

185
207
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 207 + 204 = 596 (100%)
R 185 of 596 ~ 31.04%
G 207 of 596 ~ 34.73%
B 204 of 596 ~ 34.23'%

%31.04
%34.73
%34.23

CMYK color model

#B9CFCC color CMYK value is (11,0,1,19).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%

CMYK: (11,0,1,19)
C11M0Y1K19 (11%, 0%, 1%, 19%)
(0.11 / 0.00 / 0.01 / 0.19)

CMYK percentages

%10.63
%0
%1.45
%18.82

Codes

Color #B9CFCC in popluar color models

B9 CF CC
RGB 185 207 204
HSL 172° 18.64% 76.86%
HSB/HSV 172° 10.63% 81.18%
CMYK 10.63% 0.00% 1.45%
18.82%

Color #B9CFCC in popluar number systems.

HEX B9 CF CC
Decimal 185 207 204
Binary 10111001 11001111 11001100
Octal 271 317 314

Shades and tints

Shades of #B9CFCC

#B9CFCC
(185,207,204)
#A9BDBA
(169,189,186)
#99ABA8
(153,171,168)
#899996
(137,153,150)
#798784
(121,135,132)
#697572
(105,117,114)
#596360
(89,99,96)
#49514E
(73,81,78)
#393F3C
(57,63,60)
#292D2A
(41,45,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #B9CFCC

#B9CFCC
(185,207,204)
#BFD3D0
(191,211,208)
#C5D7D4
(197,215,212)
#CBDBD8
(203,219,216)
#D1DFDC
(209,223,220)
#D7E3E0
(215,227,224)
#DDE7E4
(221,231,228)
#E3EBE8
(227,235,232)
#E9EFEC
(233,239,236)
#EFF3F0
(239,243,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CFCC; }

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

This text font color is #B9CFCC.

Background Color

.myBgColor { background-color: #B9CFCC; }

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

This div background color is #B9CFCC.

Border color

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

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

This div border color is #B9CFCC.

Opacity

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

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

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

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

This text has shadow with #B9CFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CFCC.

Preview

Color preview on black background

This text has color #B9CFCC on black background.


Color preview on white background

This text has color #B9CFCC on white background.


Black color preview on #B9CFCC background

This text has black color on #B9CFCC background.


White color preview on #B9CFCC background

This text has white color on #B9CFCC background.


Related colors

Complementary color

Complementary color for #hex is #463033.


I love getcolorcode.com

Triadic colors

1 #CCB9CF and #CFCCB9 with #B9CFCC are triadic colors.

2 #CCCFB9 and #CFB9CC with #B9CFCC are triadic colors.