COLOR #E8C3ED

HEX: #E8C3ED RGB: (232,195,237)

Color info

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

RGB color model

#E8C3ED color RGB value is (232,195,237).

RGB: (232,195,237) (91%, 76%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 237 of 255 = 93%

232
195
237

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

Portions of RGB colors in percentages

R + G + B = 232 + 195 + 237 = 664 (100%)
R 232 of 664 ~ 34.94%
G 195 of 664 ~ 29.37%
B 237 of 664 ~ 35.69'%

%34.94
%29.37
%35.69

CMYK color model

#E8C3ED color CMYK value is (2,18,0,7).

  • cyan value is 2.11%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (2,18,0,7)
C2M18Y0K7 (2%, 18%, 0%, 7%)
(0.02 / 0.18 / 0.00 / 0.07)

CMYK percentages

%2.11
%17.72
%0
%7.06

Codes

Color #E8C3ED in popluar color models

E8 C3 ED
RGB 232 195 237
HSL 293° 53.85% 84.71%
HSB/HSV 293° 17.72% 92.94%
CMYK 2.11% 17.72% 0.00%
7.06%

Color #E8C3ED in popluar number systems.

HEX E8 C3 ED
Decimal 232 195 237
Binary 11101000 11000011 11101101
Octal 350 303 355

Shades and tints

Shades of #E8C3ED

#E8C3ED
(232,195,237)
#D3B2D8
(211,178,216)
#BEA1C3
(190,161,195)
#A990AE
(169,144,174)
#947F99
(148,127,153)
#7F6E84
(127,110,132)
#6A5D6F
(106,93,111)
#554C5A
(85,76,90)
#403B45
(64,59,69)
#2B2A30
(43,42,48)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #E8C3ED

#E8C3ED
(232,195,237)
#EAC8EE
(234,200,238)
#ECCDEF
(236,205,239)
#EED2F0
(238,210,240)
#F0D7F1
(240,215,241)
#F2DCF2
(242,220,242)
#F4E1F3
(244,225,243)
#F6E6F4
(246,230,244)
#F8EBF5
(248,235,245)
#FAF0F6
(250,240,246)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C3ED color. Also use rgb(232,195,237) instead hex code.

Text Font Color

.myTextColor { color: #E8C3ED; }

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

This text font color is #E8C3ED.

Background Color

.myBgColor { background-color: #E8C3ED; }

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

This div background color is #E8C3ED.

Border color

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

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

This div border color is #E8C3ED.

Opacity

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

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

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

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

This text has shadow with #E8C3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C3ED.

Preview

Color preview on black background

This text has color #E8C3ED on black background.


Color preview on white background

This text has color #E8C3ED on white background.


Black color preview on #E8C3ED background

This text has black color on #E8C3ED background.


White color preview on #E8C3ED background

This text has white color on #E8C3ED background.


Related colors

Complementary color

Complementary color for #hex is #173C12.


I love getcolorcode.com

Triadic colors

1 #EDE8C3 and #C3EDE8 with #E8C3ED are triadic colors.

2 #EDC3E8 and #C3E8ED with #E8C3ED are triadic colors.