COLOR #E3A7D6

HEX: #E3A7D6 RGB: (227,167,214)

Color info

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

RGB color model

#E3A7D6 color RGB value is (227,167,214).

RGB: (227,167,214) (89%, 65%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 167 of 255 = 65%
B 214 of 255 = 84%

227
167
214

R + G + B ~ 79%. #E3A7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 167 + 214 = 608 (100%)
R 227 of 608 ~ 37.34%
G 167 of 608 ~ 27.47%
B 214 of 608 ~ 35.2'%

%37.34
%27.47
%35.2

CMYK color model

#E3A7D6 color CMYK value is (0,26,6,11).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 5.73%
  • key color value is 10.98%

CMYK: (0,26,6,11)
C0M26Y6K11 (0%, 26%, 6%, 11%)
(0.00 / 0.26 / 0.06 / 0.11)

CMYK percentages

%0
%26.43
%5.73
%10.98

Codes

Color #E3A7D6 in popluar color models

E3 A7 D6
RGB 227 167 214
HSL 313° 51.72% 77.25%
HSB/HSV 313° 26.43% 89.02%
CMYK 0.00% 26.43% 5.73%
10.98%

Color #E3A7D6 in popluar number systems.

HEX E3 A7 D6
Decimal 227 167 214
Binary 11100011 10100111 11010110
Octal 343 247 326

Shades and tints

Shades of #E3A7D6

#E3A7D6
(227,167,214)
#CF98C3
(207,152,195)
#BB89B0
(187,137,176)
#A77A9D
(167,122,157)
#936B8A
(147,107,138)
#7F5C77
(127,92,119)
#6B4D64
(107,77,100)
#573E51
(87,62,81)
#432F3E
(67,47,62)
#2F202B
(47,32,43)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E3A7D6

#E3A7D6
(227,167,214)
#E5AFD9
(229,175,217)
#E7B7DC
(231,183,220)
#E9BFDF
(233,191,223)
#EBC7E2
(235,199,226)
#EDCFE5
(237,207,229)
#EFD7E8
(239,215,232)
#F1DFEB
(241,223,235)
#F3E7EE
(243,231,238)
#F5EFF1
(245,239,241)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A7D6; }

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

This text font color is #E3A7D6.

Background Color

.myBgColor { background-color: #E3A7D6; }

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

This div background color is #E3A7D6.

Border color

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

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

This div border color is #E3A7D6.

Opacity

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

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

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

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

This text has shadow with #E3A7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A7D6.

Preview

Color preview on black background

This text has color #E3A7D6 on black background.


Color preview on white background

This text has color #E3A7D6 on white background.


Black color preview on #E3A7D6 background

This text has black color on #E3A7D6 background.


White color preview on #E3A7D6 background

This text has white color on #E3A7D6 background.


Related colors

Complementary color

Complementary color for #hex is #1C5829.


I love getcolorcode.com

Triadic colors

1 #D6E3A7 and #A7D6E3 with #E3A7D6 are triadic colors.

2 #D6A7E3 and #A7E3D6 with #E3A7D6 are triadic colors.