COLOR #C9CFA5

HEX: #C9CFA5 RGB: (201,207,165)

Color info

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

RGB color model

#C9CFA5 color RGB value is (201,207,165).

RGB: (201,207,165) (79%, 81%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 165 of 255 = 65%

201
207
165

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

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 165 = 573 (100%)
R 201 of 573 ~ 35.08%
G 207 of 573 ~ 36.13%
B 165 of 573 ~ 28.8'%

%35.08
%36.13
%28.8

CMYK color model

#C9CFA5 color CMYK value is (3,0,20,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 18.82%

CMYK: (3,0,20,19)
C3M0Y20K19 (3%, 0%, 20%, 19%)
(0.03 / 0.00 / 0.20 / 0.19)

CMYK percentages

%2.9
%0
%20.29
%18.82

Codes

Color #C9CFA5 in popluar color models

C9 CF A5
RGB 201 207 165
HSL 69° 30.43% 72.94%
HSB/HSV 69° 20.29% 81.18%
CMYK 2.90% 0.00% 20.29%
18.82%

Color #C9CFA5 in popluar number systems.

HEX C9 CF A5
Decimal 201 207 165
Binary 11001001 11001111 10100101
Octal 311 317 245

Shades and tints

Shades of #C9CFA5

#C9CFA5
(201,207,165)
#B7BD96
(183,189,150)
#A5AB87
(165,171,135)
#939978
(147,153,120)
#818769
(129,135,105)
#6F755A
(111,117,90)
#5D634B
(93,99,75)
#4B513C
(75,81,60)
#393F2D
(57,63,45)
#272D1E
(39,45,30)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #C9CFA5

#C9CFA5
(201,207,165)
#CDD3AD
(205,211,173)
#D1D7B5
(209,215,181)
#D5DBBD
(213,219,189)
#D9DFC5
(217,223,197)
#DDE3CD
(221,227,205)
#E1E7D5
(225,231,213)
#E5EBDD
(229,235,221)
#E9EFE5
(233,239,229)
#EDF3ED
(237,243,237)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFA5; }

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

This text font color is #C9CFA5.

Background Color

.myBgColor { background-color: #C9CFA5; }

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

This div background color is #C9CFA5.

Border color

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

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

This div border color is #C9CFA5.

Opacity

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

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

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

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

This text has shadow with #C9CFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFA5.

Preview

Color preview on black background

This text has color #C9CFA5 on black background.


Color preview on white background

This text has color #C9CFA5 on white background.


Black color preview on #C9CFA5 background

This text has black color on #C9CFA5 background.


White color preview on #C9CFA5 background

This text has white color on #C9CFA5 background.


Related colors

Complementary color

Complementary color for #hex is #36305A.


I love getcolorcode.com

Triadic colors

1 #A5C9CF and #CFA5C9 with #C9CFA5 are triadic colors.

2 #A5CFC9 and #CFC9A5 with #C9CFA5 are triadic colors.