COLOR #DDF8B0

HEX: #DDF8B0
RGB: (221,248,176)

Color info

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

RGB color model

#DDF8B0 color RGB value is (221,248,176).

  • red value is 221;
  • green value is 248;
  • blue value is 176.
RGB:
(221,248,176)
(87%,97%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 176 of 255 = 69%

221
248
176

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

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 176 = 645 (100%)
R 221 of 645 ~ 34.26%
G 248 of 645 ~ 38.45%
B 176 of 645 ~ 27.29%

%34.26
%38.45
%27.29

CMYK color model

#DDF8B0 color CMYK value is (11,0,29,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 2.75%
CMYK:
(11,0,29,3)
C11M0Y29K3 
(11%,0%,29%,3%)
(0.11/0.00/0.29/0.03)	

CMYK percentages

%10.89
%0
%29.03
%2.75

Codes

Color #DDF8B0 in popluar color models

DDF8B0
RGB221248176
HSL83°83.72%83.14%
HSB/HSV83°29.03%97.25%
CMYK10.89%0.00%29.03%
2.75%

Color #DDF8B0 in popluar number systems.

HEXDDF8B0
Decimal221248176
Binary110111011111100010110000
Octal335370260

Shades and tints

Shades of #DDF8B0

#DDF8B0
(221,248,176)
#C9E2A0
(201,226,160)
#B5CC90
(181,204,144)
#A1B680
(161,182,128)
#8DA070
(141,160,112)
#798A60
(121,138,96)
#657450
(101,116,80)
#515E40
(81,94,64)
#3D4830
(61,72,48)
#293220
(41,50,32)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #DDF8B0

#DDF8B0
(221,248,176)
#E0F8B7
(224,248,183)
#E3F8BE
(227,248,190)
#E6F8C5
(230,248,197)
#E9F8CC
(233,248,204)
#ECF8D3
(236,248,211)
#EFF8DA
(239,248,218)
#F2F8E1
(242,248,225)
#F5F8E8
(245,248,232)
#F8F8EF
(248,248,239)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF8B0 color. Also use rgb(221,248,176) instead hex code.

Text Font Color

.myTextColor { color: #DDF8B0; }

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

This text font color is #DDF8B0.


Background Color

.myBgColor { background-color: #DDF8B0; }

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

This div background color is #DDF8B0.


Border color

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

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

This div border color is #DDF8B0.


Opacity

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

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

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

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

This text has shadow with #DDF8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8B0 on black background.


Color preview on white background

This text has color #DDF8B0 on white background.



Black color preview on #DDF8B0 background

This text has black color on #DDF8B0 background.


White color preview on #DDF8B0 background

This text has white color on #DDF8B0 background.