COLOR #DF9FAA

HEX: #DF9FAA
RGB: (223,159,170)

Color info

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

RGB color model

#DF9FAA color RGB value is (223,159,170).

  • red value is 223;
  • green value is 159;
  • blue value is 170.
RGB:
(223,159,170)
(87%,62%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 159 of 255 = 62%
B 170 of 255 = 67%

223
159
170

R + G + B ~ 72%. #DF9FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 159 + 170 = 552 (100%)
R 223 of 552 ~ 40.4%
G 159 of 552 ~ 28.8%
B 170 of 552 ~ 30.8%

%40.4
%28.8
%30.8

CMYK color model

#DF9FAA color CMYK value is (0,29,24,13).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,29,24,13)
C0M29Y24K13 
(0%,29%,24%,13%)
(0.00/0.29/0.24/0.13)	

CMYK percentages

%0
%28.7
%23.77
%12.55

Codes

Color #DF9FAA in popluar color models

DF9FAA
RGB223159170
HSL350°50.00%74.90%
HSB/HSV350°28.70%87.45%
CMYK0.00%28.70%23.77%
12.55%

Color #DF9FAA in popluar number systems.

HEXDF9FAA
Decimal223159170
Binary110111111001111110101010
Octal337237252

Shades and tints

Shades of #DF9FAA

#DF9FAA
(223,159,170)
#CB919B
(203,145,155)
#B7838C
(183,131,140)
#A3757D
(163,117,125)
#8F676E
(143,103,110)
#7B595F
(123,89,95)
#674B50
(103,75,80)
#533D41
(83,61,65)
#3F2F32
(63,47,50)
#2B2123
(43,33,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #DF9FAA

#DF9FAA
(223,159,170)
#E1A7B1
(225,167,177)
#E3AFB8
(227,175,184)
#E5B7BF
(229,183,191)
#E7BFC6
(231,191,198)
#E9C7CD
(233,199,205)
#EBCFD4
(235,207,212)
#EDD7DB
(237,215,219)
#EFDFE2
(239,223,226)
#F1E7E9
(241,231,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9FAA color. Also use rgb(223,159,170) instead hex code.

Text Font Color

.myTextColor { color: #DF9FAA; }

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

This text font color is #DF9FAA.


Background Color

.myBgColor { background-color: #DF9FAA; }

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

This div background color is #DF9FAA.


Border color

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

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

This div border color is #DF9FAA.


Opacity

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

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

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

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

This text has shadow with #DF9FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9FAA on black background.


Color preview on white background

This text has color #DF9FAA on white background.



Black color preview on #DF9FAA background

This text has black color on #DF9FAA background.


White color preview on #DF9FAA background

This text has white color on #DF9FAA background.