COLOR #CDE5CC

HEX: #CDE5CC
RGB: (205,229,204)

Color info

#CDE5CC contains red, green and blue colors in about the same proportion. Web safe color of #CDE5CC is #CCCCCC (or #CCC).

RGB color model

#CDE5CC color RGB value is (205,229,204).

  • red value is 205;
  • green value is 229;
  • blue value is 204.
RGB:
(205,229,204)
(80%,90%,80%)

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 204 of 255 = 80%

205
229
204

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

Portions of RGB colors in percentages

R + G + B =
205 + 229 + 204 = 638 (100%)
R 205 of 638 ~ 32.13%
G 229 of 638 ~ 35.89%
B 204 of 638 ~ 31.97%

%32.13
%35.89
%31.97

CMYK color model

#CDE5CC color CMYK value is (10,0,11,10).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(10,0,11,10)
C10M0Y11K10 
(10%,0%,11%,10%)
(0.10/0.00/0.11/0.10)	

CMYK percentages

%10.48
%0
%10.92
%10.2

Codes

Color #CDE5CC in popluar color models

CDE5CC
RGB205229204
HSL118°32.47%84.90%
HSB/HSV118°10.92%89.80%
CMYK10.48%0.00%10.92%
10.20%

Color #CDE5CC in popluar number systems.

HEXCDE5CC
Decimal205229204
Binary110011011110010111001100
Octal315345314

Shades and tints

Shades of #CDE5CC

#CDE5CC
(205,229,204)
#BBD1BA
(187,209,186)
#A9BDA8
(169,189,168)
#97A996
(151,169,150)
#859584
(133,149,132)
#738172
(115,129,114)
#616D60
(97,109,96)
#4F594E
(79,89,78)
#3D453C
(61,69,60)
#2B312A
(43,49,42)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #CDE5CC

#CDE5CC
(205,229,204)
#D1E7D0
(209,231,208)
#D5E9D4
(213,233,212)
#D9EBD8
(217,235,216)
#DDEDDC
(221,237,220)
#E1EFE0
(225,239,224)
#E5F1E4
(229,241,228)
#E9F3E8
(233,243,232)
#EDF5EC
(237,245,236)
#F1F7F0
(241,247,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE5CC color. Also use rgb(205,229,204) instead hex code.

Text Font Color

.myTextColor { color: #CDE5CC; }

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

This text font color is #CDE5CC.


Background Color

.myBgColor { background-color: #CDE5CC; }

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

This div background color is #CDE5CC.


Border color

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

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

This div border color is #CDE5CC.


Opacity

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

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

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

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

This text has shadow with #CDE5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE5CC on black background.


Color preview on white background

This text has color #CDE5CC on white background.



Black color preview on #CDE5CC background

This text has black color on #CDE5CC background.


White color preview on #CDE5CC background

This text has white color on #CDE5CC background.