COLOR #E3C8E6

HEX: #E3C8E6
RGB: (227,200,230)

Color info

#E3C8E6 contains red, green and blue colors in about the same proportion. Web safe color of #E3C8E6 is #CCCCCC (or #CCC).

RGB color model

#E3C8E6 color RGB value is (227,200,230).

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

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 230 of 255 = 90%

227
200
230

R + G + B ~ 86%. #E3C8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 200 + 230 = 657 (100%)
R 227 of 657 ~ 34.55%
G 200 of 657 ~ 30.44%
B 230 of 657 ~ 35.01%

%34.55
%30.44
%35.01

CMYK color model

#E3C8E6 color CMYK value is (1,13,0,10).

  • cyan value is 1.30%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(1,13,0,10)
C1M13Y0K10 
(1%,13%,0%,10%)
(0.01/0.13/0.00/0.10)	

CMYK percentages

%1.3
%13.04
%0
%9.8

Codes

Color #E3C8E6 in popluar color models

E3C8E6
RGB227200230
HSL294°37.50%84.31%
HSB/HSV294°13.04%90.20%
CMYK1.30%13.04%0.00%
9.80%

Color #E3C8E6 in popluar number systems.

HEXE3C8E6
Decimal227200230
Binary111000111100100011100110
Octal343310346

Shades and tints

Shades of #E3C8E6

#E3C8E6
(227,200,230)
#CFB6D2
(207,182,210)
#BBA4BE
(187,164,190)
#A792AA
(167,146,170)
#938096
(147,128,150)
#7F6E82
(127,110,130)
#6B5C6E
(107,92,110)
#574A5A
(87,74,90)
#433846
(67,56,70)
#2F2632
(47,38,50)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #E3C8E6

#E3C8E6
(227,200,230)
#E5CDE8
(229,205,232)
#E7D2EA
(231,210,234)
#E9D7EC
(233,215,236)
#EBDCEE
(235,220,238)
#EDE1F0
(237,225,240)
#EFE6F2
(239,230,242)
#F1EBF4
(241,235,244)
#F3F0F6
(243,240,246)
#F5F5F8
(245,245,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C8E6; }

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

This text font color is #E3C8E6.


Background Color

.myBgColor { background-color: #E3C8E6; }

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

This div background color is #E3C8E6.


Border color

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

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

This div border color is #E3C8E6.


Opacity

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

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

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

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

This text has shadow with #E3C8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C8E6 on black background.


Color preview on white background

This text has color #E3C8E6 on white background.



Black color preview on #E3C8E6 background

This text has black color on #E3C8E6 background.


White color preview on #E3C8E6 background

This text has white color on #E3C8E6 background.