COLOR #DE9AE6

HEX: #DE9AE6
RGB: (222,154,230)

Color info

#DE9AE6 contains mainly red and blue colors. Web safe color of #DE9AE6 is #CC99CC (or #C9C).

RGB color model

#DE9AE6 color RGB value is (222,154,230).

  • red value is 222;
  • green value is 154;
  • blue value is 230.
RGB:
(222,154,230)
(87%,60%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 154 of 255 = 60%
B 230 of 255 = 90%

222
154
230

R + G + B ~ 79%. #DE9AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 154 + 230 = 606 (100%)
R 222 of 606 ~ 36.63%
G 154 of 606 ~ 25.41%
B 230 of 606 ~ 37.95%

%36.63
%25.41
%37.95

CMYK color model

#DE9AE6 color CMYK value is (3,33,0,10).

  • cyan value is 3.48%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,33,0,10)
C3M33Y0K10 
(3%,33%,0%,10%)
(0.03/0.33/0.00/0.10)	

CMYK percentages

%3.48
%33.04
%0
%9.8

Codes

Color #DE9AE6 in popluar color models

DE9AE6
RGB222154230
HSL294°60.32%75.29%
HSB/HSV294°33.04%90.20%
CMYK3.48%33.04%0.00%
9.80%

Color #DE9AE6 in popluar number systems.

HEXDE9AE6
Decimal222154230
Binary110111101001101011100110
Octal336232346

Shades and tints

Shades of #DE9AE6

#DE9AE6
(222,154,230)
#CA8CD2
(202,140,210)
#B67EBE
(182,126,190)
#A270AA
(162,112,170)
#8E6296
(142,98,150)
#7A5482
(122,84,130)
#66466E
(102,70,110)
#52385A
(82,56,90)
#3E2A46
(62,42,70)
#2A1C32
(42,28,50)
#160E1E
(22,14,30)
#000000
(0,0,0)

Tints of #DE9AE6

#DE9AE6
(222,154,230)
#E1A3E8
(225,163,232)
#E4ACEA
(228,172,234)
#E7B5EC
(231,181,236)
#EABEEE
(234,190,238)
#EDC7F0
(237,199,240)
#F0D0F2
(240,208,242)
#F3D9F4
(243,217,244)
#F6E2F6
(246,226,246)
#F9EBF8
(249,235,248)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9AE6 color. Also use rgb(222,154,230) instead hex code.

Text Font Color

.myTextColor { color: #DE9AE6; }

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

This text font color is #DE9AE6.


Background Color

.myBgColor { background-color: #DE9AE6; }

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

This div background color is #DE9AE6.


Border color

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

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

This div border color is #DE9AE6.


Opacity

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

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

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

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

This text has shadow with #DE9AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9AE6 on black background.


Color preview on white background

This text has color #DE9AE6 on white background.



Black color preview on #DE9AE6 background

This text has black color on #DE9AE6 background.


White color preview on #DE9AE6 background

This text has white color on #DE9AE6 background.