COLOR #E7ABED

HEX: #E7ABED RGB: (231,171,237)

Color info

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

RGB color model

#E7ABED color RGB value is (231,171,237).

RGB: (231,171,237) (91%, 67%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 237 of 255 = 93%

231
171
237

R + G + B ~ 84%. #E7ABED is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 237 = 639 (100%)
R 231 of 639 ~ 36.15%
G 171 of 639 ~ 26.76%
B 237 of 639 ~ 37.09'%

%36.15
%26.76
%37.09

CMYK color model

#E7ABED color CMYK value is (3,28,0,7).

  • cyan value is 2.53%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,28,0,7)
C3M28Y0K7 (3%, 28%, 0%, 7%)
(0.03 / 0.28 / 0.00 / 0.07)

CMYK percentages

%2.53
%27.85
%0
%7.06

Codes

Color #E7ABED in popluar color models

E7 AB ED
RGB 231 171 237
HSL 295° 64.71% 80.00%
HSB/HSV 295° 27.85% 92.94%
CMYK 2.53% 27.85% 0.00%
7.06%

Color #E7ABED in popluar number systems.

HEX E7 AB ED
Decimal 231 171 237
Binary 11100111 10101011 11101101
Octal 347 253 355

Shades and tints

Shades of #E7ABED

#E7ABED
(231,171,237)
#D29CD8
(210,156,216)
#BD8DC3
(189,141,195)
#A87EAE
(168,126,174)
#936F99
(147,111,153)
#7E6084
(126,96,132)
#69516F
(105,81,111)
#54425A
(84,66,90)
#3F3345
(63,51,69)
#2A2430
(42,36,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7ABED

#E7ABED
(231,171,237)
#E9B2EE
(233,178,238)
#EBB9EF
(235,185,239)
#EDC0F0
(237,192,240)
#EFC7F1
(239,199,241)
#F1CEF2
(241,206,242)
#F3D5F3
(243,213,243)
#F5DCF4
(245,220,244)
#F7E3F5
(247,227,245)
#F9EAF6
(249,234,246)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ABED color. Also use rgb(231,171,237) instead hex code.

Text Font Color

.myTextColor { color: #E7ABED; }

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

This text font color is #E7ABED.

Background Color

.myBgColor { background-color: #E7ABED; }

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

This div background color is #E7ABED.

Border color

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

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

This div border color is #E7ABED.

Opacity

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

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

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

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

This text has shadow with #E7ABED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABED.

Preview

Color preview on black background

This text has color #E7ABED on black background.


Color preview on white background

This text has color #E7ABED on white background.


Black color preview on #E7ABED background

This text has black color on #E7ABED background.


White color preview on #E7ABED background

This text has white color on #E7ABED background.


Related colors

Complementary color

Complementary color for #hex is #185412.


I love getcolorcode.com

Triadic colors

1 #EDE7AB and #ABEDE7 with #E7ABED are triadic colors.

2 #EDABE7 and #ABE7ED with #E7ABED are triadic colors.