COLOR #C9BAA5

HEX: #C9BAA5
RGB: (201,186,165)

Color info

#C9BAA5 contains red, green and blue colors in about the same proportion. Web safe color of #C9BAA5 is #CCCC99 (or #CC9).

RGB color model

#C9BAA5 color RGB value is (201,186,165).

  • red value is 201;
  • green value is 186;
  • blue value is 165.
RGB:
(201,186,165)
(79%,73%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 165 of 255 = 65%

201
186
165

R + G + B ~ 72%. #C9BAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 186 + 165 = 552 (100%)
R 201 of 552 ~ 36.41%
G 186 of 552 ~ 33.7%
B 165 of 552 ~ 29.89%

%36.41
%33.7
%29.89

CMYK color model

#C9BAA5 color CMYK value is (0,7,18,21).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,7,18,21)
C0M7Y18K21 
(0%,7%,18%,21%)
(0.00/0.07/0.18/0.21)	

CMYK percentages

%0
%7.46
%17.91
%21.18

Codes

Color #C9BAA5 in popluar color models

C9BAA5
RGB201186165
HSL35°25.00%71.76%
HSB/HSV35°17.91%78.82%
CMYK0.00%7.46%17.91%
21.18%

Color #C9BAA5 in popluar number systems.

HEXC9BAA5
Decimal201186165
Binary110010011011101010100101
Octal311272245

Shades and tints

Shades of #C9BAA5

#C9BAA5
(201,186,165)
#B7AA96
(183,170,150)
#A59A87
(165,154,135)
#938A78
(147,138,120)
#817A69
(129,122,105)
#6F6A5A
(111,106,90)
#5D5A4B
(93,90,75)
#4B4A3C
(75,74,60)
#393A2D
(57,58,45)
#272A1E
(39,42,30)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #C9BAA5

#C9BAA5
(201,186,165)
#CDC0AD
(205,192,173)
#D1C6B5
(209,198,181)
#D5CCBD
(213,204,189)
#D9D2C5
(217,210,197)
#DDD8CD
(221,216,205)
#E1DED5
(225,222,213)
#E5E4DD
(229,228,221)
#E9EAE5
(233,234,229)
#EDF0ED
(237,240,237)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BAA5 color. Also use rgb(201,186,165) instead hex code.

Text Font Color

.myTextColor { color: #C9BAA5; }

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

This text font color is #C9BAA5.


Background Color

.myBgColor { background-color: #C9BAA5; }

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

This div background color is #C9BAA5.


Border color

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

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

This div border color is #C9BAA5.


Opacity

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

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

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

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

This text has shadow with #C9BAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BAA5 on black background.


Color preview on white background

This text has color #C9BAA5 on white background.



Black color preview on #C9BAA5 background

This text has black color on #C9BAA5 background.


White color preview on #C9BAA5 background

This text has white color on #C9BAA5 background.