COLOR #CDF9DC

HEX: #CDF9DC
RGB: (205,249,220)

Color info

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

RGB color model

#CDF9DC color RGB value is (205,249,220).

  • red value is 205;
  • green value is 249;
  • blue value is 220.
RGB:
(205,249,220)
(80%,98%,86%)

RGB channels and saturation

R 205 of 255 = 80%
G 249 of 255 = 98%
B 220 of 255 = 86%

205
249
220

R + G + B ~ 88%. #CDF9DC is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 249 + 220 = 674 (100%)
R 205 of 674 ~ 30.42%
G 249 of 674 ~ 36.94%
B 220 of 674 ~ 32.64%

%30.42
%36.94
%32.64

CMYK color model

#CDF9DC color CMYK value is (18,0,12,2).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(18,0,12,2)
C18M0Y12K2 
(18%,0%,12%,2%)
(0.18/0.00/0.12/0.02)	

CMYK percentages

%17.67
%0
%11.65
%2.35

Codes

Color #CDF9DC in popluar color models

CDF9DC
RGB205249220
HSL140°78.57%89.02%
HSB/HSV140°17.67%97.65%
CMYK17.67%0.00%11.65%
2.35%

Color #CDF9DC in popluar number systems.

HEXCDF9DC
Decimal205249220
Binary110011011111100111011100
Octal315371334

Shades and tints

Shades of #CDF9DC

#CDF9DC
(205,249,220)
#BBE3C8
(187,227,200)
#A9CDB4
(169,205,180)
#97B7A0
(151,183,160)
#85A18C
(133,161,140)
#738B78
(115,139,120)
#617564
(97,117,100)
#4F5F50
(79,95,80)
#3D493C
(61,73,60)
#2B3328
(43,51,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #CDF9DC

#CDF9DC
(205,249,220)
#D1F9DF
(209,249,223)
#D5F9E2
(213,249,226)
#D9F9E5
(217,249,229)
#DDF9E8
(221,249,232)
#E1F9EB
(225,249,235)
#E5F9EE
(229,249,238)
#E9F9F1
(233,249,241)
#EDF9F4
(237,249,244)
#F1F9F7
(241,249,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDF9DC color. Also use rgb(205,249,220) instead hex code.

Text Font Color

.myTextColor { color: #CDF9DC; }

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

This text font color is #CDF9DC.


Background Color

.myBgColor { background-color: #CDF9DC; }

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

This div background color is #CDF9DC.


Border color

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

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

This div border color is #CDF9DC.


Opacity

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

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

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

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

This text has shadow with #CDF9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF9DC on black background.


Color preview on white background

This text has color #CDF9DC on white background.



Black color preview on #CDF9DC background

This text has black color on #CDF9DC background.


White color preview on #CDF9DC background

This text has white color on #CDF9DC background.