COLOR #DDAAA4

HEX: #DDAAA4
RGB: (221,170,164)

Color info

#DDAAA4 contains red, green and blue colors in about the same proportion. Web safe color of #DDAAA4 is #CC9999 (or #C99).

RGB color model

#DDAAA4 color RGB value is (221,170,164).

  • red value is 221;
  • green value is 170;
  • blue value is 164.
RGB:
(221,170,164)
(87%,67%,64%)

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 164 of 255 = 64%

221
170
164

R + G + B ~ 73%. #DDAAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 164 = 555 (100%)
R 221 of 555 ~ 39.82%
G 170 of 555 ~ 30.63%
B 164 of 555 ~ 29.55%

%39.82
%30.63
%29.55

CMYK color model

#DDAAA4 color CMYK value is (0,23,26,13).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 25.79%
  • key color value is 13.33%
CMYK:
(0,23,26,13)
C0M23Y26K13 
(0%,23%,26%,13%)
(0.00/0.23/0.26/0.13)	

CMYK percentages

%0
%23.08
%25.79
%13.33

Codes

Color #DDAAA4 in popluar color models

DDAAA4
RGB221170164
HSL45.60%75.49%
HSB/HSV25.79%86.67%
CMYK0.00%23.08%25.79%
13.33%

Color #DDAAA4 in popluar number systems.

HEXDDAAA4
Decimal221170164
Binary110111011010101010100100
Octal335252244

Shades and tints

Shades of #DDAAA4

#DDAAA4
(221,170,164)
#C99B96
(201,155,150)
#B58C88
(181,140,136)
#A17D7A
(161,125,122)
#8D6E6C
(141,110,108)
#795F5E
(121,95,94)
#655050
(101,80,80)
#514142
(81,65,66)
#3D3234
(61,50,52)
#292326
(41,35,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDAAA4

#DDAAA4
(221,170,164)
#E0B1AC
(224,177,172)
#E3B8B4
(227,184,180)
#E6BFBC
(230,191,188)
#E9C6C4
(233,198,196)
#ECCDCC
(236,205,204)
#EFD4D4
(239,212,212)
#F2DBDC
(242,219,220)
#F5E2E4
(245,226,228)
#F8E9EC
(248,233,236)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAAA4 color. Also use rgb(221,170,164) instead hex code.

Text Font Color

.myTextColor { color: #DDAAA4; }

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

This text font color is #DDAAA4.


Background Color

.myBgColor { background-color: #DDAAA4; }

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

This div background color is #DDAAA4.


Border color

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

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

This div border color is #DDAAA4.


Opacity

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

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

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

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

This text has shadow with #DDAAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAAA4 on black background.


Color preview on white background

This text has color #DDAAA4 on white background.



Black color preview on #DDAAA4 background

This text has black color on #DDAAA4 background.


White color preview on #DDAAA4 background

This text has white color on #DDAAA4 background.