COLOR #CDF9D7

HEX: #CDF9D7
RGB: (205,249,215)

Color info

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

RGB color model

#CDF9D7 color RGB value is (205,249,215).

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

RGB channels and saturation

R 205 of 255 = 80%
G 249 of 255 = 98%
B 215 of 255 = 84%

205
249
215

R + G + B ~ 87%. #CDF9D7 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 249 + 215 = 669 (100%)
R 205 of 669 ~ 30.64%
G 249 of 669 ~ 37.22%
B 215 of 669 ~ 32.14%

%30.64
%37.22
%32.14

CMYK color model

#CDF9D7 color CMYK value is (18,0,14,2).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(18,0,14,2)
C18M0Y14K2 
(18%,0%,14%,2%)
(0.18/0.00/0.14/0.02)	

CMYK percentages

%17.67
%0
%13.65
%2.35

Codes

Color #CDF9D7 in popluar color models

CDF9D7
RGB205249215
HSL134°78.57%89.02%
HSB/HSV134°17.67%97.65%
CMYK17.67%0.00%13.65%
2.35%

Color #CDF9D7 in popluar number systems.

HEXCDF9D7
Decimal205249215
Binary110011011111100111010111
Octal315371327

Shades and tints

Shades of #CDF9D7

#CDF9D7
(205,249,215)
#BBE3C4
(187,227,196)
#A9CDB1
(169,205,177)
#97B79E
(151,183,158)
#85A18B
(133,161,139)
#738B78
(115,139,120)
#617565
(97,117,101)
#4F5F52
(79,95,82)
#3D493F
(61,73,63)
#2B332C
(43,51,44)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #CDF9D7

#CDF9D7
(205,249,215)
#D1F9DA
(209,249,218)
#D5F9DD
(213,249,221)
#D9F9E0
(217,249,224)
#DDF9E3
(221,249,227)
#E1F9E6
(225,249,230)
#E5F9E9
(229,249,233)
#E9F9EC
(233,249,236)
#EDF9EF
(237,249,239)
#F1F9F2
(241,249,242)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDF9D7; }

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

This text font color is #CDF9D7.


Background Color

.myBgColor { background-color: #CDF9D7; }

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

This div background color is #CDF9D7.


Border color

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

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

This div border color is #CDF9D7.


Opacity

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

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

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

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

This text has shadow with #CDF9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF9D7 on black background.


Color preview on white background

This text has color #CDF9D7 on white background.



Black color preview on #CDF9D7 background

This text has black color on #CDF9D7 background.


White color preview on #CDF9D7 background

This text has white color on #CDF9D7 background.