COLOR #DF9E96

HEX: #DF9E96
RGB: (223,158,150)

Color info

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

RGB color model

#DF9E96 color RGB value is (223,158,150).

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

RGB channels and saturation

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

223
158
150

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

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 150 = 531 (100%)
R 223 of 531 ~ 42%
G 158 of 531 ~ 29.76%
B 150 of 531 ~ 28.25%

%42
%29.76
%28.25

CMYK color model

#DF9E96 color CMYK value is (0,29,33,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 32.74%
  • key color value is 12.55%
CMYK:
(0,29,33,13)
C0M29Y33K13 
(0%,29%,33%,13%)
(0.00/0.29/0.33/0.13)	

CMYK percentages

%0
%29.15
%32.74
%12.55

Codes

Color #DF9E96 in popluar color models

DF9E96
RGB223158150
HSL53.28%73.14%
HSB/HSV32.74%87.45%
CMYK0.00%29.15%32.74%
12.55%

Color #DF9E96 in popluar number systems.

HEXDF9E96
Decimal223158150
Binary110111111001111010010110
Octal337236226

Shades and tints

Shades of #DF9E96

#DF9E96
(223,158,150)
#CB9089
(203,144,137)
#B7827C
(183,130,124)
#A3746F
(163,116,111)
#8F6662
(143,102,98)
#7B5855
(123,88,85)
#674A48
(103,74,72)
#533C3B
(83,60,59)
#3F2E2E
(63,46,46)
#2B2021
(43,32,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #DF9E96

#DF9E96
(223,158,150)
#E1A69F
(225,166,159)
#E3AEA8
(227,174,168)
#E5B6B1
(229,182,177)
#E7BEBA
(231,190,186)
#E9C6C3
(233,198,195)
#EBCECC
(235,206,204)
#EDD6D5
(237,214,213)
#EFDEDE
(239,222,222)
#F1E6E7
(241,230,231)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9E96; }

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

This text font color is #DF9E96.


Background Color

.myBgColor { background-color: #DF9E96; }

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

This div background color is #DF9E96.


Border color

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

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

This div border color is #DF9E96.


Opacity

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

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

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

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

This text has shadow with #DF9E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9E96 on black background.


Color preview on white background

This text has color #DF9E96 on white background.



Black color preview on #DF9E96 background

This text has black color on #DF9E96 background.


White color preview on #DF9E96 background

This text has white color on #DF9E96 background.