COLOR #B9C1CC

HEX: #B9C1CC RGB: (185,193,204)

Color info

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

RGB color model

#B9C1CC color RGB value is (185,193,204).

RGB: (185,193,204) (73%, 76%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 193 of 255 = 76%
B 204 of 255 = 80%

185
193
204

R + G + B ~ 76%. #B9C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 193 + 204 = 582 (100%)
R 185 of 582 ~ 31.79%
G 193 of 582 ~ 33.16%
B 204 of 582 ~ 35.05'%

%31.79
%33.16
%35.05

CMYK color model

#B9C1CC color CMYK value is (9,5,0,20).

  • cyan value is 9.31%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (9,5,0,20) C9M5Y0K20 (9%,5%,0%,20%) (0.09/0.05/0.00/0.20) 

CMYK percentages

%9.31
%5.39
%0
%20

Codes

Color #B9C1CC in popluar color models

B9 C1 CC
RGB 185 193 204
HSL 215° 15.70% 76.27%
HSB/HSV 215° 9.31% 80.00%
CMYK 9.31% 5.39% 0.00%
20.00%

Color #B9C1CC in popluar number systems.

HEX B9 C1 CC
Decimal 185 193 204
Binary 10111001 11000001 11001100
Octal 271 301 314

Shades and tints

Shades of #B9C1CC

#B9C1CC
(185,193,204)
#A9B0BA
(169,176,186)
#999FA8
(153,159,168)
#898E96
(137,142,150)
#797D84
(121,125,132)
#696C72
(105,108,114)
#595B60
(89,91,96)
#494A4E
(73,74,78)
#39393C
(57,57,60)
#29282A
(41,40,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9C1CC

#B9C1CC
(185,193,204)
#BFC6D0
(191,198,208)
#C5CBD4
(197,203,212)
#CBD0D8
(203,208,216)
#D1D5DC
(209,213,220)
#D7DAE0
(215,218,224)
#DDDFE4
(221,223,228)
#E3E4E8
(227,228,232)
#E9E9EC
(233,233,236)
#EFEEF0
(239,238,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C1CC; }

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

This text font color is #B9C1CC.

Background Color

.myBgColor { background-color: #B9C1CC; }

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

This div background color is #B9C1CC.

Border color

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

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

This div border color is #B9C1CC.

Opacity

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

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

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

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

This text has shadow with #B9C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C1CC.

Preview

Color preview on black background

This text has color #B9C1CC on black background.


Color preview on white background

This text has color #B9C1CC on white background.


Black color preview on #B9C1CC background

This text has black color on #B9C1CC background.


White color preview on #B9C1CC background

This text has white color on #B9C1CC background.


Related colors

Complementary color

Complementary color for #hex is #463E33.


I love getcolorcode.com

Triadic colors

1 #CCB9C1 and #C1CCB9 with #B9C1CC are triadic colors.

2 #CCC1B9 and #C1B9CC with #B9C1CC are triadic colors.