COLOR #E1C6EA

HEX: #E1C6EA
RGB: (225,198,234)

Color info

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

RGB color model

#E1C6EA color RGB value is (225,198,234).

  • red value is 225;
  • green value is 198;
  • blue value is 234.
RGB:
(225,198,234)
(88%,78%,92%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 234 of 255 = 92%

225
198
234

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

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 234 = 657 (100%)
R 225 of 657 ~ 34.25%
G 198 of 657 ~ 30.14%
B 234 of 657 ~ 35.62%

%34.25
%30.14
%35.62

CMYK color model

#E1C6EA color CMYK value is (4,15,0,8).

  • cyan value is 3.85%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,15,0,8)
C4M15Y0K8 
(4%,15%,0%,8%)
(0.04/0.15/0.00/0.08)	

CMYK percentages

%3.85
%15.38
%0
%8.24

Codes

Color #E1C6EA in popluar color models

E1C6EA
RGB225198234
HSL285°46.15%84.71%
HSB/HSV285°15.38%91.76%
CMYK3.85%15.38%0.00%
8.24%

Color #E1C6EA in popluar number systems.

HEXE1C6EA
Decimal225198234
Binary111000011100011011101010
Octal341306352

Shades and tints

Shades of #E1C6EA

#E1C6EA
(225,198,234)
#CDB4D5
(205,180,213)
#B9A2C0
(185,162,192)
#A590AB
(165,144,171)
#917E96
(145,126,150)
#7D6C81
(125,108,129)
#695A6C
(105,90,108)
#554857
(85,72,87)
#413642
(65,54,66)
#2D242D
(45,36,45)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #E1C6EA

#E1C6EA
(225,198,234)
#E3CBEB
(227,203,235)
#E5D0EC
(229,208,236)
#E7D5ED
(231,213,237)
#E9DAEE
(233,218,238)
#EBDFEF
(235,223,239)
#EDE4F0
(237,228,240)
#EFE9F1
(239,233,241)
#F1EEF2
(241,238,242)
#F3F3F3
(243,243,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C6EA color. Also use rgb(225,198,234) instead hex code.

Text Font Color

.myTextColor { color: #E1C6EA; }

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

This text font color is #E1C6EA.


Background Color

.myBgColor { background-color: #E1C6EA; }

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

This div background color is #E1C6EA.


Border color

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

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

This div border color is #E1C6EA.


Opacity

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

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

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

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

This text has shadow with #E1C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C6EA on black background.


Color preview on white background

This text has color #E1C6EA on white background.



Black color preview on #E1C6EA background

This text has black color on #E1C6EA background.


White color preview on #E1C6EA background

This text has white color on #E1C6EA background.