COLOR #DFA6BB

HEX: #DFA6BB
RGB: (223,166,187)

Color info

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

RGB color model

#DFA6BB color RGB value is (223,166,187).

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

RGB channels and saturation

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

223
166
187

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

Portions of RGB colors in percentages

R + G + B =
223 + 166 + 187 = 576 (100%)
R 223 of 576 ~ 38.72%
G 166 of 576 ~ 28.82%
B 187 of 576 ~ 32.47%

%38.72
%28.82
%32.47

CMYK color model

#DFA6BB color CMYK value is (0,26,16,13).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK:
(0,26,16,13)
C0M26Y16K13 
(0%,26%,16%,13%)
(0.00/0.26/0.16/0.13)	

CMYK percentages

%0
%25.56
%16.14
%12.55

Codes

Color #DFA6BB in popluar color models

DFA6BB
RGB223166187
HSL338°47.11%76.27%
HSB/HSV338°25.56%87.45%
CMYK0.00%25.56%16.14%
12.55%

Color #DFA6BB in popluar number systems.

HEXDFA6BB
Decimal223166187
Binary110111111010011010111011
Octal337246273

Shades and tints

Shades of #DFA6BB

#DFA6BB
(223,166,187)
#CB97AA
(203,151,170)
#B78899
(183,136,153)
#A37988
(163,121,136)
#8F6A77
(143,106,119)
#7B5B66
(123,91,102)
#674C55
(103,76,85)
#533D44
(83,61,68)
#3F2E33
(63,46,51)
#2B1F22
(43,31,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #DFA6BB

#DFA6BB
(223,166,187)
#E1AEC1
(225,174,193)
#E3B6C7
(227,182,199)
#E5BECD
(229,190,205)
#E7C6D3
(231,198,211)
#E9CED9
(233,206,217)
#EBD6DF
(235,214,223)
#EDDEE5
(237,222,229)
#EFE6EB
(239,230,235)
#F1EEF1
(241,238,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA6BB; }

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

This text font color is #DFA6BB.


Background Color

.myBgColor { background-color: #DFA6BB; }

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

This div background color is #DFA6BB.


Border color

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

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

This div border color is #DFA6BB.


Opacity

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

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

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

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

This text has shadow with #DFA6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA6BB on black background.


Color preview on white background

This text has color #DFA6BB on white background.



Black color preview on #DFA6BB background

This text has black color on #DFA6BB background.


White color preview on #DFA6BB background

This text has white color on #DFA6BB background.