COLOR #DDF6B8

HEX: #DDF6B8
RGB: (221,246,184)

Color info

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

RGB color model

#DDF6B8 color RGB value is (221,246,184).

  • red value is 221;
  • green value is 246;
  • blue value is 184.
RGB:
(221,246,184)
(87%,96%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 246 of 255 = 96%
B 184 of 255 = 72%

221
246
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 246 + 184 = 651 (100%)
R 221 of 651 ~ 33.95%
G 246 of 651 ~ 37.79%
B 184 of 651 ~ 28.26%

%33.95
%37.79
%28.26

CMYK color model

#DDF6B8 color CMYK value is (10,0,25,4).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(10,0,25,4)
C10M0Y25K4 
(10%,0%,25%,4%)
(0.10/0.00/0.25/0.04)	

CMYK percentages

%10.16
%0
%25.2
%3.53

Codes

Color #DDF6B8 in popluar color models

DDF6B8
RGB221246184
HSL84°77.50%84.31%
HSB/HSV84°25.20%96.47%
CMYK10.16%0.00%25.20%
3.53%

Color #DDF6B8 in popluar number systems.

HEXDDF6B8
Decimal221246184
Binary110111011111011010111000
Octal335366270

Shades and tints

Shades of #DDF6B8

#DDF6B8
(221,246,184)
#C9E0A8
(201,224,168)
#B5CA98
(181,202,152)
#A1B488
(161,180,136)
#8D9E78
(141,158,120)
#798868
(121,136,104)
#657258
(101,114,88)
#515C48
(81,92,72)
#3D4638
(61,70,56)
#293028
(41,48,40)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDF6B8

#DDF6B8
(221,246,184)
#E0F6BE
(224,246,190)
#E3F6C4
(227,246,196)
#E6F6CA
(230,246,202)
#E9F6D0
(233,246,208)
#ECF6D6
(236,246,214)
#EFF6DC
(239,246,220)
#F2F6E2
(242,246,226)
#F5F6E8
(245,246,232)
#F8F6EE
(248,246,238)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF6B8 color. Also use rgb(221,246,184) instead hex code.

Text Font Color

.myTextColor { color: #DDF6B8; }

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

This text font color is #DDF6B8.


Background Color

.myBgColor { background-color: #DDF6B8; }

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

This div background color is #DDF6B8.


Border color

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

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

This div border color is #DDF6B8.


Opacity

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

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

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

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

This text has shadow with #DDF6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF6B8 on black background.


Color preview on white background

This text has color #DDF6B8 on white background.



Black color preview on #DDF6B8 background

This text has black color on #DDF6B8 background.


White color preview on #DDF6B8 background

This text has white color on #DDF6B8 background.