COLOR #E0C3EC

HEX: #E0C3EC
RGB: (224,195,236)

Color info

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

RGB color model

#E0C3EC color RGB value is (224,195,236).

  • red value is 224;
  • green value is 195;
  • blue value is 236.
RGB: (224,195,236) (88%,76%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 195 of 255 = 76%
B 236 of 255 = 93%

224
195
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 195 + 236 = 655 (100%)
R 224 of 655 ~ 34.2%
G 195 of 655 ~ 29.77%
B 236 of 655 ~ 36.03%

%34.2
%29.77
%36.03

CMYK color model

#E0C3EC color CMYK value is (5,17,0,7).

  • cyan value is 5.08%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (5,17,0,7) C5M17Y0K7 (5%,17%,0%,7%) (0.05/0.17/0.00/0.07)

CMYK percentages

%5.08
%17.37
%0
%7.45

Codes

Color #E0C3EC in popluar color models

E0C3EC
RGB224195236
HSL282°51.90%84.51%
HSB/HSV282°17.37%92.55%
CMYK5.08%17.37%0.00%
7.45%

Color #E0C3EC in popluar number systems.

HEXE0C3EC
Decimal224195236
Binary111000001100001111101100
Octal340303354

Shades and tints

Shades of #E0C3EC

#E0C3EC
(224,195,236)
#CCB2D7
(204,178,215)
#B8A1C2
(184,161,194)
#A490AD
(164,144,173)
#907F98
(144,127,152)
#7C6E83
(124,110,131)
#685D6E
(104,93,110)
#544C59
(84,76,89)
#403B44
(64,59,68)
#2C2A2F
(44,42,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0C3EC

#E0C3EC
(224,195,236)
#E2C8ED
(226,200,237)
#E4CDEE
(228,205,238)
#E6D2EF
(230,210,239)
#E8D7F0
(232,215,240)
#EADCF1
(234,220,241)
#ECE1F2
(236,225,242)
#EEE6F3
(238,230,243)
#F0EBF4
(240,235,244)
#F2F0F5
(242,240,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C3EC color. Also use rgb(224,195,236) instead hex code.

Text Font Color

.myTextColor { color: #E0C3EC; }

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

This text font color is #E0C3EC.


Background Color

.myBgColor { background-color: #E0C3EC; }

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

This div background color is #E0C3EC.


Border color

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

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

This div border color is #E0C3EC.


Opacity

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

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

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

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

This text has shadow with #E0C3EC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E0C3EC on black background.


Color preview on white background

This text has color #E0C3EC on white background.



Black color preview on #E0C3EC background

This text has black color on #E0C3EC background.


White color preview on #E0C3EC background

This text has white color on #E0C3EC background.