COLOR #DDE6AB

HEX: #DDE6AB
RGB: (221,230,171)

Color info

#DDE6AB contains red, green and blue colors in about the same proportion. Web safe color of #DDE6AB is #CCCC99 (or #CC9).

RGB color model

#DDE6AB color RGB value is (221,230,171).

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

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 171 of 255 = 67%

221
230
171

R + G + B ~ 81%. #DDE6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 171 = 622 (100%)
R 221 of 622 ~ 35.53%
G 230 of 622 ~ 36.98%
B 171 of 622 ~ 27.49%

%35.53
%36.98
%27.49

CMYK color model

#DDE6AB color CMYK value is (4,0,26,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(4,0,26,10)
C4M0Y26K10 
(4%,0%,26%,10%)
(0.04/0.00/0.26/0.10)	

CMYK percentages

%3.91
%0
%25.65
%9.8

Codes

Color #DDE6AB in popluar color models

DDE6AB
RGB221230171
HSL69°54.13%78.63%
HSB/HSV69°25.65%90.20%
CMYK3.91%0.00%25.65%
9.80%

Color #DDE6AB in popluar number systems.

HEXDDE6AB
Decimal221230171
Binary110111011110011010101011
Octal335346253

Shades and tints

Shades of #DDE6AB

#DDE6AB
(221,230,171)
#C9D29C
(201,210,156)
#B5BE8D
(181,190,141)
#A1AA7E
(161,170,126)
#8D966F
(141,150,111)
#798260
(121,130,96)
#656E51
(101,110,81)
#515A42
(81,90,66)
#3D4633
(61,70,51)
#293224
(41,50,36)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #DDE6AB

#DDE6AB
(221,230,171)
#E0E8B2
(224,232,178)
#E3EAB9
(227,234,185)
#E6ECC0
(230,236,192)
#E9EEC7
(233,238,199)
#ECF0CE
(236,240,206)
#EFF2D5
(239,242,213)
#F2F4DC
(242,244,220)
#F5F6E3
(245,246,227)
#F8F8EA
(248,248,234)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6AB; }

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

This text font color is #DDE6AB.


Background Color

.myBgColor { background-color: #DDE6AB; }

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

This div background color is #DDE6AB.


Border color

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

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

This div border color is #DDE6AB.


Opacity

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

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

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

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

This text has shadow with #DDE6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6AB on black background.


Color preview on white background

This text has color #DDE6AB on white background.



Black color preview on #DDE6AB background

This text has black color on #DDE6AB background.


White color preview on #DDE6AB background

This text has white color on #DDE6AB background.