COLOR #C9DAA3

HEX: #C9DAA3 RGB: (201,218,163)

Color info

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

RGB color model

#C9DAA3 color RGB value is (201,218,163).

RGB: (201,218,163) (79%, 85%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 163 of 255 = 64%

201
218
163

R + G + B ~ 76%. #C9DAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 163 = 582 (100%)
R 201 of 582 ~ 34.54%
G 218 of 582 ~ 37.46%
B 163 of 582 ~ 28.01'%

%34.54
%37.46
%28.01

CMYK color model

#C9DAA3 color CMYK value is (8,0,25,15).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 14.51%

CMYK: (8,0,25,15)
C8M0Y25K15 (8%, 0%, 25%, 15%)
(0.08 / 0.00 / 0.25 / 0.15)

CMYK percentages

%7.8
%0
%25.23
%14.51

Codes

Color #C9DAA3 in popluar color models

C9 DA A3
RGB 201 218 163
HSL 79° 42.64% 74.71%
HSB/HSV 79° 25.23% 85.49%
CMYK 7.80% 0.00% 25.23%
14.51%

Color #C9DAA3 in popluar number systems.

HEX C9 DA A3
Decimal 201 218 163
Binary 11001001 11011010 10100011
Octal 311 332 243

Shades and tints

Shades of #C9DAA3

#C9DAA3
(201,218,163)
#B7C795
(183,199,149)
#A5B487
(165,180,135)
#93A179
(147,161,121)
#818E6B
(129,142,107)
#6F7B5D
(111,123,93)
#5D684F
(93,104,79)
#4B5541
(75,85,65)
#394233
(57,66,51)
#272F25
(39,47,37)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #C9DAA3

#C9DAA3
(201,218,163)
#CDDDAB
(205,221,171)
#D1E0B3
(209,224,179)
#D5E3BB
(213,227,187)
#D9E6C3
(217,230,195)
#DDE9CB
(221,233,203)
#E1ECD3
(225,236,211)
#E5EFDB
(229,239,219)
#E9F2E3
(233,242,227)
#EDF5EB
(237,245,235)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DAA3; }

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

This text font color is #C9DAA3.

Background Color

.myBgColor { background-color: #C9DAA3; }

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

This div background color is #C9DAA3.

Border color

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

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

This div border color is #C9DAA3.

Opacity

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

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

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

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

This text has shadow with #C9DAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DAA3.

Preview

Color preview on black background

This text has color #C9DAA3 on black background.


Color preview on white background

This text has color #C9DAA3 on white background.


Black color preview on #C9DAA3 background

This text has black color on #C9DAA3 background.


White color preview on #C9DAA3 background

This text has white color on #C9DAA3 background.


Related colors

Complementary color

Complementary color for #hex is #36255C.


I love getcolorcode.com

Triadic colors

1 #A3C9DA and #DAA3C9 with #C9DAA3 are triadic colors.

2 #A3DAC9 and #DAC9A3 with #C9DAA3 are triadic colors.