COLOR #E7ADF7

HEX: #E7ADF7 RGB: (231,173,247)

Color info

#E7ADF7 contains mainly red and blue colors. Web safe color of #E7ADF7 is #FF99FF (or #F9F).

RGB color model

#E7ADF7 color RGB value is (231,173,247).

RGB: (231,173,247) (91%, 68%, 97%)

RGB channels and saturation

R 231 of 255 = 91%
G 173 of 255 = 68%
B 247 of 255 = 97%

231
173
247

R + G + B ~ 85%. #E7ADF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 173 + 247 = 651 (100%)
R 231 of 651 ~ 35.48%
G 173 of 651 ~ 26.57%
B 247 of 651 ~ 37.94'%

%35.48
%26.57
%37.94

CMYK color model

#E7ADF7 color CMYK value is (6,30,0,3).

  • cyan value is 6.48%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (6,30,0,3)
C6M30Y0K3 (6%, 30%, 0%, 3%)
(0.06 / 0.30 / 0.00 / 0.03)

CMYK percentages

%6.48
%29.96
%0
%3.14

Codes

Color #E7ADF7 in popluar color models

E7 AD F7
RGB 231 173 247
HSL 287° 82.22% 82.35%
HSB/HSV 287° 29.96% 96.86%
CMYK 6.48% 29.96% 0.00%
3.14%

Color #E7ADF7 in popluar number systems.

HEX E7 AD F7
Decimal 231 173 247
Binary 11100111 10101101 11110111
Octal 347 255 367

Shades and tints

Shades of #E7ADF7

#E7ADF7
(231,173,247)
#D29EE1
(210,158,225)
#BD8FCB
(189,143,203)
#A880B5
(168,128,181)
#93719F
(147,113,159)
#7E6289
(126,98,137)
#695373
(105,83,115)
#54445D
(84,68,93)
#3F3547
(63,53,71)
#2A2631
(42,38,49)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #E7ADF7

#E7ADF7
(231,173,247)
#E9B4F7
(233,180,247)
#EBBBF7
(235,187,247)
#EDC2F7
(237,194,247)
#EFC9F7
(239,201,247)
#F1D0F7
(241,208,247)
#F3D7F7
(243,215,247)
#F5DEF7
(245,222,247)
#F7E5F7
(247,229,247)
#F9ECF7
(249,236,247)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ADF7 color. Also use rgb(231,173,247) instead hex code.

Text Font Color

.myTextColor { color: #E7ADF7; }

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

This text font color is #E7ADF7.

Background Color

.myBgColor { background-color: #E7ADF7; }

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

This div background color is #E7ADF7.

Border color

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

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

This div border color is #E7ADF7.

Opacity

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

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

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

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

This text has shadow with #E7ADF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ADF7.

Preview

Color preview on black background

This text has color #E7ADF7 on black background.


Color preview on white background

This text has color #E7ADF7 on white background.


Black color preview on #E7ADF7 background

This text has black color on #E7ADF7 background.


White color preview on #E7ADF7 background

This text has white color on #E7ADF7 background.


Related colors

Complementary color

Complementary color for #hex is #185208.


I love getcolorcode.com

Triadic colors

1 #F7E7AD and #ADF7E7 with #E7ADF7 are triadic colors.

2 #F7ADE7 and #ADE7F7 with #E7ADF7 are triadic colors.