COLOR #DFAAAB

HEX: #DFAAAB
RGB: (223,170,171)

Color info

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

RGB color model

#DFAAAB color RGB value is (223,170,171).

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

RGB channels and saturation

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

223
170
171

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

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 171 = 564 (100%)
R 223 of 564 ~ 39.54%
G 170 of 564 ~ 30.14%
B 171 of 564 ~ 30.32%

%39.54
%30.14
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,24,23,13)
C0M24Y23K13 
(0%,24%,23%,13%)
(0.00/0.24/0.23/0.13)	

CMYK percentages

%0
%23.77
%23.32
%12.55

Codes

Color #DFAAAB in popluar color models

DFAAAB
RGB223170171
HSL359°45.30%77.06%
HSB/HSV359°23.77%87.45%
CMYK0.00%23.77%23.32%
12.55%

Color #DFAAAB in popluar number systems.

HEXDFAAAB
Decimal223170171
Binary110111111010101010101011
Octal337252253

Shades and tints

Shades of #DFAAAB

#DFAAAB
(223,170,171)
#CB9B9C
(203,155,156)
#B78C8D
(183,140,141)
#A37D7E
(163,125,126)
#8F6E6F
(143,110,111)
#7B5F60
(123,95,96)
#675051
(103,80,81)
#534142
(83,65,66)
#3F3233
(63,50,51)
#2B2324
(43,35,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFAAAB

#DFAAAB
(223,170,171)
#E1B1B2
(225,177,178)
#E3B8B9
(227,184,185)
#E5BFC0
(229,191,192)
#E7C6C7
(231,198,199)
#E9CDCE
(233,205,206)
#EBD4D5
(235,212,213)
#EDDBDC
(237,219,220)
#EFE2E3
(239,226,227)
#F1E9EA
(241,233,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAAAB; }

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

This text font color is #DFAAAB.


Background Color

.myBgColor { background-color: #DFAAAB; }

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

This div background color is #DFAAAB.


Border color

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

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

This div border color is #DFAAAB.


Opacity

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

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

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

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

This text has shadow with #DFAAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAAAB on black background.


Color preview on white background

This text has color #DFAAAB on white background.



Black color preview on #DFAAAB background

This text has black color on #DFAAAB background.


White color preview on #DFAAAB background

This text has white color on #DFAAAB background.