COLOR #DDF7C9

HEX: #DDF7C9 RGB: (221,247,201)

Color info

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

RGB color model

#DDF7C9 color RGB value is (221,247,201).

RGB: (221,247,201) (87%, 97%, 79%)

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 201 of 255 = 79%

221
247
201

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

Portions of RGB colors in percentages

R + G + B = 221 + 247 + 201 = 669 (100%)
R 221 of 669 ~ 33.03%
G 247 of 669 ~ 36.92%
B 201 of 669 ~ 30.04'%

%33.03
%36.92
%30.04

CMYK color model

#DDF7C9 color CMYK value is (11,0,19,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 3.14%

CMYK: (11,0,19,3)
C11M0Y19K3 (11%, 0%, 19%, 3%)
(0.11 / 0.00 / 0.19 / 0.03)

CMYK percentages

%10.53
%0
%18.62
%3.14

Codes

Color #DDF7C9 in popluar color models

DD F7 C9
RGB 221 247 201
HSL 94° 74.19% 87.84%
HSB/HSV 94° 18.62% 96.86%
CMYK 10.53% 0.00% 18.62%
3.14%

Color #DDF7C9 in popluar number systems.

HEX DD F7 C9
Decimal 221 247 201
Binary 11011101 11110111 11001001
Octal 335 367 311

Shades and tints

Shades of #DDF7C9

#DDF7C9
(221,247,201)
#C9E1B7
(201,225,183)
#B5CBA5
(181,203,165)
#A1B593
(161,181,147)
#8D9F81
(141,159,129)
#79896F
(121,137,111)
#65735D
(101,115,93)
#515D4B
(81,93,75)
#3D4739
(61,71,57)
#293127
(41,49,39)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDF7C9

#DDF7C9
(221,247,201)
#E0F7CD
(224,247,205)
#E3F7D1
(227,247,209)
#E6F7D5
(230,247,213)
#E9F7D9
(233,247,217)
#ECF7DD
(236,247,221)
#EFF7E1
(239,247,225)
#F2F7E5
(242,247,229)
#F5F7E9
(245,247,233)
#F8F7ED
(248,247,237)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF7C9; }

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

This text font color is #DDF7C9.

Background Color

.myBgColor { background-color: #DDF7C9; }

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

This div background color is #DDF7C9.

Border color

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

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

This div border color is #DDF7C9.

Opacity

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

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

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

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

This text has shadow with #DDF7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF7C9.

Preview

Color preview on black background

This text has color #DDF7C9 on black background.


Color preview on white background

This text has color #DDF7C9 on white background.


Black color preview on #DDF7C9 background

This text has black color on #DDF7C9 background.


White color preview on #DDF7C9 background

This text has white color on #DDF7C9 background.


Related colors

Complementary color

Complementary color for #hex is #220836.


I love getcolorcode.com

Triadic colors

1 #C9DDF7 and #F7C9DD with #DDF7C9 are triadic colors.

2 #C9F7DD and #F7DDC9 with #DDF7C9 are triadic colors.