COLOR #DDAAAB

HEX: #DDAAAB
RGB: (221,170,171)

Color info

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

RGB color model

#DDAAAB color RGB value is (221,170,171).

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

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 171 of 255 = 67%

221
170
171

R + G + B ~ 74%. #DDAAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 171 = 562 (100%)
R 221 of 562 ~ 39.32%
G 170 of 562 ~ 30.25%
B 171 of 562 ~ 30.43%

%39.32
%30.25
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(0,23,23,13)
C0M23Y23K13 
(0%,23%,23%,13%)
(0.00/0.23/0.23/0.13)	

CMYK percentages

%0
%23.08
%22.62
%13.33

Codes

Color #DDAAAB in popluar color models

DDAAAB
RGB221170171
HSL359°42.86%76.67%
HSB/HSV359°23.08%86.67%
CMYK0.00%23.08%22.62%
13.33%

Color #DDAAAB in popluar number systems.

HEXDDAAAB
Decimal221170171
Binary110111011010101010101011
Octal335252253

Shades and tints

Shades of #DDAAAB

#DDAAAB
(221,170,171)
#C99B9C
(201,155,156)
#B58C8D
(181,140,141)
#A17D7E
(161,125,126)
#8D6E6F
(141,110,111)
#795F60
(121,95,96)
#655051
(101,80,81)
#514142
(81,65,66)
#3D3233
(61,50,51)
#292324
(41,35,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDAAAB

#DDAAAB
(221,170,171)
#E0B1B2
(224,177,178)
#E3B8B9
(227,184,185)
#E6BFC0
(230,191,192)
#E9C6C7
(233,198,199)
#ECCDCE
(236,205,206)
#EFD4D5
(239,212,213)
#F2DBDC
(242,219,220)
#F5E2E3
(245,226,227)
#F8E9EA
(248,233,234)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAAAB; }

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

This text font color is #DDAAAB.


Background Color

.myBgColor { background-color: #DDAAAB; }

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

This div background color is #DDAAAB.


Border color

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

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

This div border color is #DDAAAB.


Opacity

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

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

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

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

This text has shadow with #DDAAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAAAB on black background.


Color preview on white background

This text has color #DDAAAB on white background.



Black color preview on #DDAAAB background

This text has black color on #DDAAAB background.


White color preview on #DDAAAB background

This text has white color on #DDAAAB background.