COLOR #DE9E8F

HEX: #DE9E8F RGB: (222,158,143)

Color info

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

RGB color model

#DE9E8F color RGB value is (222,158,143).

RGB: (222,158,143) (87%, 62%, 56%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 143 of 255 = 56%

222
158
143

R + G + B ~ 68%. #DE9E8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 158 + 143 = 523 (100%)
R 222 of 523 ~ 42.45%
G 158 of 523 ~ 30.21%
B 143 of 523 ~ 27.34'%

%42.45
%30.21
%27.34

CMYK color model

#DE9E8F color CMYK value is (0,29,36,13).

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

CMYK: (0,29,36,13)
C0M29Y36K13 (0%, 29%, 36%, 13%)
(0.00 / 0.29 / 0.36 / 0.13)

CMYK percentages

%0
%28.83
%35.59
%12.94

Codes

Color #DE9E8F in popluar color models

DE 9E 8F
RGB 222 158 143
HSL 11° 54.48% 71.57%
HSB/HSV 11° 35.59% 87.06%
CMYK 0.00% 28.83% 35.59%
12.94%

Color #DE9E8F in popluar number systems.

HEX DE 9E 8F
Decimal 222 158 143
Binary 11011110 10011110 10001111
Octal 336 236 217

Shades and tints

Shades of #DE9E8F

#DE9E8F
(222,158,143)
#CA9082
(202,144,130)
#B68275
(182,130,117)
#A27468
(162,116,104)
#8E665B
(142,102,91)
#7A584E
(122,88,78)
#664A41
(102,74,65)
#523C34
(82,60,52)
#3E2E27
(62,46,39)
#2A201A
(42,32,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #DE9E8F

#DE9E8F
(222,158,143)
#E1A699
(225,166,153)
#E4AEA3
(228,174,163)
#E7B6AD
(231,182,173)
#EABEB7
(234,190,183)
#EDC6C1
(237,198,193)
#F0CECB
(240,206,203)
#F3D6D5
(243,214,213)
#F6DEDF
(246,222,223)
#F9E6E9
(249,230,233)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9E8F; }

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

This text font color is #DE9E8F.

Background Color

.myBgColor { background-color: #DE9E8F; }

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

This div background color is #DE9E8F.

Border color

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

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

This div border color is #DE9E8F.

Opacity

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

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

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

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

This text has shadow with #DE9E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9E8F.

Preview

Color preview on black background

This text has color #DE9E8F on black background.


Color preview on white background

This text has color #DE9E8F on white background.


Black color preview on #DE9E8F background

This text has black color on #DE9E8F background.


White color preview on #DE9E8F background

This text has white color on #DE9E8F background.


Related colors

Complementary color

Complementary color for #hex is #216170.


I love getcolorcode.com

Triadic colors

1 #8FDE9E and #9E8FDE with #DE9E8F are triadic colors.

2 #8F9EDE and #9EDE8F with #DE9E8F are triadic colors.