COLOR #DF9E9D

HEX: #DF9E9D
RGB: (223,158,157)

Color info

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

RGB color model

#DF9E9D color RGB value is (223,158,157).

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

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 157 of 255 = 62%

223
158
157

R + G + B ~ 70%. #DF9E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 157 = 538 (100%)
R 223 of 538 ~ 41.45%
G 158 of 538 ~ 29.37%
B 157 of 538 ~ 29.18%

%41.45
%29.37
%29.18

CMYK color model

#DF9E9D color CMYK value is (0,29,30,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 29.60%
  • key color value is 12.55%
CMYK:
(0,29,30,13)
C0M29Y30K13 
(0%,29%,30%,13%)
(0.00/0.29/0.30/0.13)	

CMYK percentages

%0
%29.15
%29.6
%12.55

Codes

Color #DF9E9D in popluar color models

DF9E9D
RGB223158157
HSL50.77%74.51%
HSB/HSV29.60%87.45%
CMYK0.00%29.15%29.60%
12.55%

Color #DF9E9D in popluar number systems.

HEXDF9E9D
Decimal223158157
Binary110111111001111010011101
Octal337236235

Shades and tints

Shades of #DF9E9D

#DF9E9D
(223,158,157)
#CB908F
(203,144,143)
#B78281
(183,130,129)
#A37473
(163,116,115)
#8F6665
(143,102,101)
#7B5857
(123,88,87)
#674A49
(103,74,73)
#533C3B
(83,60,59)
#3F2E2D
(63,46,45)
#2B201F
(43,32,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #DF9E9D

#DF9E9D
(223,158,157)
#E1A6A5
(225,166,165)
#E3AEAD
(227,174,173)
#E5B6B5
(229,182,181)
#E7BEBD
(231,190,189)
#E9C6C5
(233,198,197)
#EBCECD
(235,206,205)
#EDD6D5
(237,214,213)
#EFDEDD
(239,222,221)
#F1E6E5
(241,230,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9E9D; }

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

This text font color is #DF9E9D.


Background Color

.myBgColor { background-color: #DF9E9D; }

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

This div background color is #DF9E9D.


Border color

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

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

This div border color is #DF9E9D.


Opacity

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

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

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

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

This text has shadow with #DF9E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9E9D on black background.


Color preview on white background

This text has color #DF9E9D on white background.



Black color preview on #DF9E9D background

This text has black color on #DF9E9D background.


White color preview on #DF9E9D background

This text has white color on #DF9E9D background.