COLOR #DFAAA8

HEX: #DFAAA8
RGB: (223,170,168)

Color info

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

RGB color model

#DFAAA8 color RGB value is (223,170,168).

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

RGB channels and saturation

R 223 of 255 = 87%
G 170 of 255 = 67%
B 168 of 255 = 66%

223
170
168

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

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 168 = 561 (100%)
R 223 of 561 ~ 39.75%
G 170 of 561 ~ 30.3%
B 168 of 561 ~ 29.95%

%39.75
%30.3
%29.95

CMYK color model

#DFAAA8 color CMYK value is (0,24,25,13).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK: (0,24,25,13) C0M24Y25K13 (0%,24%,25%,13%) (0.00/0.24/0.25/0.13)

CMYK percentages

%0
%23.77
%24.66
%12.55

Codes

Color #DFAAA8 in popluar color models

DFAAA8
RGB223170168
HSL46.22%76.67%
HSB/HSV24.66%87.45%
CMYK0.00%23.77%24.66%
12.55%

Color #DFAAA8 in popluar number systems.

HEXDFAAA8
Decimal223170168
Binary110111111010101010101000
Octal337252250

Shades and tints

Shades of #DFAAA8

#DFAAA8
(223,170,168)
#CB9B99
(203,155,153)
#B78C8A
(183,140,138)
#A37D7B
(163,125,123)
#8F6E6C
(143,110,108)
#7B5F5D
(123,95,93)
#67504E
(103,80,78)
#53413F
(83,65,63)
#3F3230
(63,50,48)
#2B2321
(43,35,33)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #DFAAA8

#DFAAA8
(223,170,168)
#E1B1AF
(225,177,175)
#E3B8B6
(227,184,182)
#E5BFBD
(229,191,189)
#E7C6C4
(231,198,196)
#E9CDCB
(233,205,203)
#EBD4D2
(235,212,210)
#EDDBD9
(237,219,217)
#EFE2E0
(239,226,224)
#F1E9E7
(241,233,231)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAAA8; }

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

This text font color is #DFAAA8.


Background Color

.myBgColor { background-color: #DFAAA8; }

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

This div background color is #DFAAA8.


Border color

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

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

This div border color is #DFAAA8.


Opacity

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

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

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

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

This text has shadow with #DFAAA8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFAAA8 on black background.


Color preview on white background

This text has color #DFAAA8 on white background.



Black color preview on #DFAAA8 background

This text has black color on #DFAAA8 background.


White color preview on #DFAAA8 background

This text has white color on #DFAAA8 background.