COLOR #DDF5B9

HEX: #DDF5B9
RGB: (221,245,185)

Color info

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

RGB color model

#DDF5B9 color RGB value is (221,245,185).

  • red value is 221;
  • green value is 245;
  • blue value is 185.
RGB:
(221,245,185)
(87%,96%,73%)

RGB channels and saturation

R 221 of 255 = 87%
G 245 of 255 = 96%
B 185 of 255 = 73%

221
245
185

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

Portions of RGB colors in percentages

R + G + B =
221 + 245 + 185 = 651 (100%)
R 221 of 651 ~ 33.95%
G 245 of 651 ~ 37.63%
B 185 of 651 ~ 28.42%

%33.95
%37.63
%28.42

CMYK color model

#DDF5B9 color CMYK value is (10,0,24,4).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 3.92%
CMYK:
(10,0,24,4)
C10M0Y24K4 
(10%,0%,24%,4%)
(0.10/0.00/0.24/0.04)	

CMYK percentages

%9.8
%0
%24.49
%3.92

Codes

Color #DDF5B9 in popluar color models

DDF5B9
RGB221245185
HSL84°75.00%84.31%
HSB/HSV84°24.49%96.08%
CMYK9.80%0.00%24.49%
3.92%

Color #DDF5B9 in popluar number systems.

HEXDDF5B9
Decimal221245185
Binary110111011111010110111001
Octal335365271

Shades and tints

Shades of #DDF5B9

#DDF5B9
(221,245,185)
#C9DFA9
(201,223,169)
#B5C999
(181,201,153)
#A1B389
(161,179,137)
#8D9D79
(141,157,121)
#798769
(121,135,105)
#657159
(101,113,89)
#515B49
(81,91,73)
#3D4539
(61,69,57)
#292F29
(41,47,41)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDF5B9

#DDF5B9
(221,245,185)
#E0F5BF
(224,245,191)
#E3F5C5
(227,245,197)
#E6F5CB
(230,245,203)
#E9F5D1
(233,245,209)
#ECF5D7
(236,245,215)
#EFF5DD
(239,245,221)
#F2F5E3
(242,245,227)
#F5F5E9
(245,245,233)
#F8F5EF
(248,245,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF5B9 color. Also use rgb(221,245,185) instead hex code.

Text Font Color

.myTextColor { color: #DDF5B9; }

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

This text font color is #DDF5B9.


Background Color

.myBgColor { background-color: #DDF5B9; }

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

This div background color is #DDF5B9.


Border color

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

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

This div border color is #DDF5B9.


Opacity

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

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

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

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

This text has shadow with #DDF5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF5B9 on black background.


Color preview on white background

This text has color #DDF5B9 on white background.



Black color preview on #DDF5B9 background

This text has black color on #DDF5B9 background.


White color preview on #DDF5B9 background

This text has white color on #DDF5B9 background.