COLOR #DDF7E9

HEX: #DDF7E9
RGB: (221,247,233)

Color info

#DDF7E9 contains red, green and blue colors in about the same proportion. Web safe color of #DDF7E9 is #CCFFFF (or #CFF).

RGB color model

#DDF7E9 color RGB value is (221,247,233).

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

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 233 of 255 = 91%

221
247
233

R + G + B ~ 92%. #DDF7E9 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 233 = 701 (100%)
R 221 of 701 ~ 31.53%
G 247 of 701 ~ 35.24%
B 233 of 701 ~ 33.24%

%31.53
%35.24
%33.24

CMYK color model

#DDF7E9 color CMYK value is (11,0,6,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 3.14%
CMYK:
(11,0,6,3)
C11M0Y6K3 
(11%,0%,6%,3%)
(0.11/0.00/0.06/0.03)	

CMYK percentages

%10.53
%0
%5.67
%3.14

Codes

Color #DDF7E9 in popluar color models

DDF7E9
RGB221247233
HSL148°61.90%91.76%
HSB/HSV148°10.53%96.86%
CMYK10.53%0.00%5.67%
3.14%

Color #DDF7E9 in popluar number systems.

HEXDDF7E9
Decimal221247233
Binary110111011111011111101001
Octal335367351

Shades and tints

Shades of #DDF7E9

#DDF7E9
(221,247,233)
#C9E1D4
(201,225,212)
#B5CBBF
(181,203,191)
#A1B5AA
(161,181,170)
#8D9F95
(141,159,149)
#798980
(121,137,128)
#65736B
(101,115,107)
#515D56
(81,93,86)
#3D4741
(61,71,65)
#29312C
(41,49,44)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #DDF7E9

#DDF7E9
(221,247,233)
#E0F7EB
(224,247,235)
#E3F7ED
(227,247,237)
#E6F7EF
(230,247,239)
#E9F7F1
(233,247,241)
#ECF7F3
(236,247,243)
#EFF7F5
(239,247,245)
#F2F7F7
(242,247,247)
#F5F7F9
(245,247,249)
#F8F7FB
(248,247,251)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF7E9; }

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

This text font color is #DDF7E9.


Background Color

.myBgColor { background-color: #DDF7E9; }

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

This div background color is #DDF7E9.


Border color

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

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

This div border color is #DDF7E9.


Opacity

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

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

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

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

This text has shadow with #DDF7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF7E9 on black background.


Color preview on white background

This text has color #DDF7E9 on white background.



Black color preview on #DDF7E9 background

This text has black color on #DDF7E9 background.


White color preview on #DDF7E9 background

This text has white color on #DDF7E9 background.