COLOR #DDF9CF

HEX: #DDF9CF
RGB: (221,249,207)

Color info

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

RGB color model

#DDF9CF color RGB value is (221,249,207).

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

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 207 of 255 = 81%

221
249
207

R + G + B ~ 89%. #DDF9CF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 207 = 677 (100%)
R 221 of 677 ~ 32.64%
G 249 of 677 ~ 36.78%
B 207 of 677 ~ 30.58%

%32.64
%36.78
%30.58

CMYK color model

#DDF9CF color CMYK value is (11,0,17,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(11,0,17,2)
C11M0Y17K2 
(11%,0%,17%,2%)
(0.11/0.00/0.17/0.02)	

CMYK percentages

%11.24
%0
%16.87
%2.35

Codes

Color #DDF9CF in popluar color models

DDF9CF
RGB221249207
HSL100°77.78%89.41%
HSB/HSV100°16.87%97.65%
CMYK11.24%0.00%16.87%
2.35%

Color #DDF9CF in popluar number systems.

HEXDDF9CF
Decimal221249207
Binary110111011111100111001111
Octal335371317

Shades and tints

Shades of #DDF9CF

#DDF9CF
(221,249,207)
#C9E3BD
(201,227,189)
#B5CDAB
(181,205,171)
#A1B799
(161,183,153)
#8DA187
(141,161,135)
#798B75
(121,139,117)
#657563
(101,117,99)
#515F51
(81,95,81)
#3D493F
(61,73,63)
#29332D
(41,51,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDF9CF

#DDF9CF
(221,249,207)
#E0F9D3
(224,249,211)
#E3F9D7
(227,249,215)
#E6F9DB
(230,249,219)
#E9F9DF
(233,249,223)
#ECF9E3
(236,249,227)
#EFF9E7
(239,249,231)
#F2F9EB
(242,249,235)
#F5F9EF
(245,249,239)
#F8F9F3
(248,249,243)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF9CF; }

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

This text font color is #DDF9CF.


Background Color

.myBgColor { background-color: #DDF9CF; }

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

This div background color is #DDF9CF.


Border color

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

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

This div border color is #DDF9CF.


Opacity

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

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

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

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

This text has shadow with #DDF9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9CF on black background.


Color preview on white background

This text has color #DDF9CF on white background.



Black color preview on #DDF9CF background

This text has black color on #DDF9CF background.


White color preview on #DDF9CF background

This text has white color on #DDF9CF background.