COLOR #DFA6B9

HEX: #DFA6B9
RGB: (223,166,185)

Color info

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

RGB color model

#DFA6B9 color RGB value is (223,166,185).

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

RGB channels and saturation

R 223 of 255 = 87%
G 166 of 255 = 65%
B 185 of 255 = 73%

223
166
185

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

Portions of RGB colors in percentages

R + G + B =
223 + 166 + 185 = 574 (100%)
R 223 of 574 ~ 38.85%
G 166 of 574 ~ 28.92%
B 185 of 574 ~ 32.23%

%38.85
%28.92
%32.23

CMYK color model

#DFA6B9 color CMYK value is (0,26,17,13).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(0,26,17,13)
C0M26Y17K13 
(0%,26%,17%,13%)
(0.00/0.26/0.17/0.13)	

CMYK percentages

%0
%25.56
%17.04
%12.55

Codes

Color #DFA6B9 in popluar color models

DFA6B9
RGB223166185
HSL340°47.11%76.27%
HSB/HSV340°25.56%87.45%
CMYK0.00%25.56%17.04%
12.55%

Color #DFA6B9 in popluar number systems.

HEXDFA6B9
Decimal223166185
Binary110111111010011010111001
Octal337246271

Shades and tints

Shades of #DFA6B9

#DFA6B9
(223,166,185)
#CB97A9
(203,151,169)
#B78899
(183,136,153)
#A37989
(163,121,137)
#8F6A79
(143,106,121)
#7B5B69
(123,91,105)
#674C59
(103,76,89)
#533D49
(83,61,73)
#3F2E39
(63,46,57)
#2B1F29
(43,31,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #DFA6B9

#DFA6B9
(223,166,185)
#E1AEBF
(225,174,191)
#E3B6C5
(227,182,197)
#E5BECB
(229,190,203)
#E7C6D1
(231,198,209)
#E9CED7
(233,206,215)
#EBD6DD
(235,214,221)
#EDDEE3
(237,222,227)
#EFE6E9
(239,230,233)
#F1EEEF
(241,238,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA6B9; }

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

This text font color is #DFA6B9.


Background Color

.myBgColor { background-color: #DFA6B9; }

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

This div background color is #DFA6B9.


Border color

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

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

This div border color is #DFA6B9.


Opacity

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

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

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

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

This text has shadow with #DFA6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA6B9 on black background.


Color preview on white background

This text has color #DFA6B9 on white background.



Black color preview on #DFA6B9 background

This text has black color on #DFA6B9 background.


White color preview on #DFA6B9 background

This text has white color on #DFA6B9 background.