COLOR #C9BBB6

HEX: #C9BBB6
RGB: (201,187,182)

Color info

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

RGB color model

#C9BBB6 color RGB value is (201,187,182).

  • red value is 201;
  • green value is 187;
  • blue value is 182.
RGB:
(201,187,182)
(79%,73%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 182 of 255 = 71%

201
187
182

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

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 182 = 570 (100%)
R 201 of 570 ~ 35.26%
G 187 of 570 ~ 32.81%
B 182 of 570 ~ 31.93%

%35.26
%32.81
%31.93

CMYK color model

#C9BBB6 color CMYK value is (0,7,9,21).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 9.45%
  • key color value is 21.18%
CMYK:
(0,7,9,21)
C0M7Y9K21 
(0%,7%,9%,21%)
(0.00/0.07/0.09/0.21)	

CMYK percentages

%0
%6.97
%9.45
%21.18

Codes

Color #C9BBB6 in popluar color models

C9BBB6
RGB201187182
HSL16°14.96%75.10%
HSB/HSV16°9.45%78.82%
CMYK0.00%6.97%9.45%
21.18%

Color #C9BBB6 in popluar number systems.

HEXC9BBB6
Decimal201187182
Binary110010011011101110110110
Octal311273266

Shades and tints

Shades of #C9BBB6

#C9BBB6
(201,187,182)
#B7AAA6
(183,170,166)
#A59996
(165,153,150)
#938886
(147,136,134)
#817776
(129,119,118)
#6F6666
(111,102,102)
#5D5556
(93,85,86)
#4B4446
(75,68,70)
#393336
(57,51,54)
#272226
(39,34,38)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C9BBB6

#C9BBB6
(201,187,182)
#CDC1BC
(205,193,188)
#D1C7C2
(209,199,194)
#D5CDC8
(213,205,200)
#D9D3CE
(217,211,206)
#DDD9D4
(221,217,212)
#E1DFDA
(225,223,218)
#E5E5E0
(229,229,224)
#E9EBE6
(233,235,230)
#EDF1EC
(237,241,236)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BBB6 color. Also use rgb(201,187,182) instead hex code.

Text Font Color

.myTextColor { color: #C9BBB6; }

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

This text font color is #C9BBB6.


Background Color

.myBgColor { background-color: #C9BBB6; }

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

This div background color is #C9BBB6.


Border color

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

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

This div border color is #C9BBB6.


Opacity

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

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

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

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

This text has shadow with #C9BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBB6 on black background.


Color preview on white background

This text has color #C9BBB6 on white background.



Black color preview on #C9BBB6 background

This text has black color on #C9BBB6 background.


White color preview on #C9BBB6 background

This text has white color on #C9BBB6 background.