COLOR #DE9E92

HEX: #DE9E92 RGB: (222,158,146)

Color info

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

RGB color model

#DE9E92 color RGB value is (222,158,146).

RGB: (222,158,146) (87%, 62%, 57%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 146 of 255 = 57%

222
158
146

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

Portions of RGB colors in percentages

R + G + B = 222 + 158 + 146 = 526 (100%)
R 222 of 526 ~ 42.21%
G 158 of 526 ~ 30.04%
B 146 of 526 ~ 27.76'%

%42.21
%30.04
%27.76

CMYK color model

#DE9E92 color CMYK value is (0,29,34,13).

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

CMYK: (0,29,34,13)
C0M29Y34K13 (0%, 29%, 34%, 13%)
(0.00 / 0.29 / 0.34 / 0.13)

CMYK percentages

%0
%28.83
%34.23
%12.94

Codes

Color #DE9E92 in popluar color models

DE 9E 92
RGB 222 158 146
HSL 53.52% 72.16%
HSB/HSV 34.23% 87.06%
CMYK 0.00% 28.83% 34.23%
12.94%

Color #DE9E92 in popluar number systems.

HEX DE 9E 92
Decimal 222 158 146
Binary 11011110 10011110 10010010
Octal 336 236 222

Shades and tints

Shades of #DE9E92

#DE9E92
(222,158,146)
#CA9085
(202,144,133)
#B68278
(182,130,120)
#A2746B
(162,116,107)
#8E665E
(142,102,94)
#7A5851
(122,88,81)
#664A44
(102,74,68)
#523C37
(82,60,55)
#3E2E2A
(62,46,42)
#2A201D
(42,32,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #DE9E92

#DE9E92
(222,158,146)
#E1A69B
(225,166,155)
#E4AEA4
(228,174,164)
#E7B6AD
(231,182,173)
#EABEB6
(234,190,182)
#EDC6BF
(237,198,191)
#F0CEC8
(240,206,200)
#F3D6D1
(243,214,209)
#F6DEDA
(246,222,218)
#F9E6E3
(249,230,227)
#FCEEEC
(252,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9E92; }

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

This text font color is #DE9E92.

Background Color

.myBgColor { background-color: #DE9E92; }

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

This div background color is #DE9E92.

Border color

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

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

This div border color is #DE9E92.

Opacity

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

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

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

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

This text has shadow with #DE9E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9E92.

Preview

Color preview on black background

This text has color #DE9E92 on black background.


Color preview on white background

This text has color #DE9E92 on white background.


Black color preview on #DE9E92 background

This text has black color on #DE9E92 background.


White color preview on #DE9E92 background

This text has white color on #DE9E92 background.


Related colors

Complementary color

Complementary color for #hex is #21616D.


I love getcolorcode.com

Triadic colors

1 #92DE9E and #9E92DE with #DE9E92 are triadic colors.

2 #929EDE and #9EDE92 with #DE9E92 are triadic colors.