COLOR #E3AAC2

HEX: #E3AAC2
RGB: (227,170,194)

Color info

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

RGB color model

#E3AAC2 color RGB value is (227,170,194).

  • red value is 227;
  • green value is 170;
  • blue value is 194.
RGB:
(227,170,194)
(89%,67%,76%)

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 194 of 255 = 76%

227
170
194

R + G + B ~ 77%. #E3AAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 170 + 194 = 591 (100%)
R 227 of 591 ~ 38.41%
G 170 of 591 ~ 28.76%
B 194 of 591 ~ 32.83%

%38.41
%28.76
%32.83

CMYK color model

#E3AAC2 color CMYK value is (0,25,15,11).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(0,25,15,11)
C0M25Y15K11 
(0%,25%,15%,11%)
(0.00/0.25/0.15/0.11)	

CMYK percentages

%0
%25.11
%14.54
%10.98

Codes

Color #E3AAC2 in popluar color models

E3AAC2
RGB227170194
HSL335°50.44%77.84%
HSB/HSV335°25.11%89.02%
CMYK0.00%25.11%14.54%
10.98%

Color #E3AAC2 in popluar number systems.

HEXE3AAC2
Decimal227170194
Binary111000111010101011000010
Octal343252302

Shades and tints

Shades of #E3AAC2

#E3AAC2
(227,170,194)
#CF9BB1
(207,155,177)
#BB8CA0
(187,140,160)
#A77D8F
(167,125,143)
#936E7E
(147,110,126)
#7F5F6D
(127,95,109)
#6B505C
(107,80,92)
#57414B
(87,65,75)
#43323A
(67,50,58)
#2F2329
(47,35,41)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3AAC2

#E3AAC2
(227,170,194)
#E5B1C7
(229,177,199)
#E7B8CC
(231,184,204)
#E9BFD1
(233,191,209)
#EBC6D6
(235,198,214)
#EDCDDB
(237,205,219)
#EFD4E0
(239,212,224)
#F1DBE5
(241,219,229)
#F3E2EA
(243,226,234)
#F5E9EF
(245,233,239)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AAC2; }

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

This text font color is #E3AAC2.


Background Color

.myBgColor { background-color: #E3AAC2; }

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

This div background color is #E3AAC2.


Border color

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

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

This div border color is #E3AAC2.


Opacity

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

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

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

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

This text has shadow with #E3AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AAC2 on black background.


Color preview on white background

This text has color #E3AAC2 on white background.



Black color preview on #E3AAC2 background

This text has black color on #E3AAC2 background.


White color preview on #E3AAC2 background

This text has white color on #E3AAC2 background.