COLOR #C9CCA7

HEX: #C9CCA7 RGB: (201,204,167)

Color info

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

RGB color model

#C9CCA7 color RGB value is (201,204,167).

RGB: (201,204,167) (79%, 80%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 167 of 255 = 65%

201
204
167

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

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 167 = 572 (100%)
R 201 of 572 ~ 35.14%
G 204 of 572 ~ 35.66%
B 167 of 572 ~ 29.2'%

%35.14
%35.66
%29.2

CMYK color model

#C9CCA7 color CMYK value is (1,0,18,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%

CMYK: (1,0,18,20)
C1M0Y18K20 (1%, 0%, 18%, 20%)
(0.01 / 0.00 / 0.18 / 0.20)

CMYK percentages

%1.47
%0
%18.14
%20

Codes

Color #C9CCA7 in popluar color models

C9 CC A7
RGB 201 204 167
HSL 65° 26.62% 72.75%
HSB/HSV 65° 18.14% 80.00%
CMYK 1.47% 0.00% 18.14%
20.00%

Color #C9CCA7 in popluar number systems.

HEX C9 CC A7
Decimal 201 204 167
Binary 11001001 11001100 10100111
Octal 311 314 247

Shades and tints

Shades of #C9CCA7

#C9CCA7
(201,204,167)
#B7BA98
(183,186,152)
#A5A889
(165,168,137)
#93967A
(147,150,122)
#81846B
(129,132,107)
#6F725C
(111,114,92)
#5D604D
(93,96,77)
#4B4E3E
(75,78,62)
#393C2F
(57,60,47)
#272A20
(39,42,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9CCA7

#C9CCA7
(201,204,167)
#CDD0AF
(205,208,175)
#D1D4B7
(209,212,183)
#D5D8BF
(213,216,191)
#D9DCC7
(217,220,199)
#DDE0CF
(221,224,207)
#E1E4D7
(225,228,215)
#E5E8DF
(229,232,223)
#E9ECE7
(233,236,231)
#EDF0EF
(237,240,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CCA7 color. Also use rgb(201,204,167) instead hex code.

Text Font Color

.myTextColor { color: #C9CCA7; }

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

This text font color is #C9CCA7.

Background Color

.myBgColor { background-color: #C9CCA7; }

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

This div background color is #C9CCA7.

Border color

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

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

This div border color is #C9CCA7.

Opacity

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

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

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

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

This text has shadow with #C9CCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCA7.

Preview

Color preview on black background

This text has color #C9CCA7 on black background.


Color preview on white background

This text has color #C9CCA7 on white background.


Black color preview on #C9CCA7 background

This text has black color on #C9CCA7 background.


White color preview on #C9CCA7 background

This text has white color on #C9CCA7 background.


Related colors

Complementary color

Complementary color for #hex is #363358.


I love getcolorcode.com

Triadic colors

1 #A7C9CC and #CCA7C9 with #C9CCA7 are triadic colors.

2 #A7CCC9 and #CCC9A7 with #C9CCA7 are triadic colors.