COLOR #DF97AD

HEX: #DF97AD
RGB: (223,151,173)

Color info

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

RGB color model

#DF97AD color RGB value is (223,151,173).

  • red value is 223;
  • green value is 151;
  • blue value is 173.
RGB:
(223,151,173)
(87%,59%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 151 of 255 = 59%
B 173 of 255 = 68%

223
151
173

R + G + B ~ 71%. #DF97AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 151 + 173 = 547 (100%)
R 223 of 547 ~ 40.77%
G 151 of 547 ~ 27.61%
B 173 of 547 ~ 31.63%

%40.77
%27.61
%31.63

CMYK color model

#DF97AD color CMYK value is (0,32,22,13).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(0,32,22,13)
C0M32Y22K13 
(0%,32%,22%,13%)
(0.00/0.32/0.22/0.13)	

CMYK percentages

%0
%32.29
%22.42
%12.55

Codes

Color #DF97AD in popluar color models

DF97AD
RGB223151173
HSL342°52.94%73.33%
HSB/HSV342°32.29%87.45%
CMYK0.00%32.29%22.42%
12.55%

Color #DF97AD in popluar number systems.

HEXDF97AD
Decimal223151173
Binary110111111001011110101101
Octal337227255

Shades and tints

Shades of #DF97AD

#DF97AD
(223,151,173)
#CB8A9E
(203,138,158)
#B77D8F
(183,125,143)
#A37080
(163,112,128)
#8F6371
(143,99,113)
#7B5662
(123,86,98)
#674953
(103,73,83)
#533C44
(83,60,68)
#3F2F35
(63,47,53)
#2B2226
(43,34,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #DF97AD

#DF97AD
(223,151,173)
#E1A0B4
(225,160,180)
#E3A9BB
(227,169,187)
#E5B2C2
(229,178,194)
#E7BBC9
(231,187,201)
#E9C4D0
(233,196,208)
#EBCDD7
(235,205,215)
#EDD6DE
(237,214,222)
#EFDFE5
(239,223,229)
#F1E8EC
(241,232,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF97AD color. Also use rgb(223,151,173) instead hex code.

Text Font Color

.myTextColor { color: #DF97AD; }

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

This text font color is #DF97AD.


Background Color

.myBgColor { background-color: #DF97AD; }

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

This div background color is #DF97AD.


Border color

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

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

This div border color is #DF97AD.


Opacity

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

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

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

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

This text has shadow with #DF97AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF97AD on black background.


Color preview on white background

This text has color #DF97AD on white background.



Black color preview on #DF97AD background

This text has black color on #DF97AD background.


White color preview on #DF97AD background

This text has white color on #DF97AD background.