COLOR #E3A8CC

HEX: #E3A8CC RGB: (227,168,204)

Color info

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

RGB color model

#E3A8CC color RGB value is (227,168,204).

RGB: (227,168,204) (89%, 66%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 168 of 255 = 66%
B 204 of 255 = 80%

227
168
204

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

Portions of RGB colors in percentages

R + G + B = 227 + 168 + 204 = 599 (100%)
R 227 of 599 ~ 37.9%
G 168 of 599 ~ 28.05%
B 204 of 599 ~ 34.06'%

%37.9
%28.05
%34.06

CMYK color model

#E3A8CC color CMYK value is (0,26,10,11).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 10.13%
  • key color value is 10.98%
CMYK: (0,26,10,11) C0M26Y10K11 (0%,26%,10%,11%) (0.00/0.26/0.10/0.11) 

CMYK percentages

%0
%25.99
%10.13
%10.98

Codes

Color #E3A8CC in popluar color models

E3 A8 CC
RGB 227 168 204
HSL 323° 51.30% 77.45%
HSB/HSV 323° 25.99% 89.02%
CMYK 0.00% 25.99% 10.13%
10.98%

Color #E3A8CC in popluar number systems.

HEX E3 A8 CC
Decimal 227 168 204
Binary 11100011 10101000 11001100
Octal 343 250 314

Shades and tints

Shades of #E3A8CC

#E3A8CC
(227,168,204)
#CF99BA
(207,153,186)
#BB8AA8
(187,138,168)
#A77B96
(167,123,150)
#936C84
(147,108,132)
#7F5D72
(127,93,114)
#6B4E60
(107,78,96)
#573F4E
(87,63,78)
#43303C
(67,48,60)
#2F212A
(47,33,42)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #E3A8CC

#E3A8CC
(227,168,204)
#E5AFD0
(229,175,208)
#E7B6D4
(231,182,212)
#E9BDD8
(233,189,216)
#EBC4DC
(235,196,220)
#EDCBE0
(237,203,224)
#EFD2E4
(239,210,228)
#F1D9E8
(241,217,232)
#F3E0EC
(243,224,236)
#F5E7F0
(245,231,240)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A8CC color. Also use rgb(227,168,204) instead hex code.

Text Font Color

.myTextColor { color: #E3A8CC; }

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

This text font color is #E3A8CC.

Background Color

.myBgColor { background-color: #E3A8CC; }

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

This div background color is #E3A8CC.

Border color

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

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

This div border color is #E3A8CC.

Opacity

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

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

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

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

This text has shadow with #E3A8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A8CC.

Preview

Color preview on black background

This text has color #E3A8CC on black background.


Color preview on white background

This text has color #E3A8CC on white background.


Black color preview on #E3A8CC background

This text has black color on #E3A8CC background.


White color preview on #E3A8CC background

This text has white color on #E3A8CC background.


Related colors

Complementary color

Complementary color for #hex is #1C5733.


I love getcolorcode.com

Triadic colors

1 #CCE3A8 and #A8CCE3 with #E3A8CC are triadic colors.

2 #CCA8E3 and #A8E3CC with #E3A8CC are triadic colors.