COLOR #C9B6B8

HEX: #C9B6B8
RGB: (201,182,184)

Color info

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

RGB color model

#C9B6B8 color RGB value is (201,182,184).

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

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 184 of 255 = 72%

201
182
184

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

Portions of RGB colors in percentages

R + G + B =
201 + 182 + 184 = 567 (100%)
R 201 of 567 ~ 35.45%
G 182 of 567 ~ 32.1%
B 184 of 567 ~ 32.45%

%35.45
%32.1
%32.45

CMYK color model

#C9B6B8 color CMYK value is (0,9,8,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(0,9,8,21)
C0M9Y8K21 
(0%,9%,8%,21%)
(0.00/0.09/0.08/0.21)	

CMYK percentages

%0
%9.45
%8.46
%21.18

Codes

Color #C9B6B8 in popluar color models

C9B6B8
RGB201182184
HSL354°14.96%75.10%
HSB/HSV354°9.45%78.82%
CMYK0.00%9.45%8.46%
21.18%

Color #C9B6B8 in popluar number systems.

HEXC9B6B8
Decimal201182184
Binary110010011011011010111000
Octal311266270

Shades and tints

Shades of #C9B6B8

#C9B6B8
(201,182,184)
#B7A6A8
(183,166,168)
#A59698
(165,150,152)
#938688
(147,134,136)
#817678
(129,118,120)
#6F6668
(111,102,104)
#5D5658
(93,86,88)
#4B4648
(75,70,72)
#393638
(57,54,56)
#272628
(39,38,40)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9B6B8

#C9B6B8
(201,182,184)
#CDBCBE
(205,188,190)
#D1C2C4
(209,194,196)
#D5C8CA
(213,200,202)
#D9CED0
(217,206,208)
#DDD4D6
(221,212,214)
#E1DADC
(225,218,220)
#E5E0E2
(229,224,226)
#E9E6E8
(233,230,232)
#EDECEE
(237,236,238)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B6B8; }

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

This text font color is #C9B6B8.


Background Color

.myBgColor { background-color: #C9B6B8; }

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

This div background color is #C9B6B8.


Border color

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

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

This div border color is #C9B6B8.


Opacity

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

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

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

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

This text has shadow with #C9B6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B6B8 on black background.


Color preview on white background

This text has color #C9B6B8 on white background.



Black color preview on #C9B6B8 background

This text has black color on #C9B6B8 background.


White color preview on #C9B6B8 background

This text has white color on #C9B6B8 background.