COLOR #DDF8B6

HEX: #DDF8B6
RGB: (221,248,182)

Color info

#DDF8B6 contains mainly red and green colors. Web safe color of #DDF8B6 is #CCFFCC (or #CFC).

RGB color model

#DDF8B6 color RGB value is (221,248,182).

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

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 182 of 255 = 71%

221
248
182

R + G + B ~ 85%. #DDF8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 182 = 651 (100%)
R 221 of 651 ~ 33.95%
G 248 of 651 ~ 38.1%
B 182 of 651 ~ 27.96%

%33.95
%38.1
%27.96

CMYK color model

#DDF8B6 color CMYK value is (11,0,27,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(11,0,27,3)
C11M0Y27K3 
(11%,0%,27%,3%)
(0.11/0.00/0.27/0.03)	

CMYK percentages

%10.89
%0
%26.61
%2.75

Codes

Color #DDF8B6 in popluar color models

DDF8B6
RGB221248182
HSL85°82.50%84.31%
HSB/HSV85°26.61%97.25%
CMYK10.89%0.00%26.61%
2.75%

Color #DDF8B6 in popluar number systems.

HEXDDF8B6
Decimal221248182
Binary110111011111100010110110
Octal335370266

Shades and tints

Shades of #DDF8B6

#DDF8B6
(221,248,182)
#C9E2A6
(201,226,166)
#B5CC96
(181,204,150)
#A1B686
(161,182,134)
#8DA076
(141,160,118)
#798A66
(121,138,102)
#657456
(101,116,86)
#515E46
(81,94,70)
#3D4836
(61,72,54)
#293226
(41,50,38)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #DDF8B6

#DDF8B6
(221,248,182)
#E0F8BC
(224,248,188)
#E3F8C2
(227,248,194)
#E6F8C8
(230,248,200)
#E9F8CE
(233,248,206)
#ECF8D4
(236,248,212)
#EFF8DA
(239,248,218)
#F2F8E0
(242,248,224)
#F5F8E6
(245,248,230)
#F8F8EC
(248,248,236)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8B6; }

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

This text font color is #DDF8B6.


Background Color

.myBgColor { background-color: #DDF8B6; }

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

This div background color is #DDF8B6.


Border color

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

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

This div border color is #DDF8B6.


Opacity

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

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

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

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

This text has shadow with #DDF8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8B6 on black background.


Color preview on white background

This text has color #DDF8B6 on white background.



Black color preview on #DDF8B6 background

This text has black color on #DDF8B6 background.


White color preview on #DDF8B6 background

This text has white color on #DDF8B6 background.