COLOR #B9B2CC

HEX: #B9B2CC
RGB: (185,178,204)

Color info

#B9B2CC contains red, green and blue colors in about the same proportion. Web safe color of #B9B2CC is #CC99CC (or #C9C).

RGB color model

#B9B2CC color RGB value is (185,178,204).

  • red value is 185;
  • green value is 178;
  • blue value is 204.
RGB:
(185,178,204)
(73%,70%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 204 of 255 = 80%

185
178
204

R + G + B ~ 74%. #B9B2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 178 + 204 = 567 (100%)
R 185 of 567 ~ 32.63%
G 178 of 567 ~ 31.39%
B 204 of 567 ~ 35.98%

%32.63
%31.39
%35.98

CMYK color model

#B9B2CC color CMYK value is (9,13,0,20).

  • cyan value is 9.31%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(9,13,0,20)
C9M13Y0K20 
(9%,13%,0%,20%)
(0.09/0.13/0.00/0.20)	

CMYK percentages

%9.31
%12.75
%0
%20

Codes

Color #B9B2CC in popluar color models

B9B2CC
RGB185178204
HSL256°20.31%74.90%
HSB/HSV256°12.75%80.00%
CMYK9.31%12.75%0.00%
20.00%

Color #B9B2CC in popluar number systems.

HEXB9B2CC
Decimal185178204
Binary101110011011001011001100
Octal271262314

Shades and tints

Shades of #B9B2CC

#B9B2CC
(185,178,204)
#A9A2BA
(169,162,186)
#9992A8
(153,146,168)
#898296
(137,130,150)
#797284
(121,114,132)
#696272
(105,98,114)
#595260
(89,82,96)
#49424E
(73,66,78)
#39323C
(57,50,60)
#29222A
(41,34,42)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B9B2CC

#B9B2CC
(185,178,204)
#BFB9D0
(191,185,208)
#C5C0D4
(197,192,212)
#CBC7D8
(203,199,216)
#D1CEDC
(209,206,220)
#D7D5E0
(215,213,224)
#DDDCE4
(221,220,228)
#E3E3E8
(227,227,232)
#E9EAEC
(233,234,236)
#EFF1F0
(239,241,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B2CC; }

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

This text font color is #B9B2CC.


Background Color

.myBgColor { background-color: #B9B2CC; }

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

This div background color is #B9B2CC.


Border color

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

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

This div border color is #B9B2CC.


Opacity

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

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

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

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

This text has shadow with #B9B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B2CC on black background.


Color preview on white background

This text has color #B9B2CC on white background.



Black color preview on #B9B2CC background

This text has black color on #B9B2CC background.


White color preview on #B9B2CC background

This text has white color on #B9B2CC background.