COLOR #C9CDA3

HEX: #C9CDA3 RGB: (201,205,163)

Color info

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

RGB color model

#C9CDA3 color RGB value is (201,205,163).

RGB: (201,205,163) (79%, 80%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 163 of 255 = 64%

201
205
163

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

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 163 = 569 (100%)
R 201 of 569 ~ 35.33%
G 205 of 569 ~ 36.03%
B 163 of 569 ~ 28.65'%

%35.33
%36.03
%28.65

CMYK color model

#C9CDA3 color CMYK value is (2,0,20,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 19.61%

CMYK: (2,0,20,20)
C2M0Y20K20 (2%, 0%, 20%, 20%)
(0.02 / 0.00 / 0.20 / 0.20)

CMYK percentages

%1.95
%0
%20.49
%19.61

Codes

Color #C9CDA3 in popluar color models

C9 CD A3
RGB 201 205 163
HSL 66° 29.58% 72.16%
HSB/HSV 66° 20.49% 80.39%
CMYK 1.95% 0.00% 20.49%
19.61%

Color #C9CDA3 in popluar number systems.

HEX C9 CD A3
Decimal 201 205 163
Binary 11001001 11001101 10100011
Octal 311 315 243

Shades and tints

Shades of #C9CDA3

#C9CDA3
(201,205,163)
#B7BB95
(183,187,149)
#A5A987
(165,169,135)
#939779
(147,151,121)
#81856B
(129,133,107)
#6F735D
(111,115,93)
#5D614F
(93,97,79)
#4B4F41
(75,79,65)
#393D33
(57,61,51)
#272B25
(39,43,37)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9CDA3

#C9CDA3
(201,205,163)
#CDD1AB
(205,209,171)
#D1D5B3
(209,213,179)
#D5D9BB
(213,217,187)
#D9DDC3
(217,221,195)
#DDE1CB
(221,225,203)
#E1E5D3
(225,229,211)
#E5E9DB
(229,233,219)
#E9EDE3
(233,237,227)
#EDF1EB
(237,241,235)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CDA3 color. Also use rgb(201,205,163) instead hex code.

Text Font Color

.myTextColor { color: #C9CDA3; }

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

This text font color is #C9CDA3.

Background Color

.myBgColor { background-color: #C9CDA3; }

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

This div background color is #C9CDA3.

Border color

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

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

This div border color is #C9CDA3.

Opacity

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

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

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

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

This text has shadow with #C9CDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CDA3.

Preview

Color preview on black background

This text has color #C9CDA3 on black background.


Color preview on white background

This text has color #C9CDA3 on white background.


Black color preview on #C9CDA3 background

This text has black color on #C9CDA3 background.


White color preview on #C9CDA3 background

This text has white color on #C9CDA3 background.


Related colors

Complementary color

Complementary color for #hex is #36325C.


I love getcolorcode.com

Triadic colors

1 #A3C9CD and #CDA3C9 with #C9CDA3 are triadic colors.

2 #A3CDC9 and #CDC9A3 with #C9CDA3 are triadic colors.