COLOR #DDF7DF

HEX: #DDF7DF
RGB: (221,247,223)

Color info

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

RGB color model

#DDF7DF color RGB value is (221,247,223).

  • red value is 221;
  • green value is 247;
  • blue value is 223.
RGB:
(221,247,223)
(87%,97%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 223 of 255 = 87%

221
247
223

R + G + B ~ 90%. #DDF7DF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 223 = 691 (100%)
R 221 of 691 ~ 31.98%
G 247 of 691 ~ 35.75%
B 223 of 691 ~ 32.27%

%31.98
%35.75
%32.27

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(11,0,10,3)
C11M0Y10K3 
(11%,0%,10%,3%)
(0.11/0.00/0.10/0.03)	

CMYK percentages

%10.53
%0
%9.72
%3.14

Codes

Color #DDF7DF in popluar color models

DDF7DF
RGB221247223
HSL125°61.90%91.76%
HSB/HSV125°10.53%96.86%
CMYK10.53%0.00%9.72%
3.14%

Color #DDF7DF in popluar number systems.

HEXDDF7DF
Decimal221247223
Binary110111011111011111011111
Octal335367337

Shades and tints

Shades of #DDF7DF

#DDF7DF
(221,247,223)
#C9E1CB
(201,225,203)
#B5CBB7
(181,203,183)
#A1B5A3
(161,181,163)
#8D9F8F
(141,159,143)
#79897B
(121,137,123)
#657367
(101,115,103)
#515D53
(81,93,83)
#3D473F
(61,71,63)
#29312B
(41,49,43)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #DDF7DF

#DDF7DF
(221,247,223)
#E0F7E1
(224,247,225)
#E3F7E3
(227,247,227)
#E6F7E5
(230,247,229)
#E9F7E7
(233,247,231)
#ECF7E9
(236,247,233)
#EFF7EB
(239,247,235)
#F2F7ED
(242,247,237)
#F5F7EF
(245,247,239)
#F8F7F1
(248,247,241)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF7DF color. Also use rgb(221,247,223) instead hex code.

Text Font Color

.myTextColor { color: #DDF7DF; }

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

This text font color is #DDF7DF.


Background Color

.myBgColor { background-color: #DDF7DF; }

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

This div background color is #DDF7DF.


Border color

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

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

This div border color is #DDF7DF.


Opacity

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

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

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

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

This text has shadow with #DDF7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF7DF on black background.


Color preview on white background

This text has color #DDF7DF on white background.



Black color preview on #DDF7DF background

This text has black color on #DDF7DF background.


White color preview on #DDF7DF background

This text has white color on #DDF7DF background.