COLOR #E8C4EF

HEX: #E8C4EF RGB: (232,196,239)

Color info

#E8C4EF contains red, green and blue colors in about the same proportion. Web safe color of #E8C4EF is #FFCCFF (or #FCF).

RGB color model

#E8C4EF color RGB value is (232,196,239).

RGB: (232,196,239) (91%, 77%, 94%)

RGB channels and saturation

R 232 of 255 = 91%
G 196 of 255 = 77%
B 239 of 255 = 94%

232
196
239

R + G + B ~ 87%. #E8C4EF is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 196 + 239 = 667 (100%)
R 232 of 667 ~ 34.78%
G 196 of 667 ~ 29.39%
B 239 of 667 ~ 35.83'%

%34.78
%29.39
%35.83

CMYK color model

#E8C4EF color CMYK value is (3,18,0,6).

  • cyan value is 2.93%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (3,18,0,6)
C3M18Y0K6 (3%, 18%, 0%, 6%)
(0.03 / 0.18 / 0.00 / 0.06)

CMYK percentages

%2.93
%17.99
%0
%6.27

Codes

Color #E8C4EF in popluar color models

E8 C4 EF
RGB 232 196 239
HSL 290° 57.33% 85.29%
HSB/HSV 290° 17.99% 93.73%
CMYK 2.93% 17.99% 0.00%
6.27%

Color #E8C4EF in popluar number systems.

HEX E8 C4 EF
Decimal 232 196 239
Binary 11101000 11000100 11101111
Octal 350 304 357

Shades and tints

Shades of #E8C4EF

#E8C4EF
(232,196,239)
#D3B3DA
(211,179,218)
#BEA2C5
(190,162,197)
#A991B0
(169,145,176)
#94809B
(148,128,155)
#7F6F86
(127,111,134)
#6A5E71
(106,94,113)
#554D5C
(85,77,92)
#403C47
(64,60,71)
#2B2B32
(43,43,50)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #E8C4EF

#E8C4EF
(232,196,239)
#EAC9F0
(234,201,240)
#ECCEF1
(236,206,241)
#EED3F2
(238,211,242)
#F0D8F3
(240,216,243)
#F2DDF4
(242,221,244)
#F4E2F5
(244,226,245)
#F6E7F6
(246,231,246)
#F8ECF7
(248,236,247)
#FAF1F8
(250,241,248)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C4EF color. Also use rgb(232,196,239) instead hex code.

Text Font Color

.myTextColor { color: #E8C4EF; }

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

This text font color is #E8C4EF.

Background Color

.myBgColor { background-color: #E8C4EF; }

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

This div background color is #E8C4EF.

Border color

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

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

This div border color is #E8C4EF.

Opacity

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

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

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

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

This text has shadow with #E8C4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C4EF.

Preview

Color preview on black background

This text has color #E8C4EF on black background.


Color preview on white background

This text has color #E8C4EF on white background.


Black color preview on #E8C4EF background

This text has black color on #E8C4EF background.


White color preview on #E8C4EF background

This text has white color on #E8C4EF background.


Related colors

Complementary color

Complementary color for #hex is #173B10.


I love getcolorcode.com

Triadic colors

1 #EFE8C4 and #C4EFE8 with #E8C4EF are triadic colors.

2 #EFC4E8 and #C4E8EF with #E8C4EF are triadic colors.