COLOR #CDE7C7

HEX: #CDE7C7
RGB: (205,231,199)

Color info

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

RGB color model

#CDE7C7 color RGB value is (205,231,199).

  • red value is 205;
  • green value is 231;
  • blue value is 199.
RGB: (205,231,199) (80%,91%,78%)

RGB channels and saturation

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

205
231
199

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

Portions of RGB colors in percentages

R + G + B =
205 + 231 + 199 = 635 (100%)
R 205 of 635 ~ 32.28%
G 231 of 635 ~ 36.38%
B 199 of 635 ~ 31.34%

%32.28
%36.38
%31.34

CMYK color model

#CDE7C7 color CMYK value is (11,0,14,9).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK: (11,0,14,9) C11M0Y14K9 (11%,0%,14%,9%) (0.11/0.00/0.14/0.09)

CMYK percentages

%11.26
%0
%13.85
%9.41

Codes

Color #CDE7C7 in popluar color models

CDE7C7
RGB205231199
HSL109°40.00%84.31%
HSB/HSV109°13.85%90.59%
CMYK11.26%0.00%13.85%
9.41%

Color #CDE7C7 in popluar number systems.

HEXCDE7C7
Decimal205231199
Binary110011011110011111000111
Octal315347307

Shades and tints

Shades of #CDE7C7

#CDE7C7
(205,231,199)
#BBD2B5
(187,210,181)
#A9BDA3
(169,189,163)
#97A891
(151,168,145)
#85937F
(133,147,127)
#737E6D
(115,126,109)
#61695B
(97,105,91)
#4F5449
(79,84,73)
#3D3F37
(61,63,55)
#2B2A25
(43,42,37)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #CDE7C7

#CDE7C7
(205,231,199)
#D1E9CC
(209,233,204)
#D5EBD1
(213,235,209)
#D9EDD6
(217,237,214)
#DDEFDB
(221,239,219)
#E1F1E0
(225,241,224)
#E5F3E5
(229,243,229)
#E9F5EA
(233,245,234)
#EDF7EF
(237,247,239)
#F1F9F4
(241,249,244)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE7C7; }

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

This text font color is #CDE7C7.


Background Color

.myBgColor { background-color: #CDE7C7; }

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

This div background color is #CDE7C7.


Border color

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

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

This div border color is #CDE7C7.


Opacity

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

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

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

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

This text has shadow with #CDE7C7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CDE7C7 on black background.


Color preview on white background

This text has color #CDE7C7 on white background.



Black color preview on #CDE7C7 background

This text has black color on #CDE7C7 background.


White color preview on #CDE7C7 background

This text has white color on #CDE7C7 background.