COLOR #DE9EB0

HEX: #DE9EB0
RGB: (222,158,176)

Color info

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

RGB color model

#DE9EB0 color RGB value is (222,158,176).

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

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 176 of 255 = 69%

222
158
176

R + G + B ~ 73%. #DE9EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 176 = 556 (100%)
R 222 of 556 ~ 39.93%
G 158 of 556 ~ 28.42%
B 176 of 556 ~ 31.65%

%39.93
%28.42
%31.65

CMYK color model

#DE9EB0 color CMYK value is (0,29,21,13).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(0,29,21,13)
C0M29Y21K13 
(0%,29%,21%,13%)
(0.00/0.29/0.21/0.13)	

CMYK percentages

%0
%28.83
%20.72
%12.94

Codes

Color #DE9EB0 in popluar color models

DE9EB0
RGB222158176
HSL343°49.23%74.51%
HSB/HSV343°28.83%87.06%
CMYK0.00%28.83%20.72%
12.94%

Color #DE9EB0 in popluar number systems.

HEXDE9EB0
Decimal222158176
Binary110111101001111010110000
Octal336236260

Shades and tints

Shades of #DE9EB0

#DE9EB0
(222,158,176)
#CA90A0
(202,144,160)
#B68290
(182,130,144)
#A27480
(162,116,128)
#8E6670
(142,102,112)
#7A5860
(122,88,96)
#664A50
(102,74,80)
#523C40
(82,60,64)
#3E2E30
(62,46,48)
#2A2020
(42,32,32)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #DE9EB0

#DE9EB0
(222,158,176)
#E1A6B7
(225,166,183)
#E4AEBE
(228,174,190)
#E7B6C5
(231,182,197)
#EABECC
(234,190,204)
#EDC6D3
(237,198,211)
#F0CEDA
(240,206,218)
#F3D6E1
(243,214,225)
#F6DEE8
(246,222,232)
#F9E6EF
(249,230,239)
#FCEEF6
(252,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9EB0; }

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

This text font color is #DE9EB0.


Background Color

.myBgColor { background-color: #DE9EB0; }

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

This div background color is #DE9EB0.


Border color

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

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

This div border color is #DE9EB0.


Opacity

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

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

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

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

This text has shadow with #DE9EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9EB0 on black background.


Color preview on white background

This text has color #DE9EB0 on white background.



Black color preview on #DE9EB0 background

This text has black color on #DE9EB0 background.


White color preview on #DE9EB0 background

This text has white color on #DE9EB0 background.