COLOR #E5A7E3

HEX: #E5A7E3 RGB: (229,167,227)

Color info

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

RGB color model

#E5A7E3 color RGB value is (229,167,227).

RGB: (229,167,227) (90%, 65%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 167 of 255 = 65%
B 227 of 255 = 89%

229
167
227

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

Portions of RGB colors in percentages

R + G + B = 229 + 167 + 227 = 623 (100%)
R 229 of 623 ~ 36.76%
G 167 of 623 ~ 26.81%
B 227 of 623 ~ 36.44'%

%36.76
%26.81
%36.44

CMYK color model

#E5A7E3 color CMYK value is (0,27,1,10).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 0.87%
  • key color value is 10.20%

CMYK: (0,27,1,10)
C0M27Y1K10 (0%, 27%, 1%, 10%)
(0.00 / 0.27 / 0.01 / 0.10)

CMYK percentages

%0
%27.07
%0.87
%10.2

Codes

Color #E5A7E3 in popluar color models

E5 A7 E3
RGB 229 167 227
HSL 302° 54.39% 77.65%
HSB/HSV 302° 27.07% 89.80%
CMYK 0.00% 27.07% 0.87%
10.20%

Color #E5A7E3 in popluar number systems.

HEX E5 A7 E3
Decimal 229 167 227
Binary 11100101 10100111 11100011
Octal 345 247 343

Shades and tints

Shades of #E5A7E3

#E5A7E3
(229,167,227)
#D198CF
(209,152,207)
#BD89BB
(189,137,187)
#A97AA7
(169,122,167)
#956B93
(149,107,147)
#815C7F
(129,92,127)
#6D4D6B
(109,77,107)
#593E57
(89,62,87)
#452F43
(69,47,67)
#31202F
(49,32,47)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #E5A7E3

#E5A7E3
(229,167,227)
#E7AFE5
(231,175,229)
#E9B7E7
(233,183,231)
#EBBFE9
(235,191,233)
#EDC7EB
(237,199,235)
#EFCFED
(239,207,237)
#F1D7EF
(241,215,239)
#F3DFF1
(243,223,241)
#F5E7F3
(245,231,243)
#F7EFF5
(247,239,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A7E3 color. Also use rgb(229,167,227) instead hex code.

Text Font Color

.myTextColor { color: #E5A7E3; }

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

This text font color is #E5A7E3.

Background Color

.myBgColor { background-color: #E5A7E3; }

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

This div background color is #E5A7E3.

Border color

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

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

This div border color is #E5A7E3.

Opacity

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

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

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

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

This text has shadow with #E5A7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A7E3.

Preview

Color preview on black background

This text has color #E5A7E3 on black background.


Color preview on white background

This text has color #E5A7E3 on white background.


Black color preview on #E5A7E3 background

This text has black color on #E5A7E3 background.


White color preview on #E5A7E3 background

This text has white color on #E5A7E3 background.


Related colors

Complementary color

Complementary color for #hex is #1A581C.


I love getcolorcode.com

Triadic colors

1 #E3E5A7 and #A7E3E5 with #E5A7E3 are triadic colors.

2 #E3A7E5 and #A7E5E3 with #E5A7E3 are triadic colors.