COLOR #C9CBAA

HEX: #C9CBAA RGB: (201,203,170)

Color info

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

RGB color model

#C9CBAA color RGB value is (201,203,170).

RGB: (201,203,170) (79%, 80%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 170 of 255 = 67%

201
203
170

R + G + B ~ 75%. #C9CBAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 203 + 170 = 574 (100%)
R 201 of 574 ~ 35.02%
G 203 of 574 ~ 35.37%
B 170 of 574 ~ 29.62'%

%35.02
%35.37
%29.62

CMYK color model

#C9CBAA color CMYK value is (1,0,16,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 20.39%

CMYK: (1,0,16,20)
C1M0Y16K20 (1%, 0%, 16%, 20%)
(0.01 / 0.00 / 0.16 / 0.20)

CMYK percentages

%0.99
%0
%16.26
%20.39

Codes

Color #C9CBAA in popluar color models

C9 CB AA
RGB 201 203 170
HSL 64° 24.09% 73.14%
HSB/HSV 64° 16.26% 79.61%
CMYK 0.99% 0.00% 16.26%
20.39%

Color #C9CBAA in popluar number systems.

HEX C9 CB AA
Decimal 201 203 170
Binary 11001001 11001011 10101010
Octal 311 313 252

Shades and tints

Shades of #C9CBAA

#C9CBAA
(201,203,170)
#B7B99B
(183,185,155)
#A5A78C
(165,167,140)
#93957D
(147,149,125)
#81836E
(129,131,110)
#6F715F
(111,113,95)
#5D5F50
(93,95,80)
#4B4D41
(75,77,65)
#393B32
(57,59,50)
#272923
(39,41,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9CBAA

#C9CBAA
(201,203,170)
#CDCFB1
(205,207,177)
#D1D3B8
(209,211,184)
#D5D7BF
(213,215,191)
#D9DBC6
(217,219,198)
#DDDFCD
(221,223,205)
#E1E3D4
(225,227,212)
#E5E7DB
(229,231,219)
#E9EBE2
(233,235,226)
#EDEFE9
(237,239,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CBAA color. Also use rgb(201,203,170) instead hex code.

Text Font Color

.myTextColor { color: #C9CBAA; }

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

This text font color is #C9CBAA.

Background Color

.myBgColor { background-color: #C9CBAA; }

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

This div background color is #C9CBAA.

Border color

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

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

This div border color is #C9CBAA.

Opacity

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

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

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

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

This text has shadow with #C9CBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CBAA.

Preview

Color preview on black background

This text has color #C9CBAA on black background.


Color preview on white background

This text has color #C9CBAA on white background.


Black color preview on #C9CBAA background

This text has black color on #C9CBAA background.


White color preview on #C9CBAA background

This text has white color on #C9CBAA background.


Related colors

Complementary color

Complementary color for #hex is #363455.


I love getcolorcode.com

Triadic colors

1 #AAC9CB and #CBAAC9 with #C9CBAA are triadic colors.

2 #AACBC9 and #CBC9AA with #C9CBAA are triadic colors.