COLOR #DDE7B8

HEX: #DDE7B8
RGB: (221,231,184)

Color info

#DDE7B8 contains red, green and blue colors in about the same proportion. Web safe color of #DDE7B8 is #CCFFCC (or #CFC).

RGB color model

#DDE7B8 color RGB value is (221,231,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 184 of 255 = 72%

221
231
184

R + G + B ~ 83%. #DDE7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 184 = 636 (100%)
R 221 of 636 ~ 34.75%
G 231 of 636 ~ 36.32%
B 184 of 636 ~ 28.93%

%34.75
%36.32
%28.93

CMYK color model

#DDE7B8 color CMYK value is (4,0,20,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 9.41%
CMYK:
(4,0,20,9)
C4M0Y20K9 
(4%,0%,20%,9%)
(0.04/0.00/0.20/0.09)	

CMYK percentages

%4.33
%0
%20.35
%9.41

Codes

Color #DDE7B8 in popluar color models

DDE7B8
RGB221231184
HSL73°49.47%81.37%
HSB/HSV73°20.35%90.59%
CMYK4.33%0.00%20.35%
9.41%

Color #DDE7B8 in popluar number systems.

HEXDDE7B8
Decimal221231184
Binary110111011110011110111000
Octal335347270

Shades and tints

Shades of #DDE7B8

#DDE7B8
(221,231,184)
#C9D2A8
(201,210,168)
#B5BD98
(181,189,152)
#A1A888
(161,168,136)
#8D9378
(141,147,120)
#797E68
(121,126,104)
#656958
(101,105,88)
#515448
(81,84,72)
#3D3F38
(61,63,56)
#292A28
(41,42,40)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDE7B8

#DDE7B8
(221,231,184)
#E0E9BE
(224,233,190)
#E3EBC4
(227,235,196)
#E6EDCA
(230,237,202)
#E9EFD0
(233,239,208)
#ECF1D6
(236,241,214)
#EFF3DC
(239,243,220)
#F2F5E2
(242,245,226)
#F5F7E8
(245,247,232)
#F8F9EE
(248,249,238)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7B8; }

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

This text font color is #DDE7B8.


Background Color

.myBgColor { background-color: #DDE7B8; }

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

This div background color is #DDE7B8.


Border color

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

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

This div border color is #DDE7B8.


Opacity

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

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

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

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

This text has shadow with #DDE7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7B8 on black background.


Color preview on white background

This text has color #DDE7B8 on white background.



Black color preview on #DDE7B8 background

This text has black color on #DDE7B8 background.


White color preview on #DDE7B8 background

This text has white color on #DDE7B8 background.