COLOR #B9CCC3

HEX: #B9CCC3 RGB: (185,204,195)

Color info

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

RGB color model

#B9CCC3 color RGB value is (185,204,195).

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

RGB channels and saturation

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

185
204
195

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

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 195 = 584 (100%)
R 185 of 584 ~ 31.68%
G 204 of 584 ~ 34.93%
B 195 of 584 ~ 33.39'%

%31.68
%34.93
%33.39

CMYK color model

#B9CCC3 color CMYK value is (9,0,4,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%

CMYK: (9,0,4,20)
C9M0Y4K20 (9%, 0%, 4%, 20%)
(0.09 / 0.00 / 0.04 / 0.20)

CMYK percentages

%9.31
%0
%4.41
%20

Codes

Color #B9CCC3 in popluar color models

B9 CC C3
RGB 185 204 195
HSL 152° 15.70% 76.27%
HSB/HSV 152° 9.31% 80.00%
CMYK 9.31% 0.00% 4.41%
20.00%

Color #B9CCC3 in popluar number systems.

HEX B9 CC C3
Decimal 185 204 195
Binary 10111001 11001100 11000011
Octal 271 314 303

Shades and tints

Shades of #B9CCC3

#B9CCC3
(185,204,195)
#A9BAB2
(169,186,178)
#99A8A1
(153,168,161)
#899690
(137,150,144)
#79847F
(121,132,127)
#69726E
(105,114,110)
#59605D
(89,96,93)
#494E4C
(73,78,76)
#393C3B
(57,60,59)
#292A2A
(41,42,42)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9CCC3

#B9CCC3
(185,204,195)
#BFD0C8
(191,208,200)
#C5D4CD
(197,212,205)
#CBD8D2
(203,216,210)
#D1DCD7
(209,220,215)
#D7E0DC
(215,224,220)
#DDE4E1
(221,228,225)
#E3E8E6
(227,232,230)
#E9ECEB
(233,236,235)
#EFF0F0
(239,240,240)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCC3; }

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

This text font color is #B9CCC3.

Background Color

.myBgColor { background-color: #B9CCC3; }

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

This div background color is #B9CCC3.

Border color

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

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

This div border color is #B9CCC3.

Opacity

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

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

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

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

This text has shadow with #B9CCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CCC3.

Preview

Color preview on black background

This text has color #B9CCC3 on black background.


Color preview on white background

This text has color #B9CCC3 on white background.


Black color preview on #B9CCC3 background

This text has black color on #B9CCC3 background.


White color preview on #B9CCC3 background

This text has white color on #B9CCC3 background.


Related colors

Complementary color

Complementary color for #hex is #46333C.


I love getcolorcode.com

Triadic colors

1 #C3B9CC and #CCC3B9 with #B9CCC3 are triadic colors.

2 #C3CCB9 and #CCB9C3 with #B9CCC3 are triadic colors.