COLOR #DFA9B9

HEX: #DFA9B9
RGB: (223,169,185)

Color info

#DFA9B9 contains red, green and blue colors in about the same proportion. Web safe color of #DFA9B9 is #CC99CC (or #C9C).

RGB color model

#DFA9B9 color RGB value is (223,169,185).

  • red value is 223;
  • green value is 169;
  • blue value is 185.
RGB:
(223,169,185)
(87%,66%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 185 of 255 = 73%

223
169
185

R + G + B ~ 75%. #DFA9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 169 + 185 = 577 (100%)
R 223 of 577 ~ 38.65%
G 169 of 577 ~ 29.29%
B 185 of 577 ~ 32.06%

%38.65
%29.29
%32.06

CMYK color model

#DFA9B9 color CMYK value is (0,24,17,13).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(0,24,17,13)
C0M24Y17K13 
(0%,24%,17%,13%)
(0.00/0.24/0.17/0.13)	

CMYK percentages

%0
%24.22
%17.04
%12.55

Codes

Color #DFA9B9 in popluar color models

DFA9B9
RGB223169185
HSL342°45.76%76.86%
HSB/HSV342°24.22%87.45%
CMYK0.00%24.22%17.04%
12.55%

Color #DFA9B9 in popluar number systems.

HEXDFA9B9
Decimal223169185
Binary110111111010100110111001
Octal337251271

Shades and tints

Shades of #DFA9B9

#DFA9B9
(223,169,185)
#CB9AA9
(203,154,169)
#B78B99
(183,139,153)
#A37C89
(163,124,137)
#8F6D79
(143,109,121)
#7B5E69
(123,94,105)
#674F59
(103,79,89)
#534049
(83,64,73)
#3F3139
(63,49,57)
#2B2229
(43,34,41)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFA9B9

#DFA9B9
(223,169,185)
#E1B0BF
(225,176,191)
#E3B7C5
(227,183,197)
#E5BECB
(229,190,203)
#E7C5D1
(231,197,209)
#E9CCD7
(233,204,215)
#EBD3DD
(235,211,221)
#EDDAE3
(237,218,227)
#EFE1E9
(239,225,233)
#F1E8EF
(241,232,239)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA9B9 color. Also use rgb(223,169,185) instead hex code.

Text Font Color

.myTextColor { color: #DFA9B9; }

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

This text font color is #DFA9B9.


Background Color

.myBgColor { background-color: #DFA9B9; }

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

This div background color is #DFA9B9.


Border color

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

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

This div border color is #DFA9B9.


Opacity

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

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

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

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

This text has shadow with #DFA9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA9B9 on black background.


Color preview on white background

This text has color #DFA9B9 on white background.



Black color preview on #DFA9B9 background

This text has black color on #DFA9B9 background.


White color preview on #DFA9B9 background

This text has white color on #DFA9B9 background.