COLOR #DDDBAE

HEX: #DDDBAE
RGB: (221,219,174)

Color info

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

RGB color model

#DDDBAE color RGB value is (221,219,174).

  • red value is 221;
  • green value is 219;
  • blue value is 174.
RGB:
(221,219,174)
(87%,86%,68%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 174 of 255 = 68%

221
219
174

R + G + B ~ 80%. #DDDBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 174 = 614 (100%)
R 221 of 614 ~ 35.99%
G 219 of 614 ~ 35.67%
B 174 of 614 ~ 28.34%

%35.99
%35.67
%28.34

CMYK color model

#DDDBAE color CMYK value is (0,1,21,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 21.27%
  • key color value is 13.33%
CMYK:
(0,1,21,13)
C0M1Y21K13 
(0%,1%,21%,13%)
(0.00/0.01/0.21/0.13)	

CMYK percentages

%0
%0.9
%21.27
%13.33

Codes

Color #DDDBAE in popluar color models

DDDBAE
RGB221219174
HSL57°40.87%77.45%
HSB/HSV57°21.27%86.67%
CMYK0.00%0.90%21.27%
13.33%

Color #DDDBAE in popluar number systems.

HEXDDDBAE
Decimal221219174
Binary110111011101101110101110
Octal335333256

Shades and tints

Shades of #DDDBAE

#DDDBAE
(221,219,174)
#C9C89F
(201,200,159)
#B5B590
(181,181,144)
#A1A281
(161,162,129)
#8D8F72
(141,143,114)
#797C63
(121,124,99)
#656954
(101,105,84)
#515645
(81,86,69)
#3D4336
(61,67,54)
#293027
(41,48,39)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #DDDBAE

#DDDBAE
(221,219,174)
#E0DEB5
(224,222,181)
#E3E1BC
(227,225,188)
#E6E4C3
(230,228,195)
#E9E7CA
(233,231,202)
#ECEAD1
(236,234,209)
#EFEDD8
(239,237,216)
#F2F0DF
(242,240,223)
#F5F3E6
(245,243,230)
#F8F6ED
(248,246,237)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDBAE color. Also use rgb(221,219,174) instead hex code.

Text Font Color

.myTextColor { color: #DDDBAE; }

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

This text font color is #DDDBAE.


Background Color

.myBgColor { background-color: #DDDBAE; }

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

This div background color is #DDDBAE.


Border color

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

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

This div border color is #DDDBAE.


Opacity

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

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

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

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

This text has shadow with #DDDBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBAE on black background.


Color preview on white background

This text has color #DDDBAE on white background.



Black color preview on #DDDBAE background

This text has black color on #DDDBAE background.


White color preview on #DDDBAE background

This text has white color on #DDDBAE background.