COLOR #C9D3AB

HEX: #C9D3AB RGB: (201,211,171)

Color info

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

RGB color model

#C9D3AB color RGB value is (201,211,171).

RGB: (201,211,171) (79%, 83%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 211 of 255 = 83%
B 171 of 255 = 67%

201
211
171

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

Portions of RGB colors in percentages

R + G + B = 201 + 211 + 171 = 583 (100%)
R 201 of 583 ~ 34.48%
G 211 of 583 ~ 36.19%
B 171 of 583 ~ 29.33'%

%34.48
%36.19
%29.33

CMYK color model

#C9D3AB color CMYK value is (5,0,19,17).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 18.96%
  • key color value is 17.25%

CMYK: (5,0,19,17)
C5M0Y19K17 (5%, 0%, 19%, 17%)
(0.05 / 0.00 / 0.19 / 0.17)

CMYK percentages

%4.74
%0
%18.96
%17.25

Codes

Color #C9D3AB in popluar color models

C9 D3 AB
RGB 201 211 171
HSL 75° 31.25% 74.90%
HSB/HSV 75° 18.96% 82.75%
CMYK 4.74% 0.00% 18.96%
17.25%

Color #C9D3AB in popluar number systems.

HEX C9 D3 AB
Decimal 201 211 171
Binary 11001001 11010011 10101011
Octal 311 323 253

Shades and tints

Shades of #C9D3AB

#C9D3AB
(201,211,171)
#B7C09C
(183,192,156)
#A5AD8D
(165,173,141)
#939A7E
(147,154,126)
#81876F
(129,135,111)
#6F7460
(111,116,96)
#5D6151
(93,97,81)
#4B4E42
(75,78,66)
#393B33
(57,59,51)
#272824
(39,40,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9D3AB

#C9D3AB
(201,211,171)
#CDD7B2
(205,215,178)
#D1DBB9
(209,219,185)
#D5DFC0
(213,223,192)
#D9E3C7
(217,227,199)
#DDE7CE
(221,231,206)
#E1EBD5
(225,235,213)
#E5EFDC
(229,239,220)
#E9F3E3
(233,243,227)
#EDF7EA
(237,247,234)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D3AB; }

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

This text font color is #C9D3AB.

Background Color

.myBgColor { background-color: #C9D3AB; }

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

This div background color is #C9D3AB.

Border color

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

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

This div border color is #C9D3AB.

Opacity

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

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

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

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

This text has shadow with #C9D3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D3AB.

Preview

Color preview on black background

This text has color #C9D3AB on black background.


Color preview on white background

This text has color #C9D3AB on white background.


Black color preview on #C9D3AB background

This text has black color on #C9D3AB background.


White color preview on #C9D3AB background

This text has white color on #C9D3AB background.


Related colors

Complementary color

Complementary color for #hex is #362C54.


I love getcolorcode.com

Triadic colors

1 #ABC9D3 and #D3ABC9 with #C9D3AB are triadic colors.

2 #ABD3C9 and #D3C9AB with #C9D3AB are triadic colors.