COLOR #E3AAD3

HEX: #E3AAD3 RGB: (227,170,211)

Color info

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

RGB color model

#E3AAD3 color RGB value is (227,170,211).

RGB: (227,170,211) (89%, 67%, 83%)

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 211 of 255 = 83%

227
170
211

R + G + B ~ 80%. #E3AAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 170 + 211 = 608 (100%)
R 227 of 608 ~ 37.34%
G 170 of 608 ~ 27.96%
B 211 of 608 ~ 34.7'%

%37.34
%27.96
%34.7

CMYK color model

#E3AAD3 color CMYK value is (0,25,7,11).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 7.05%
  • key color value is 10.98%

CMYK: (0,25,7,11)
C0M25Y7K11 (0%, 25%, 7%, 11%)
(0.00 / 0.25 / 0.07 / 0.11)

CMYK percentages

%0
%25.11
%7.05
%10.98

Codes

Color #E3AAD3 in popluar color models

E3 AA D3
RGB 227 170 211
HSL 317° 50.44% 77.84%
HSB/HSV 317° 25.11% 89.02%
CMYK 0.00% 25.11% 7.05%
10.98%

Color #E3AAD3 in popluar number systems.

HEX E3 AA D3
Decimal 227 170 211
Binary 11100011 10101010 11010011
Octal 343 252 323

Shades and tints

Shades of #E3AAD3

#E3AAD3
(227,170,211)
#CF9BC0
(207,155,192)
#BB8CAD
(187,140,173)
#A77D9A
(167,125,154)
#936E87
(147,110,135)
#7F5F74
(127,95,116)
#6B5061
(107,80,97)
#57414E
(87,65,78)
#43323B
(67,50,59)
#2F2328
(47,35,40)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #E3AAD3

#E3AAD3
(227,170,211)
#E5B1D7
(229,177,215)
#E7B8DB
(231,184,219)
#E9BFDF
(233,191,223)
#EBC6E3
(235,198,227)
#EDCDE7
(237,205,231)
#EFD4EB
(239,212,235)
#F1DBEF
(241,219,239)
#F3E2F3
(243,226,243)
#F5E9F7
(245,233,247)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AAD3 color. Also use rgb(227,170,211) instead hex code.

Text Font Color

.myTextColor { color: #E3AAD3; }

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

This text font color is #E3AAD3.

Background Color

.myBgColor { background-color: #E3AAD3; }

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

This div background color is #E3AAD3.

Border color

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

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

This div border color is #E3AAD3.

Opacity

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

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

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

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

This text has shadow with #E3AAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3AAD3.

Preview

Color preview on black background

This text has color #E3AAD3 on black background.


Color preview on white background

This text has color #E3AAD3 on white background.


Black color preview on #E3AAD3 background

This text has black color on #E3AAD3 background.


White color preview on #E3AAD3 background

This text has white color on #E3AAD3 background.


Related colors

Complementary color

Complementary color for #hex is #1C552C.


I love getcolorcode.com

Triadic colors

1 #D3E3AA and #AAD3E3 with #E3AAD3 are triadic colors.

2 #D3AAE3 and #AAE3D3 with #E3AAD3 are triadic colors.