COLOR #DE9E96

HEX: #DE9E96 RGB: (222,158,150)

Color info

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

RGB color model

#DE9E96 color RGB value is (222,158,150).

RGB: (222,158,150) (87%, 62%, 59%)

RGB channels and saturation

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

222
158
150

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

Portions of RGB colors in percentages

R + G + B = 222 + 158 + 150 = 530 (100%)
R 222 of 530 ~ 41.89%
G 158 of 530 ~ 29.81%
B 150 of 530 ~ 28.3'%

%41.89
%29.81
%28.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 32.43%
  • key color value is 12.94%

CMYK: (0,29,32,13)
C0M29Y32K13 (0%, 29%, 32%, 13%)
(0.00 / 0.29 / 0.32 / 0.13)

CMYK percentages

%0
%28.83
%32.43
%12.94

Codes

Color #DE9E96 in popluar color models

DE 9E 96
RGB 222 158 150
HSL 52.17% 72.94%
HSB/HSV 32.43% 87.06%
CMYK 0.00% 28.83% 32.43%
12.94%

Color #DE9E96 in popluar number systems.

HEX DE 9E 96
Decimal 222 158 150
Binary 11011110 10011110 10010110
Octal 336 236 226

Shades and tints

Shades of #DE9E96

#DE9E96
(222,158,150)
#CA9089
(202,144,137)
#B6827C
(182,130,124)
#A2746F
(162,116,111)
#8E6662
(142,102,98)
#7A5855
(122,88,85)
#664A48
(102,74,72)
#523C3B
(82,60,59)
#3E2E2E
(62,46,46)
#2A2021
(42,32,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DE9E96

#DE9E96
(222,158,150)
#E1A69F
(225,166,159)
#E4AEA8
(228,174,168)
#E7B6B1
(231,182,177)
#EABEBA
(234,190,186)
#EDC6C3
(237,198,195)
#F0CECC
(240,206,204)
#F3D6D5
(243,214,213)
#F6DEDE
(246,222,222)
#F9E6E7
(249,230,231)
#FCEEF0
(252,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9E96; }

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

This text font color is #DE9E96.

Background Color

.myBgColor { background-color: #DE9E96; }

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

This div background color is #DE9E96.

Border color

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

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

This div border color is #DE9E96.

Opacity

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

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

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

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

This text has shadow with #DE9E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9E96.

Preview

Color preview on black background

This text has color #DE9E96 on black background.


Color preview on white background

This text has color #DE9E96 on white background.


Black color preview on #DE9E96 background

This text has black color on #DE9E96 background.


White color preview on #DE9E96 background

This text has white color on #DE9E96 background.


Related colors

Complementary color

Complementary color for #hex is #216169.


I love getcolorcode.com

Triadic colors

1 #96DE9E and #9E96DE with #DE9E96 are triadic colors.

2 #969EDE and #9EDE96 with #DE9E96 are triadic colors.