COLOR #CDE9C7

HEX: #CDE9C7 RGB: (205,233,199)

Color info

#CDE9C7 contains red, green and blue colors in about the same proportion. Web safe color of #CDE9C7 is #CCFFCC (or #CFC).

RGB color model

#CDE9C7 color RGB value is (205,233,199).

RGB: (205,233,199) (80%, 91%, 78%)

RGB channels and saturation

R 205 of 255 = 80%
G 233 of 255 = 91%
B 199 of 255 = 78%

205
233
199

R + G + B ~ 83%. #CDE9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 233 + 199 = 637 (100%)
R 205 of 637 ~ 32.18%
G 233 of 637 ~ 36.58%
B 199 of 637 ~ 31.24'%

%32.18
%36.58
%31.24

CMYK color model

#CDE9C7 color CMYK value is (12,0,15,9).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 8.63%

CMYK: (12,0,15,9)
C12M0Y15K9 (12%, 0%, 15%, 9%)
(0.12 / 0.00 / 0.15 / 0.09)

CMYK percentages

%12.02
%0
%14.59
%8.63

Codes

Color #CDE9C7 in popluar color models

CD E9 C7
RGB 205 233 199
HSL 109° 43.59% 84.71%
HSB/HSV 109° 14.59% 91.37%
CMYK 12.02% 0.00% 14.59%
8.63%

Color #CDE9C7 in popluar number systems.

HEX CD E9 C7
Decimal 205 233 199
Binary 11001101 11101001 11000111
Octal 315 351 307

Shades and tints

Shades of #CDE9C7

#CDE9C7
(205,233,199)
#BBD4B5
(187,212,181)
#A9BFA3
(169,191,163)
#97AA91
(151,170,145)
#85957F
(133,149,127)
#73806D
(115,128,109)
#616B5B
(97,107,91)
#4F5649
(79,86,73)
#3D4137
(61,65,55)
#2B2C25
(43,44,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #CDE9C7

#CDE9C7
(205,233,199)
#D1EBCC
(209,235,204)
#D5EDD1
(213,237,209)
#D9EFD6
(217,239,214)
#DDF1DB
(221,241,219)
#E1F3E0
(225,243,224)
#E5F5E5
(229,245,229)
#E9F7EA
(233,247,234)
#EDF9EF
(237,249,239)
#F1FBF4
(241,251,244)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE9C7 color. Also use rgb(205,233,199) instead hex code.

Text Font Color

.myTextColor { color: #CDE9C7; }

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

This text font color is #CDE9C7.

Background Color

.myBgColor { background-color: #CDE9C7; }

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

This div background color is #CDE9C7.

Border color

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

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

This div border color is #CDE9C7.

Opacity

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

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

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

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

This text has shadow with #CDE9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE9C7.

Preview

Color preview on black background

This text has color #CDE9C7 on black background.


Color preview on white background

This text has color #CDE9C7 on white background.


Black color preview on #CDE9C7 background

This text has black color on #CDE9C7 background.


White color preview on #CDE9C7 background

This text has white color on #CDE9C7 background.


Related colors

Complementary color

Complementary color for #hex is #321638.


I love getcolorcode.com

Triadic colors

1 #C7CDE9 and #E9C7CD with #CDE9C7 are triadic colors.

2 #C7E9CD and #E9CDC7 with #CDE9C7 are triadic colors.