COLOR #E4A4CE

HEX: #E4A4CE
RGB: (228,164,206)

Color info

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

RGB color model

#E4A4CE color RGB value is (228,164,206).

  • red value is 228;
  • green value is 164;
  • blue value is 206.
RGB:
(228,164,206)
(89%,64%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 164 of 255 = 64%
B 206 of 255 = 81%

228
164
206

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

Portions of RGB colors in percentages

R + G + B =
228 + 164 + 206 = 598 (100%)
R 228 of 598 ~ 38.13%
G 164 of 598 ~ 27.42%
B 206 of 598 ~ 34.45%

%38.13
%27.42
%34.45

CMYK color model

#E4A4CE color CMYK value is (0,28,10,11).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(0,28,10,11)
C0M28Y10K11 
(0%,28%,10%,11%)
(0.00/0.28/0.10/0.11)	

CMYK percentages

%0
%28.07
%9.65
%10.59

Codes

Color #E4A4CE in popluar color models

E4A4CE
RGB228164206
HSL321°54.24%76.86%
HSB/HSV321°28.07%89.41%
CMYK0.00%28.07%9.65%
10.59%

Color #E4A4CE in popluar number systems.

HEXE4A4CE
Decimal228164206
Binary111001001010010011001110
Octal344244316

Shades and tints

Shades of #E4A4CE

#E4A4CE
(228,164,206)
#D096BC
(208,150,188)
#BC88AA
(188,136,170)
#A87A98
(168,122,152)
#946C86
(148,108,134)
#805E74
(128,94,116)
#6C5062
(108,80,98)
#584250
(88,66,80)
#44343E
(68,52,62)
#30262C
(48,38,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #E4A4CE

#E4A4CE
(228,164,206)
#E6ACD2
(230,172,210)
#E8B4D6
(232,180,214)
#EABCDA
(234,188,218)
#ECC4DE
(236,196,222)
#EECCE2
(238,204,226)
#F0D4E6
(240,212,230)
#F2DCEA
(242,220,234)
#F4E4EE
(244,228,238)
#F6ECF2
(246,236,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A4CE color. Also use rgb(228,164,206) instead hex code.

Text Font Color

.myTextColor { color: #E4A4CE; }

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

This text font color is #E4A4CE.


Background Color

.myBgColor { background-color: #E4A4CE; }

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

This div background color is #E4A4CE.


Border color

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

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

This div border color is #E4A4CE.


Opacity

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

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

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

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

This text has shadow with #E4A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A4CE on black background.


Color preview on white background

This text has color #E4A4CE on white background.



Black color preview on #E4A4CE background

This text has black color on #E4A4CE background.


White color preview on #E4A4CE background

This text has white color on #E4A4CE background.