COLOR #E4C5EB

HEX: #E4C5EB
RGB: (228,197,235)

Color info

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

RGB color model

#E4C5EB color RGB value is (228,197,235).

  • red value is 228;
  • green value is 197;
  • blue value is 235.
RGB:
(228,197,235)
(89%,77%,92%)

RGB channels and saturation

R 228 of 255 = 89%
G 197 of 255 = 77%
B 235 of 255 = 92%

228
197
235

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

Portions of RGB colors in percentages

R + G + B =
228 + 197 + 235 = 660 (100%)
R 228 of 660 ~ 34.55%
G 197 of 660 ~ 29.85%
B 235 of 660 ~ 35.61%

%34.55
%29.85
%35.61

CMYK color model

#E4C5EB color CMYK value is (3,16,0,8).

  • cyan value is 2.98%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,16,0,8)
C3M16Y0K8 
(3%,16%,0%,8%)
(0.03/0.16/0.00/0.08)	

CMYK percentages

%2.98
%16.17
%0
%7.84

Codes

Color #E4C5EB in popluar color models

E4C5EB
RGB228197235
HSL289°48.72%84.71%
HSB/HSV289°16.17%92.16%
CMYK2.98%16.17%0.00%
7.84%

Color #E4C5EB in popluar number systems.

HEXE4C5EB
Decimal228197235
Binary111001001100010111101011
Octal344305353

Shades and tints

Shades of #E4C5EB

#E4C5EB
(228,197,235)
#D0B4D6
(208,180,214)
#BCA3C1
(188,163,193)
#A892AC
(168,146,172)
#948197
(148,129,151)
#807082
(128,112,130)
#6C5F6D
(108,95,109)
#584E58
(88,78,88)
#443D43
(68,61,67)
#302C2E
(48,44,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4C5EB

#E4C5EB
(228,197,235)
#E6CAEC
(230,202,236)
#E8CFED
(232,207,237)
#EAD4EE
(234,212,238)
#ECD9EF
(236,217,239)
#EEDEF0
(238,222,240)
#F0E3F1
(240,227,241)
#F2E8F2
(242,232,242)
#F4EDF3
(244,237,243)
#F6F2F4
(246,242,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C5EB color. Also use rgb(228,197,235) instead hex code.

Text Font Color

.myTextColor { color: #E4C5EB; }

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

This text font color is #E4C5EB.


Background Color

.myBgColor { background-color: #E4C5EB; }

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

This div background color is #E4C5EB.


Border color

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

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

This div border color is #E4C5EB.


Opacity

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

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

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

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

This text has shadow with #E4C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C5EB on black background.


Color preview on white background

This text has color #E4C5EB on white background.



Black color preview on #E4C5EB background

This text has black color on #E4C5EB background.


White color preview on #E4C5EB background

This text has white color on #E4C5EB background.