COLOR #DDF4B2

HEX: #DDF4B2
RGB: (221,244,178)

Color info

#DDF4B2 contains mainly red and green colors. Web safe color of #DDF4B2 is #CCFF99 (or #CF9).

RGB color model

#DDF4B2 color RGB value is (221,244,178).

  • red value is 221;
  • green value is 244;
  • blue value is 178.
RGB:
(221,244,178)
(87%,96%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 244 of 255 = 96%
B 178 of 255 = 70%

221
244
178

R + G + B ~ 84%. #DDF4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 244 + 178 = 643 (100%)
R 221 of 643 ~ 34.37%
G 244 of 643 ~ 37.95%
B 178 of 643 ~ 27.68%

%34.37
%37.95
%27.68

CMYK color model

#DDF4B2 color CMYK value is (9,0,27,4).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 4.31%
CMYK:
(9,0,27,4)
C9M0Y27K4 
(9%,0%,27%,4%)
(0.09/0.00/0.27/0.04)	

CMYK percentages

%9.43
%0
%27.05
%4.31

Codes

Color #DDF4B2 in popluar color models

DDF4B2
RGB221244178
HSL81°75.00%82.75%
HSB/HSV81°27.05%95.69%
CMYK9.43%0.00%27.05%
4.31%

Color #DDF4B2 in popluar number systems.

HEXDDF4B2
Decimal221244178
Binary110111011111010010110010
Octal335364262

Shades and tints

Shades of #DDF4B2

#DDF4B2
(221,244,178)
#C9DEA2
(201,222,162)
#B5C892
(181,200,146)
#A1B282
(161,178,130)
#8D9C72
(141,156,114)
#798662
(121,134,98)
#657052
(101,112,82)
#515A42
(81,90,66)
#3D4432
(61,68,50)
#292E22
(41,46,34)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #DDF4B2

#DDF4B2
(221,244,178)
#E0F5B9
(224,245,185)
#E3F6C0
(227,246,192)
#E6F7C7
(230,247,199)
#E9F8CE
(233,248,206)
#ECF9D5
(236,249,213)
#EFFADC
(239,250,220)
#F2FBE3
(242,251,227)
#F5FCEA
(245,252,234)
#F8FDF1
(248,253,241)
#FBFEF8
(251,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF4B2 color. Also use rgb(221,244,178) instead hex code.

Text Font Color

.myTextColor { color: #DDF4B2; }

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

This text font color is #DDF4B2.


Background Color

.myBgColor { background-color: #DDF4B2; }

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

This div background color is #DDF4B2.


Border color

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

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

This div border color is #DDF4B2.


Opacity

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

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

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

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

This text has shadow with #DDF4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF4B2 on black background.


Color preview on white background

This text has color #DDF4B2 on white background.



Black color preview on #DDF4B2 background

This text has black color on #DDF4B2 background.


White color preview on #DDF4B2 background

This text has white color on #DDF4B2 background.