COLOR #DFA6B0

HEX: #DFA6B0
RGB: (223,166,176)

Color info

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

RGB color model

#DFA6B0 color RGB value is (223,166,176).

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

RGB channels and saturation

R 223 of 255 = 87%
G 166 of 255 = 65%
B 176 of 255 = 69%

223
166
176

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

Portions of RGB colors in percentages

R + G + B =
223 + 166 + 176 = 565 (100%)
R 223 of 565 ~ 39.47%
G 166 of 565 ~ 29.38%
B 176 of 565 ~ 31.15%

%39.47
%29.38
%31.15

CMYK color model

#DFA6B0 color CMYK value is (0,26,21,13).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,26,21,13)
C0M26Y21K13 
(0%,26%,21%,13%)
(0.00/0.26/0.21/0.13)	

CMYK percentages

%0
%25.56
%21.08
%12.55

Codes

Color #DFA6B0 in popluar color models

DFA6B0
RGB223166176
HSL349°47.11%76.27%
HSB/HSV349°25.56%87.45%
CMYK0.00%25.56%21.08%
12.55%

Color #DFA6B0 in popluar number systems.

HEXDFA6B0
Decimal223166176
Binary110111111010011010110000
Octal337246260

Shades and tints

Shades of #DFA6B0

#DFA6B0
(223,166,176)
#CB97A0
(203,151,160)
#B78890
(183,136,144)
#A37980
(163,121,128)
#8F6A70
(143,106,112)
#7B5B60
(123,91,96)
#674C50
(103,76,80)
#533D40
(83,61,64)
#3F2E30
(63,46,48)
#2B1F20
(43,31,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #DFA6B0

#DFA6B0
(223,166,176)
#E1AEB7
(225,174,183)
#E3B6BE
(227,182,190)
#E5BEC5
(229,190,197)
#E7C6CC
(231,198,204)
#E9CED3
(233,206,211)
#EBD6DA
(235,214,218)
#EDDEE1
(237,222,225)
#EFE6E8
(239,230,232)
#F1EEEF
(241,238,239)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA6B0; }

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

This text font color is #DFA6B0.


Background Color

.myBgColor { background-color: #DFA6B0; }

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

This div background color is #DFA6B0.


Border color

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

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

This div border color is #DFA6B0.


Opacity

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

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

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

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

This text has shadow with #DFA6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA6B0 on black background.


Color preview on white background

This text has color #DFA6B0 on white background.



Black color preview on #DFA6B0 background

This text has black color on #DFA6B0 background.


White color preview on #DFA6B0 background

This text has white color on #DFA6B0 background.