COLOR #DF8EAB

HEX: #DF8EAB
RGB: (223,142,171)

Color info

#DF8EAB contains mainly red and blue colors. Web safe color of #DF8EAB is #CC9999 (or #C99).

RGB color model

#DF8EAB color RGB value is (223,142,171).

  • red value is 223;
  • green value is 142;
  • blue value is 171.
RGB:
(223,142,171)
(87%,56%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 142 of 255 = 56%
B 171 of 255 = 67%

223
142
171

R + G + B ~ 70%. #DF8EAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 142 + 171 = 536 (100%)
R 223 of 536 ~ 41.6%
G 142 of 536 ~ 26.49%
B 171 of 536 ~ 31.9%

%41.6
%26.49
%31.9

CMYK color model

#DF8EAB color CMYK value is (0,36,23,13).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,36,23,13)
C0M36Y23K13 
(0%,36%,23%,13%)
(0.00/0.36/0.23/0.13)	

CMYK percentages

%0
%36.32
%23.32
%12.55

Codes

Color #DF8EAB in popluar color models

DF8EAB
RGB223142171
HSL339°55.86%71.57%
HSB/HSV339°36.32%87.45%
CMYK0.00%36.32%23.32%
12.55%

Color #DF8EAB in popluar number systems.

HEXDF8EAB
Decimal223142171
Binary110111111000111010101011
Octal337216253

Shades and tints

Shades of #DF8EAB

#DF8EAB
(223,142,171)
#CB829C
(203,130,156)
#B7768D
(183,118,141)
#A36A7E
(163,106,126)
#8F5E6F
(143,94,111)
#7B5260
(123,82,96)
#674651
(103,70,81)
#533A42
(83,58,66)
#3F2E33
(63,46,51)
#2B2224
(43,34,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DF8EAB

#DF8EAB
(223,142,171)
#E198B2
(225,152,178)
#E3A2B9
(227,162,185)
#E5ACC0
(229,172,192)
#E7B6C7
(231,182,199)
#E9C0CE
(233,192,206)
#EBCAD5
(235,202,213)
#EDD4DC
(237,212,220)
#EFDEE3
(239,222,227)
#F1E8EA
(241,232,234)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8EAB color. Also use rgb(223,142,171) instead hex code.

Text Font Color

.myTextColor { color: #DF8EAB; }

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

This text font color is #DF8EAB.


Background Color

.myBgColor { background-color: #DF8EAB; }

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

This div background color is #DF8EAB.


Border color

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

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

This div border color is #DF8EAB.


Opacity

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

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

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

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

This text has shadow with #DF8EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8EAB on black background.


Color preview on white background

This text has color #DF8EAB on white background.



Black color preview on #DF8EAB background

This text has black color on #DF8EAB background.


White color preview on #DF8EAB background

This text has white color on #DF8EAB background.