COLOR #DEA7E6

HEX: #DEA7E6
RGB: (222,167,230)

Color info

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

RGB color model

#DEA7E6 color RGB value is (222,167,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 167 of 255 = 65%
B 230 of 255 = 90%

222
167
230

R + G + B ~ 81%. #DEA7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 167 + 230 = 619 (100%)
R 222 of 619 ~ 35.86%
G 167 of 619 ~ 26.98%
B 230 of 619 ~ 37.16%

%35.86
%26.98
%37.16

CMYK color model

#DEA7E6 color CMYK value is (3,27,0,10).

  • cyan value is 3.48%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,27,0,10)
C3M27Y0K10 
(3%,27%,0%,10%)
(0.03/0.27/0.00/0.10)	

CMYK percentages

%3.48
%27.39
%0
%9.8

Codes

Color #DEA7E6 in popluar color models

DEA7E6
RGB222167230
HSL292°55.75%77.84%
HSB/HSV292°27.39%90.20%
CMYK3.48%27.39%0.00%
9.80%

Color #DEA7E6 in popluar number systems.

HEXDEA7E6
Decimal222167230
Binary110111101010011111100110
Octal336247346

Shades and tints

Shades of #DEA7E6

#DEA7E6
(222,167,230)
#CA98D2
(202,152,210)
#B689BE
(182,137,190)
#A27AAA
(162,122,170)
#8E6B96
(142,107,150)
#7A5C82
(122,92,130)
#664D6E
(102,77,110)
#523E5A
(82,62,90)
#3E2F46
(62,47,70)
#2A2032
(42,32,50)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #DEA7E6

#DEA7E6
(222,167,230)
#E1AFE8
(225,175,232)
#E4B7EA
(228,183,234)
#E7BFEC
(231,191,236)
#EAC7EE
(234,199,238)
#EDCFF0
(237,207,240)
#F0D7F2
(240,215,242)
#F3DFF4
(243,223,244)
#F6E7F6
(246,231,246)
#F9EFF8
(249,239,248)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA7E6; }

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

This text font color is #DEA7E6.


Background Color

.myBgColor { background-color: #DEA7E6; }

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

This div background color is #DEA7E6.


Border color

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

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

This div border color is #DEA7E6.


Opacity

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

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

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

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

This text has shadow with #DEA7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA7E6 on black background.


Color preview on white background

This text has color #DEA7E6 on white background.



Black color preview on #DEA7E6 background

This text has black color on #DEA7E6 background.


White color preview on #DEA7E6 background

This text has white color on #DEA7E6 background.