COLOR #E3C8ED

HEX: #E3C8ED
RGB: (227,200,237)

Color info

#E3C8ED contains red, green and blue colors in about the same proportion. Web safe color of #E3C8ED is #CCCCFF (or #CCF).

RGB color model

#E3C8ED color RGB value is (227,200,237).

  • red value is 227;
  • green value is 200;
  • blue value is 237.
RGB:
(227,200,237)
(89%,78%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 237 of 255 = 93%

227
200
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 200 + 237 = 664 (100%)
R 227 of 664 ~ 34.19%
G 200 of 664 ~ 30.12%
B 237 of 664 ~ 35.69%

%34.19
%30.12
%35.69

CMYK color model

#E3C8ED color CMYK value is (4,16,0,7).

  • cyan value is 4.22%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,16,0,7)
C4M16Y0K7 
(4%,16%,0%,7%)
(0.04/0.16/0.00/0.07)	

CMYK percentages

%4.22
%15.61
%0
%7.06

Codes

Color #E3C8ED in popluar color models

E3C8ED
RGB227200237
HSL284°50.68%85.69%
HSB/HSV284°15.61%92.94%
CMYK4.22%15.61%0.00%
7.06%

Color #E3C8ED in popluar number systems.

HEXE3C8ED
Decimal227200237
Binary111000111100100011101101
Octal343310355

Shades and tints

Shades of #E3C8ED

#E3C8ED
(227,200,237)
#CFB6D8
(207,182,216)
#BBA4C3
(187,164,195)
#A792AE
(167,146,174)
#938099
(147,128,153)
#7F6E84
(127,110,132)
#6B5C6F
(107,92,111)
#574A5A
(87,74,90)
#433845
(67,56,69)
#2F2630
(47,38,48)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #E3C8ED

#E3C8ED
(227,200,237)
#E5CDEE
(229,205,238)
#E7D2EF
(231,210,239)
#E9D7F0
(233,215,240)
#EBDCF1
(235,220,241)
#EDE1F2
(237,225,242)
#EFE6F3
(239,230,243)
#F1EBF4
(241,235,244)
#F3F0F5
(243,240,245)
#F5F5F6
(245,245,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C8ED color. Also use rgb(227,200,237) instead hex code.

Text Font Color

.myTextColor { color: #E3C8ED; }

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

This text font color is #E3C8ED.


Background Color

.myBgColor { background-color: #E3C8ED; }

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

This div background color is #E3C8ED.


Border color

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

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

This div border color is #E3C8ED.


Opacity

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

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

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

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

This text has shadow with #E3C8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C8ED on black background.


Color preview on white background

This text has color #E3C8ED on white background.



Black color preview on #E3C8ED background

This text has black color on #E3C8ED background.


White color preview on #E3C8ED background

This text has white color on #E3C8ED background.