COLOR #DDF7CC

HEX: #DDF7CC
RGB: (221,247,204)

Color info

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

RGB color model

#DDF7CC color RGB value is (221,247,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 204 of 255 = 80%

221
247
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 204 = 672 (100%)
R 221 of 672 ~ 32.89%
G 247 of 672 ~ 36.76%
B 204 of 672 ~ 30.36%

%32.89
%36.76
%30.36

CMYK color model

#DDF7CC color CMYK value is (11,0,17,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(11,0,17,3)
C11M0Y17K3 
(11%,0%,17%,3%)
(0.11/0.00/0.17/0.03)	

CMYK percentages

%10.53
%0
%17.41
%3.14

Codes

Color #DDF7CC in popluar color models

DDF7CC
RGB221247204
HSL96°72.88%88.43%
HSB/HSV96°17.41%96.86%
CMYK10.53%0.00%17.41%
3.14%

Color #DDF7CC in popluar number systems.

HEXDDF7CC
Decimal221247204
Binary110111011111011111001100
Octal335367314

Shades and tints

Shades of #DDF7CC

#DDF7CC
(221,247,204)
#C9E1BA
(201,225,186)
#B5CBA8
(181,203,168)
#A1B596
(161,181,150)
#8D9F84
(141,159,132)
#798972
(121,137,114)
#657360
(101,115,96)
#515D4E
(81,93,78)
#3D473C
(61,71,60)
#29312A
(41,49,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDF7CC

#DDF7CC
(221,247,204)
#E0F7D0
(224,247,208)
#E3F7D4
(227,247,212)
#E6F7D8
(230,247,216)
#E9F7DC
(233,247,220)
#ECF7E0
(236,247,224)
#EFF7E4
(239,247,228)
#F2F7E8
(242,247,232)
#F5F7EC
(245,247,236)
#F8F7F0
(248,247,240)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF7CC; }

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

This text font color is #DDF7CC.


Background Color

.myBgColor { background-color: #DDF7CC; }

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

This div background color is #DDF7CC.


Border color

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

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

This div border color is #DDF7CC.


Opacity

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

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

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

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

This text has shadow with #DDF7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF7CC on black background.


Color preview on white background

This text has color #DDF7CC on white background.



Black color preview on #DDF7CC background

This text has black color on #DDF7CC background.


White color preview on #DDF7CC background

This text has white color on #DDF7CC background.