COLOR #DDE6B8

HEX: #DDE6B8
RGB: (221,230,184)

Color info

#DDE6B8 contains red, green and blue colors in about the same proportion. Web safe color of #DDE6B8 is #CCCCCC (or #CCC).

RGB color model

#DDE6B8 color RGB value is (221,230,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 184 of 255 = 72%

221
230
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 184 = 635 (100%)
R 221 of 635 ~ 34.8%
G 230 of 635 ~ 36.22%
B 184 of 635 ~ 28.98%

%34.8
%36.22
%28.98

CMYK color model

#DDE6B8 color CMYK value is (4,0,20,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(4,0,20,10)
C4M0Y20K10 
(4%,0%,20%,10%)
(0.04/0.00/0.20/0.10)	

CMYK percentages

%3.91
%0
%20
%9.8

Codes

Color #DDE6B8 in popluar color models

DDE6B8
RGB221230184
HSL72°47.92%81.18%
HSB/HSV72°20.00%90.20%
CMYK3.91%0.00%20.00%
9.80%

Color #DDE6B8 in popluar number systems.

HEXDDE6B8
Decimal221230184
Binary110111011110011010111000
Octal335346270

Shades and tints

Shades of #DDE6B8

#DDE6B8
(221,230,184)
#C9D2A8
(201,210,168)
#B5BE98
(181,190,152)
#A1AA88
(161,170,136)
#8D9678
(141,150,120)
#798268
(121,130,104)
#656E58
(101,110,88)
#515A48
(81,90,72)
#3D4638
(61,70,56)
#293228
(41,50,40)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #DDE6B8

#DDE6B8
(221,230,184)
#E0E8BE
(224,232,190)
#E3EAC4
(227,234,196)
#E6ECCA
(230,236,202)
#E9EED0
(233,238,208)
#ECF0D6
(236,240,214)
#EFF2DC
(239,242,220)
#F2F4E2
(242,244,226)
#F5F6E8
(245,246,232)
#F8F8EE
(248,248,238)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6B8; }

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

This text font color is #DDE6B8.


Background Color

.myBgColor { background-color: #DDE6B8; }

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

This div background color is #DDE6B8.


Border color

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

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

This div border color is #DDE6B8.


Opacity

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

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

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

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

This text has shadow with #DDE6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6B8 on black background.


Color preview on white background

This text has color #DDE6B8 on white background.



Black color preview on #DDE6B8 background

This text has black color on #DDE6B8 background.


White color preview on #DDE6B8 background

This text has white color on #DDE6B8 background.