COLOR #C9D3A9

HEX: #C9D3A9
RGB: (201,211,169)

Color info

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

RGB color model

#C9D3A9 color RGB value is (201,211,169).

  • red value is 201;
  • green value is 211;
  • blue value is 169.
RGB:
(201,211,169)
(79%,83%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 211 of 255 = 83%
B 169 of 255 = 66%

201
211
169

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

Portions of RGB colors in percentages

R + G + B =
201 + 211 + 169 = 581 (100%)
R 201 of 581 ~ 34.6%
G 211 of 581 ~ 36.32%
B 169 of 581 ~ 29.09%

%34.6
%36.32
%29.09

CMYK color model

#C9D3A9 color CMYK value is (5,0,20,17).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 17.25%
CMYK:
(5,0,20,17)
C5M0Y20K17 
(5%,0%,20%,17%)
(0.05/0.00/0.20/0.17)	

CMYK percentages

%4.74
%0
%19.91
%17.25

Codes

Color #C9D3A9 in popluar color models

C9D3A9
RGB201211169
HSL74°32.31%74.51%
HSB/HSV74°19.91%82.75%
CMYK4.74%0.00%19.91%
17.25%

Color #C9D3A9 in popluar number systems.

HEXC9D3A9
Decimal201211169
Binary110010011101001110101001
Octal311323251

Shades and tints

Shades of #C9D3A9

#C9D3A9
(201,211,169)
#B7C09A
(183,192,154)
#A5AD8B
(165,173,139)
#939A7C
(147,154,124)
#81876D
(129,135,109)
#6F745E
(111,116,94)
#5D614F
(93,97,79)
#4B4E40
(75,78,64)
#393B31
(57,59,49)
#272822
(39,40,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9D3A9

#C9D3A9
(201,211,169)
#CDD7B0
(205,215,176)
#D1DBB7
(209,219,183)
#D5DFBE
(213,223,190)
#D9E3C5
(217,227,197)
#DDE7CC
(221,231,204)
#E1EBD3
(225,235,211)
#E5EFDA
(229,239,218)
#E9F3E1
(233,243,225)
#EDF7E8
(237,247,232)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D3A9 color. Also use rgb(201,211,169) instead hex code.

Text Font Color

.myTextColor { color: #C9D3A9; }

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

This text font color is #C9D3A9.


Background Color

.myBgColor { background-color: #C9D3A9; }

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

This div background color is #C9D3A9.


Border color

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

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

This div border color is #C9D3A9.


Opacity

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

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

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

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

This text has shadow with #C9D3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D3A9 on black background.


Color preview on white background

This text has color #C9D3A9 on white background.



Black color preview on #C9D3A9 background

This text has black color on #C9D3A9 background.


White color preview on #C9D3A9 background

This text has white color on #C9D3A9 background.