COLOR #DF9897

HEX: #DF9897
RGB: (223,152,151)

Color info

#DF9897 contains mainly red color. Web safe color of #DF9897 is #CC9999 (or #C99).

RGB color model

#DF9897 color RGB value is (223,152,151).

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

RGB channels and saturation

R 223 of 255 = 87%
G 152 of 255 = 60%
B 151 of 255 = 59%

223
152
151

R + G + B ~ 69%. #DF9897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 152 + 151 = 526 (100%)
R 223 of 526 ~ 42.4%
G 152 of 526 ~ 28.9%
B 151 of 526 ~ 28.71%

%42.4
%28.9
%28.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 32.29%
  • key color value is 12.55%
CMYK:
(0,32,32,13)
C0M32Y32K13 
(0%,32%,32%,13%)
(0.00/0.32/0.32/0.13)	

CMYK percentages

%0
%31.84
%32.29
%12.55

Codes

Color #DF9897 in popluar color models

DF9897
RGB223152151
HSL52.94%73.33%
HSB/HSV32.29%87.45%
CMYK0.00%31.84%32.29%
12.55%

Color #DF9897 in popluar number systems.

HEXDF9897
Decimal223152151
Binary110111111001100010010111
Octal337230227

Shades and tints

Shades of #DF9897

#DF9897
(223,152,151)
#CB8B8A
(203,139,138)
#B77E7D
(183,126,125)
#A37170
(163,113,112)
#8F6463
(143,100,99)
#7B5756
(123,87,86)
#674A49
(103,74,73)
#533D3C
(83,61,60)
#3F302F
(63,48,47)
#2B2322
(43,35,34)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DF9897

#DF9897
(223,152,151)
#E1A1A0
(225,161,160)
#E3AAA9
(227,170,169)
#E5B3B2
(229,179,178)
#E7BCBB
(231,188,187)
#E9C5C4
(233,197,196)
#EBCECD
(235,206,205)
#EDD7D6
(237,215,214)
#EFE0DF
(239,224,223)
#F1E9E8
(241,233,232)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9897; }

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

This text font color is #DF9897.


Background Color

.myBgColor { background-color: #DF9897; }

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

This div background color is #DF9897.


Border color

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

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

This div border color is #DF9897.


Opacity

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

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

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

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

This text has shadow with #DF9897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9897 on black background.


Color preview on white background

This text has color #DF9897 on white background.



Black color preview on #DF9897 background

This text has black color on #DF9897 background.


White color preview on #DF9897 background

This text has white color on #DF9897 background.