COLOR #E6ADE5

HEX: #E6ADE5 RGB: (230,173,229)

Color info

#E6ADE5 contains red, green and blue colors in about the same proportion. Web safe color of #E6ADE5 is #CC99CC (or #C9C).

RGB color model

#E6ADE5 color RGB value is (230,173,229).

RGB: (230,173,229) (90%, 68%, 90%)

RGB channels and saturation

R 230 of 255 = 90%
G 173 of 255 = 68%
B 229 of 255 = 90%

230
173
229

R + G + B ~ 83%. #E6ADE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 173 + 229 = 632 (100%)
R 230 of 632 ~ 36.39%
G 173 of 632 ~ 27.37%
B 229 of 632 ~ 36.23'%

%36.39
%27.37
%36.23

CMYK color model

#E6ADE5 color CMYK value is (0,25,0,10).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 0.43%
  • key color value is 9.80%

CMYK: (0,25,0,10)
C0M25Y0K10 (0%, 25%, 0%, 10%)
(0.00 / 0.25 / 0.00 / 0.10)

CMYK percentages

%0
%24.78
%0.43
%9.8

Codes

Color #E6ADE5 in popluar color models

E6 AD E5
RGB 230 173 229
HSL 301° 53.27% 79.02%
HSB/HSV 301° 24.78% 90.20%
CMYK 0.00% 24.78% 0.43%
9.80%

Color #E6ADE5 in popluar number systems.

HEX E6 AD E5
Decimal 230 173 229
Binary 11100110 10101101 11100101
Octal 346 255 345

Shades and tints

Shades of #E6ADE5

#E6ADE5
(230,173,229)
#D29ED1
(210,158,209)
#BE8FBD
(190,143,189)
#AA80A9
(170,128,169)
#967195
(150,113,149)
#826281
(130,98,129)
#6E536D
(110,83,109)
#5A4459
(90,68,89)
#463545
(70,53,69)
#322631
(50,38,49)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6ADE5

#E6ADE5
(230,173,229)
#E8B4E7
(232,180,231)
#EABBE9
(234,187,233)
#ECC2EB
(236,194,235)
#EEC9ED
(238,201,237)
#F0D0EF
(240,208,239)
#F2D7F1
(242,215,241)
#F4DEF3
(244,222,243)
#F6E5F5
(246,229,245)
#F8ECF7
(248,236,247)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ADE5 color. Also use rgb(230,173,229) instead hex code.

Text Font Color

.myTextColor { color: #E6ADE5; }

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

This text font color is #E6ADE5.

Background Color

.myBgColor { background-color: #E6ADE5; }

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

This div background color is #E6ADE5.

Border color

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

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

This div border color is #E6ADE5.

Opacity

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

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

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

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

This text has shadow with #E6ADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ADE5.

Preview

Color preview on black background

This text has color #E6ADE5 on black background.


Color preview on white background

This text has color #E6ADE5 on white background.


Black color preview on #E6ADE5 background

This text has black color on #E6ADE5 background.


White color preview on #E6ADE5 background

This text has white color on #E6ADE5 background.


Related colors

Complementary color

Complementary color for #hex is #19521A.


I love getcolorcode.com

Triadic colors

1 #E5E6AD and #ADE5E6 with #E6ADE5 are triadic colors.

2 #E5ADE6 and #ADE6E5 with #E6ADE5 are triadic colors.