COLOR #DFBAAD

HEX: #DFBAAD
RGB: (223,186,173)

Color info

#DFBAAD contains red, green and blue colors in about the same proportion. Web safe color of #DFBAAD is #CCCC99 (or #CC9).

RGB color model

#DFBAAD color RGB value is (223,186,173).

  • red value is 223;
  • green value is 186;
  • blue value is 173.
RGB:
(223,186,173)
(87%,73%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 173 of 255 = 68%

223
186
173

R + G + B ~ 76%. #DFBAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 173 = 582 (100%)
R 223 of 582 ~ 38.32%
G 186 of 582 ~ 31.96%
B 173 of 582 ~ 29.73%

%38.32
%31.96
%29.73

CMYK color model

#DFBAAD color CMYK value is (0,17,22,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(0,17,22,13)
C0M17Y22K13 
(0%,17%,22%,13%)
(0.00/0.17/0.22/0.13)	

CMYK percentages

%0
%16.59
%22.42
%12.55

Codes

Color #DFBAAD in popluar color models

DFBAAD
RGB223186173
HSL16°43.86%77.65%
HSB/HSV16°22.42%87.45%
CMYK0.00%16.59%22.42%
12.55%

Color #DFBAAD in popluar number systems.

HEXDFBAAD
Decimal223186173
Binary110111111011101010101101
Octal337272255

Shades and tints

Shades of #DFBAAD

#DFBAAD
(223,186,173)
#CBAA9E
(203,170,158)
#B79A8F
(183,154,143)
#A38A80
(163,138,128)
#8F7A71
(143,122,113)
#7B6A62
(123,106,98)
#675A53
(103,90,83)
#534A44
(83,74,68)
#3F3A35
(63,58,53)
#2B2A26
(43,42,38)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #DFBAAD

#DFBAAD
(223,186,173)
#E1C0B4
(225,192,180)
#E3C6BB
(227,198,187)
#E5CCC2
(229,204,194)
#E7D2C9
(231,210,201)
#E9D8D0
(233,216,208)
#EBDED7
(235,222,215)
#EDE4DE
(237,228,222)
#EFEAE5
(239,234,229)
#F1F0EC
(241,240,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBAAD color. Also use rgb(223,186,173) instead hex code.

Text Font Color

.myTextColor { color: #DFBAAD; }

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

This text font color is #DFBAAD.


Background Color

.myBgColor { background-color: #DFBAAD; }

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

This div background color is #DFBAAD.


Border color

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

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

This div border color is #DFBAAD.


Opacity

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

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

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

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

This text has shadow with #DFBAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBAAD on black background.


Color preview on white background

This text has color #DFBAAD on white background.



Black color preview on #DFBAAD background

This text has black color on #DFBAAD background.


White color preview on #DFBAAD background

This text has white color on #DFBAAD background.