COLOR #DE9CAF

HEX: #DE9CAF
RGB: (222,156,175)

Color info

#DE9CAF contains mainly red and blue colors. Web safe color of #DE9CAF is #CC9999 (or #C99).

RGB color model

#DE9CAF color RGB value is (222,156,175).

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

RGB channels and saturation

R 222 of 255 = 87%
G 156 of 255 = 61%
B 175 of 255 = 69%

222
156
175

R + G + B ~ 72%. #DE9CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 156 + 175 = 553 (100%)
R 222 of 553 ~ 40.14%
G 156 of 553 ~ 28.21%
B 175 of 553 ~ 31.65%

%40.14
%28.21
%31.65

CMYK color model

#DE9CAF color CMYK value is (0,30,21,13).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(0,30,21,13)
C0M30Y21K13 
(0%,30%,21%,13%)
(0.00/0.30/0.21/0.13)	

CMYK percentages

%0
%29.73
%21.17
%12.94

Codes

Color #DE9CAF in popluar color models

DE9CAF
RGB222156175
HSL343°50.00%74.12%
HSB/HSV343°29.73%87.06%
CMYK0.00%29.73%21.17%
12.94%

Color #DE9CAF in popluar number systems.

HEXDE9CAF
Decimal222156175
Binary110111101001110010101111
Octal336234257

Shades and tints

Shades of #DE9CAF

#DE9CAF
(222,156,175)
#CA8EA0
(202,142,160)
#B68091
(182,128,145)
#A27282
(162,114,130)
#8E6473
(142,100,115)
#7A5664
(122,86,100)
#664855
(102,72,85)
#523A46
(82,58,70)
#3E2C37
(62,44,55)
#2A1E28
(42,30,40)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #DE9CAF

#DE9CAF
(222,156,175)
#E1A5B6
(225,165,182)
#E4AEBD
(228,174,189)
#E7B7C4
(231,183,196)
#EAC0CB
(234,192,203)
#EDC9D2
(237,201,210)
#F0D2D9
(240,210,217)
#F3DBE0
(243,219,224)
#F6E4E7
(246,228,231)
#F9EDEE
(249,237,238)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9CAF; }

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

This text font color is #DE9CAF.


Background Color

.myBgColor { background-color: #DE9CAF; }

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

This div background color is #DE9CAF.


Border color

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

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

This div border color is #DE9CAF.


Opacity

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

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

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

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

This text has shadow with #DE9CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9CAF on black background.


Color preview on white background

This text has color #DE9CAF on white background.



Black color preview on #DE9CAF background

This text has black color on #DE9CAF background.


White color preview on #DE9CAF background

This text has white color on #DE9CAF background.