COLOR #C9DEB3

HEX: #C9DEB3 RGB: (201,222,179)

Color info

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

RGB color model

#C9DEB3 color RGB value is (201,222,179).

RGB: (201,222,179) (79%, 87%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 179 of 255 = 70%

201
222
179

R + G + B ~ 79%. #C9DEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 179 = 602 (100%)
R 201 of 602 ~ 33.39%
G 222 of 602 ~ 36.88%
B 179 of 602 ~ 29.73'%

%33.39
%36.88
%29.73

CMYK color model

#C9DEB3 color CMYK value is (9,0,19,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%

CMYK: (9,0,19,13)
C9M0Y19K13 (9%, 0%, 19%, 13%)
(0.09 / 0.00 / 0.19 / 0.13)

CMYK percentages

%9.46
%0
%19.37
%12.94

Codes

Color #C9DEB3 in popluar color models

C9 DE B3
RGB 201 222 179
HSL 89° 39.45% 78.63%
HSB/HSV 89° 19.37% 87.06%
CMYK 9.46% 0.00% 19.37%
12.94%

Color #C9DEB3 in popluar number systems.

HEX C9 DE B3
Decimal 201 222 179
Binary 11001001 11011110 10110011
Octal 311 336 263

Shades and tints

Shades of #C9DEB3

#C9DEB3
(201,222,179)
#B7CAA3
(183,202,163)
#A5B693
(165,182,147)
#93A283
(147,162,131)
#818E73
(129,142,115)
#6F7A63
(111,122,99)
#5D6653
(93,102,83)
#4B5243
(75,82,67)
#393E33
(57,62,51)
#272A23
(39,42,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #C9DEB3

#C9DEB3
(201,222,179)
#CDE1B9
(205,225,185)
#D1E4BF
(209,228,191)
#D5E7C5
(213,231,197)
#D9EACB
(217,234,203)
#DDEDD1
(221,237,209)
#E1F0D7
(225,240,215)
#E5F3DD
(229,243,221)
#E9F6E3
(233,246,227)
#EDF9E9
(237,249,233)
#F1FCEF
(241,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DEB3 color. Also use rgb(201,222,179) instead hex code.

Text Font Color

.myTextColor { color: #C9DEB3; }

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

This text font color is #C9DEB3.

Background Color

.myBgColor { background-color: #C9DEB3; }

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

This div background color is #C9DEB3.

Border color

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

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

This div border color is #C9DEB3.

Opacity

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

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

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

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

This text has shadow with #C9DEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DEB3.

Preview

Color preview on black background

This text has color #C9DEB3 on black background.


Color preview on white background

This text has color #C9DEB3 on white background.


Black color preview on #C9DEB3 background

This text has black color on #C9DEB3 background.


White color preview on #C9DEB3 background

This text has white color on #C9DEB3 background.


Related colors

Complementary color

Complementary color for #hex is #36214C.


I love getcolorcode.com

Triadic colors

1 #B3C9DE and #DEB3C9 with #C9DEB3 are triadic colors.

2 #B3DEC9 and #DEC9B3 with #C9DEB3 are triadic colors.