COLOR #E3AEC2

HEX: #E3AEC2
RGB: (227,174,194)

Color info

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

RGB color model

#E3AEC2 color RGB value is (227,174,194).

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

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 194 of 255 = 76%

227
174
194

R + G + B ~ 78%. #E3AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 194 = 595 (100%)
R 227 of 595 ~ 38.15%
G 174 of 595 ~ 29.24%
B 194 of 595 ~ 32.61%

%38.15
%29.24
%32.61

CMYK color model

#E3AEC2 color CMYK value is (0,23,15,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(0,23,15,11)
C0M23Y15K11 
(0%,23%,15%,11%)
(0.00/0.23/0.15/0.11)	

CMYK percentages

%0
%23.35
%14.54
%10.98

Codes

Color #E3AEC2 in popluar color models

E3AEC2
RGB227174194
HSL337°48.62%78.63%
HSB/HSV337°23.35%89.02%
CMYK0.00%23.35%14.54%
10.98%

Color #E3AEC2 in popluar number systems.

HEXE3AEC2
Decimal227174194
Binary111000111010111011000010
Octal343256302

Shades and tints

Shades of #E3AEC2

#E3AEC2
(227,174,194)
#CF9FB1
(207,159,177)
#BB90A0
(187,144,160)
#A7818F
(167,129,143)
#93727E
(147,114,126)
#7F636D
(127,99,109)
#6B545C
(107,84,92)
#57454B
(87,69,75)
#43363A
(67,54,58)
#2F2729
(47,39,41)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3AEC2

#E3AEC2
(227,174,194)
#E5B5C7
(229,181,199)
#E7BCCC
(231,188,204)
#E9C3D1
(233,195,209)
#EBCAD6
(235,202,214)
#EDD1DB
(237,209,219)
#EFD8E0
(239,216,224)
#F1DFE5
(241,223,229)
#F3E6EA
(243,230,234)
#F5EDEF
(245,237,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AEC2; }

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

This text font color is #E3AEC2.


Background Color

.myBgColor { background-color: #E3AEC2; }

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

This div background color is #E3AEC2.


Border color

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

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

This div border color is #E3AEC2.


Opacity

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

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

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

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

This text has shadow with #E3AEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AEC2 on black background.


Color preview on white background

This text has color #E3AEC2 on white background.



Black color preview on #E3AEC2 background

This text has black color on #E3AEC2 background.


White color preview on #E3AEC2 background

This text has white color on #E3AEC2 background.