COLOR #DE9E98

HEX: #DE9E98
RGB: (222,158,152)

Color info

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

RGB color model

#DE9E98 color RGB value is (222,158,152).

  • red value is 222;
  • green value is 158;
  • blue value is 152.
RGB:
(222,158,152)
(87%,62%,60%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 152 of 255 = 60%

222
158
152

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

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 152 = 532 (100%)
R 222 of 532 ~ 41.73%
G 158 of 532 ~ 29.7%
B 152 of 532 ~ 28.57%

%41.73
%29.7
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 31.53%
  • 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
%31.53
%12.94

Codes

Color #DE9E98 in popluar color models

DE9E98
RGB222158152
HSL51.47%73.33%
HSB/HSV31.53%87.06%
CMYK0.00%28.83%31.53%
12.94%

Color #DE9E98 in popluar number systems.

HEXDE9E98
Decimal222158152
Binary110111101001111010011000
Octal336236230

Shades and tints

Shades of #DE9E98

#DE9E98
(222,158,152)
#CA908B
(202,144,139)
#B6827E
(182,130,126)
#A27471
(162,116,113)
#8E6664
(142,102,100)
#7A5857
(122,88,87)
#664A4A
(102,74,74)
#523C3D
(82,60,61)
#3E2E30
(62,46,48)
#2A2023
(42,32,35)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #DE9E98

#DE9E98
(222,158,152)
#E1A6A1
(225,166,161)
#E4AEAA
(228,174,170)
#E7B6B3
(231,182,179)
#EABEBC
(234,190,188)
#EDC6C5
(237,198,197)
#F0CECE
(240,206,206)
#F3D6D7
(243,214,215)
#F6DEE0
(246,222,224)
#F9E6E9
(249,230,233)
#FCEEF2
(252,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9E98; }

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

This text font color is #DE9E98.


Background Color

.myBgColor { background-color: #DE9E98; }

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

This div background color is #DE9E98.


Border color

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

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

This div border color is #DE9E98.


Opacity

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

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

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

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

This text has shadow with #DE9E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9E98 on black background.


Color preview on white background

This text has color #DE9E98 on white background.



Black color preview on #DE9E98 background

This text has black color on #DE9E98 background.


White color preview on #DE9E98 background

This text has white color on #DE9E98 background.