COLOR #C9B5B6

HEX: #C9B5B6 RGB: (201,181,182)

Color info

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

RGB color model

#C9B5B6 color RGB value is (201,181,182).

RGB: (201,181,182) (79%, 71%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 181 of 255 = 71%
B 182 of 255 = 71%

201
181
182

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

Portions of RGB colors in percentages

R + G + B = 201 + 181 + 182 = 564 (100%)
R 201 of 564 ~ 35.64%
G 181 of 564 ~ 32.09%
B 182 of 564 ~ 32.27'%

%35.64
%32.09
%32.27

CMYK color model

#C9B5B6 color CMYK value is (0,10,9,21).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 9.45%
  • key color value is 21.18%

CMYK: (0,10,9,21)
C0M10Y9K21 (0%, 10%, 9%, 21%)
(0.00 / 0.10 / 0.09 / 0.21)

CMYK percentages

%0
%9.95
%9.45
%21.18

Codes

Color #C9B5B6 in popluar color models

C9 B5 B6
RGB 201 181 182
HSL 357° 15.63% 74.90%
HSB/HSV 357° 9.95% 78.82%
CMYK 0.00% 9.95% 9.45%
21.18%

Color #C9B5B6 in popluar number systems.

HEX C9 B5 B6
Decimal 201 181 182
Binary 11001001 10110101 10110110
Octal 311 265 266

Shades and tints

Shades of #C9B5B6

#C9B5B6
(201,181,182)
#B7A5A6
(183,165,166)
#A59596
(165,149,150)
#938586
(147,133,134)
#817576
(129,117,118)
#6F6566
(111,101,102)
#5D5556
(93,85,86)
#4B4546
(75,69,70)
#393536
(57,53,54)
#272526
(39,37,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #C9B5B6

#C9B5B6
(201,181,182)
#CDBBBC
(205,187,188)
#D1C1C2
(209,193,194)
#D5C7C8
(213,199,200)
#D9CDCE
(217,205,206)
#DDD3D4
(221,211,212)
#E1D9DA
(225,217,218)
#E5DFE0
(229,223,224)
#E9E5E6
(233,229,230)
#EDEBEC
(237,235,236)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B5B6; }

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

This text font color is #C9B5B6.

Background Color

.myBgColor { background-color: #C9B5B6; }

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

This div background color is #C9B5B6.

Border color

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

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

This div border color is #C9B5B6.

Opacity

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

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

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

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

This text has shadow with #C9B5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B5B6.

Preview

Color preview on black background

This text has color #C9B5B6 on black background.


Color preview on white background

This text has color #C9B5B6 on white background.


Black color preview on #C9B5B6 background

This text has black color on #C9B5B6 background.


White color preview on #C9B5B6 background

This text has white color on #C9B5B6 background.


Related colors

Complementary color

Complementary color for #hex is #364A49.


I love getcolorcode.com

Triadic colors

1 #B6C9B5 and #B5B6C9 with #C9B5B6 are triadic colors.

2 #B6B5C9 and #B5C9B6 with #C9B5B6 are triadic colors.