COLOR #DFAEAB

HEX: #DFAEAB
RGB: (223,174,171)

Color info

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

RGB color model

#DFAEAB color RGB value is (223,174,171).

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

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 171 of 255 = 67%

223
174
171

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

Portions of RGB colors in percentages

R + G + B =
223 + 174 + 171 = 568 (100%)
R 223 of 568 ~ 39.26%
G 174 of 568 ~ 30.63%
B 171 of 568 ~ 30.11%

%39.26
%30.63
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,22,23,13)
C0M22Y23K13 
(0%,22%,23%,13%)
(0.00/0.22/0.23/0.13)	

CMYK percentages

%0
%21.97
%23.32
%12.55

Codes

Color #DFAEAB in popluar color models

DFAEAB
RGB223174171
HSL44.83%77.25%
HSB/HSV23.32%87.45%
CMYK0.00%21.97%23.32%
12.55%

Color #DFAEAB in popluar number systems.

HEXDFAEAB
Decimal223174171
Binary110111111010111010101011
Octal337256253

Shades and tints

Shades of #DFAEAB

#DFAEAB
(223,174,171)
#CB9F9C
(203,159,156)
#B7908D
(183,144,141)
#A3817E
(163,129,126)
#8F726F
(143,114,111)
#7B6360
(123,99,96)
#675451
(103,84,81)
#534542
(83,69,66)
#3F3633
(63,54,51)
#2B2724
(43,39,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFAEAB

#DFAEAB
(223,174,171)
#E1B5B2
(225,181,178)
#E3BCB9
(227,188,185)
#E5C3C0
(229,195,192)
#E7CAC7
(231,202,199)
#E9D1CE
(233,209,206)
#EBD8D5
(235,216,213)
#EDDFDC
(237,223,220)
#EFE6E3
(239,230,227)
#F1EDEA
(241,237,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEAB; }

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

This text font color is #DFAEAB.


Background Color

.myBgColor { background-color: #DFAEAB; }

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

This div background color is #DFAEAB.


Border color

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

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

This div border color is #DFAEAB.


Opacity

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

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

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

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

This text has shadow with #DFAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAEAB on black background.


Color preview on white background

This text has color #DFAEAB on white background.



Black color preview on #DFAEAB background

This text has black color on #DFAEAB background.


White color preview on #DFAEAB background

This text has white color on #DFAEAB background.