COLOR #CDF9DD

HEX: #CDF9DD
RGB: (205,249,221)

Color info

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

RGB color model

#CDF9DD color RGB value is (205,249,221).

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

RGB channels and saturation

R 205 of 255 = 80%
G 249 of 255 = 98%
B 221 of 255 = 87%

205
249
221

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

Portions of RGB colors in percentages

R + G + B =
205 + 249 + 221 = 675 (100%)
R 205 of 675 ~ 30.37%
G 249 of 675 ~ 36.89%
B 221 of 675 ~ 32.74%

%30.37
%36.89
%32.74

CMYK color model

#CDF9DD color CMYK value is (18,0,11,2).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(18,0,11,2)
C18M0Y11K2 
(18%,0%,11%,2%)
(0.18/0.00/0.11/0.02)	

CMYK percentages

%17.67
%0
%11.24
%2.35

Codes

Color #CDF9DD in popluar color models

CDF9DD
RGB205249221
HSL142°78.57%89.02%
HSB/HSV142°17.67%97.65%
CMYK17.67%0.00%11.24%
2.35%

Color #CDF9DD in popluar number systems.

HEXCDF9DD
Decimal205249221
Binary110011011111100111011101
Octal315371335

Shades and tints

Shades of #CDF9DD

#CDF9DD
(205,249,221)
#BBE3C9
(187,227,201)
#A9CDB5
(169,205,181)
#97B7A1
(151,183,161)
#85A18D
(133,161,141)
#738B79
(115,139,121)
#617565
(97,117,101)
#4F5F51
(79,95,81)
#3D493D
(61,73,61)
#2B3329
(43,51,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #CDF9DD

#CDF9DD
(205,249,221)
#D1F9E0
(209,249,224)
#D5F9E3
(213,249,227)
#D9F9E6
(217,249,230)
#DDF9E9
(221,249,233)
#E1F9EC
(225,249,236)
#E5F9EF
(229,249,239)
#E9F9F2
(233,249,242)
#EDF9F5
(237,249,245)
#F1F9F8
(241,249,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDF9DD; }

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

This text font color is #CDF9DD.


Background Color

.myBgColor { background-color: #CDF9DD; }

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

This div background color is #CDF9DD.


Border color

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

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

This div border color is #CDF9DD.


Opacity

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

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

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

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

This text has shadow with #CDF9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF9DD on black background.


Color preview on white background

This text has color #CDF9DD on white background.



Black color preview on #CDF9DD background

This text has black color on #CDF9DD background.


White color preview on #CDF9DD background

This text has white color on #CDF9DD background.