COLOR #DE9C9D

HEX: #DE9C9D
RGB: (222,156,157)

Color info

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

RGB color model

#DE9C9D color RGB value is (222,156,157).

  • red value is 222;
  • green value is 156;
  • blue value is 157.
RGB:
(222,156,157)
(87%,61%,62%)

RGB channels and saturation

R 222 of 255 = 87%
G 156 of 255 = 61%
B 157 of 255 = 62%

222
156
157

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

Portions of RGB colors in percentages

R + G + B =
222 + 156 + 157 = 535 (100%)
R 222 of 535 ~ 41.5%
G 156 of 535 ~ 29.16%
B 157 of 535 ~ 29.35%

%41.5
%29.16
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(0,30,29,13)
C0M30Y29K13 
(0%,30%,29%,13%)
(0.00/0.30/0.29/0.13)	

CMYK percentages

%0
%29.73
%29.28
%12.94

Codes

Color #DE9C9D in popluar color models

DE9C9D
RGB222156157
HSL359°50.00%74.12%
HSB/HSV359°29.73%87.06%
CMYK0.00%29.73%29.28%
12.94%

Color #DE9C9D in popluar number systems.

HEXDE9C9D
Decimal222156157
Binary110111101001110010011101
Octal336234235

Shades and tints

Shades of #DE9C9D

#DE9C9D
(222,156,157)
#CA8E8F
(202,142,143)
#B68081
(182,128,129)
#A27273
(162,114,115)
#8E6465
(142,100,101)
#7A5657
(122,86,87)
#664849
(102,72,73)
#523A3B
(82,58,59)
#3E2C2D
(62,44,45)
#2A1E1F
(42,30,31)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #DE9C9D

#DE9C9D
(222,156,157)
#E1A5A5
(225,165,165)
#E4AEAD
(228,174,173)
#E7B7B5
(231,183,181)
#EAC0BD
(234,192,189)
#EDC9C5
(237,201,197)
#F0D2CD
(240,210,205)
#F3DBD5
(243,219,213)
#F6E4DD
(246,228,221)
#F9EDE5
(249,237,229)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9C9D color. Also use rgb(222,156,157) instead hex code.

Text Font Color

.myTextColor { color: #DE9C9D; }

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

This text font color is #DE9C9D.


Background Color

.myBgColor { background-color: #DE9C9D; }

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

This div background color is #DE9C9D.


Border color

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

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

This div border color is #DE9C9D.


Opacity

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

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

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

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

This text has shadow with #DE9C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9C9D on black background.


Color preview on white background

This text has color #DE9C9D on white background.



Black color preview on #DE9C9D background

This text has black color on #DE9C9D background.


White color preview on #DE9C9D background

This text has white color on #DE9C9D background.