COLOR #DF9E97

HEX: #DF9E97
RGB: (223,158,151)

Color info

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

RGB color model

#DF9E97 color RGB value is (223,158,151).

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

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 151 of 255 = 59%

223
158
151

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

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 151 = 532 (100%)
R 223 of 532 ~ 41.92%
G 158 of 532 ~ 29.7%
B 151 of 532 ~ 28.38%

%41.92
%29.7
%28.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 32.29%
  • key color value is 12.55%
CMYK:
(0,29,32,13)
C0M29Y32K13 
(0%,29%,32%,13%)
(0.00/0.29/0.32/0.13)	

CMYK percentages

%0
%29.15
%32.29
%12.55

Codes

Color #DF9E97 in popluar color models

DF9E97
RGB223158151
HSL52.94%73.33%
HSB/HSV32.29%87.45%
CMYK0.00%29.15%32.29%
12.55%

Color #DF9E97 in popluar number systems.

HEXDF9E97
Decimal223158151
Binary110111111001111010010111
Octal337236227

Shades and tints

Shades of #DF9E97

#DF9E97
(223,158,151)
#CB908A
(203,144,138)
#B7827D
(183,130,125)
#A37470
(163,116,112)
#8F6663
(143,102,99)
#7B5856
(123,88,86)
#674A49
(103,74,73)
#533C3C
(83,60,60)
#3F2E2F
(63,46,47)
#2B2022
(43,32,34)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DF9E97

#DF9E97
(223,158,151)
#E1A6A0
(225,166,160)
#E3AEA9
(227,174,169)
#E5B6B2
(229,182,178)
#E7BEBB
(231,190,187)
#E9C6C4
(233,198,196)
#EBCECD
(235,206,205)
#EDD6D6
(237,214,214)
#EFDEDF
(239,222,223)
#F1E6E8
(241,230,232)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9E97; }

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

This text font color is #DF9E97.


Background Color

.myBgColor { background-color: #DF9E97; }

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

This div background color is #DF9E97.


Border color

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

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

This div border color is #DF9E97.


Opacity

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

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

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

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

This text has shadow with #DF9E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9E97 on black background.


Color preview on white background

This text has color #DF9E97 on white background.



Black color preview on #DF9E97 background

This text has black color on #DF9E97 background.


White color preview on #DF9E97 background

This text has white color on #DF9E97 background.