COLOR #DDDAB2

HEX: #DDDAB2
RGB: (221,218,178)

Color info

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

RGB color model

#DDDAB2 color RGB value is (221,218,178).

  • red value is 221;
  • green value is 218;
  • blue value is 178.
RGB:
(221,218,178)
(87%,85%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 178 of 255 = 70%

221
218
178

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

Portions of RGB colors in percentages

R + G + B =
221 + 218 + 178 = 617 (100%)
R 221 of 617 ~ 35.82%
G 218 of 617 ~ 35.33%
B 178 of 617 ~ 28.85%

%35.82
%35.33
%28.85

CMYK color model

#DDDAB2 color CMYK value is (0,1,19,13).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK:
(0,1,19,13)
C0M1Y19K13 
(0%,1%,19%,13%)
(0.00/0.01/0.19/0.13)	

CMYK percentages

%0
%1.36
%19.46
%13.33

Codes

Color #DDDAB2 in popluar color models

DDDAB2
RGB221218178
HSL56°38.74%78.24%
HSB/HSV56°19.46%86.67%
CMYK0.00%1.36%19.46%
13.33%

Color #DDDAB2 in popluar number systems.

HEXDDDAB2
Decimal221218178
Binary110111011101101010110010
Octal335332262

Shades and tints

Shades of #DDDAB2

#DDDAB2
(221,218,178)
#C9C7A2
(201,199,162)
#B5B492
(181,180,146)
#A1A182
(161,161,130)
#8D8E72
(141,142,114)
#797B62
(121,123,98)
#656852
(101,104,82)
#515542
(81,85,66)
#3D4232
(61,66,50)
#292F22
(41,47,34)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #DDDAB2

#DDDAB2
(221,218,178)
#E0DDB9
(224,221,185)
#E3E0C0
(227,224,192)
#E6E3C7
(230,227,199)
#E9E6CE
(233,230,206)
#ECE9D5
(236,233,213)
#EFECDC
(239,236,220)
#F2EFE3
(242,239,227)
#F5F2EA
(245,242,234)
#F8F5F1
(248,245,241)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDAB2 color. Also use rgb(221,218,178) instead hex code.

Text Font Color

.myTextColor { color: #DDDAB2; }

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

This text font color is #DDDAB2.


Background Color

.myBgColor { background-color: #DDDAB2; }

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

This div background color is #DDDAB2.


Border color

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

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

This div border color is #DDDAB2.


Opacity

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

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

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

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

This text has shadow with #DDDAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDAB2 on black background.


Color preview on white background

This text has color #DDDAB2 on white background.



Black color preview on #DDDAB2 background

This text has black color on #DDDAB2 background.


White color preview on #DDDAB2 background

This text has white color on #DDDAB2 background.