COLOR #E4CAE1

HEX: #E4CAE1
RGB: (228,202,225)

Color info

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

RGB color model

#E4CAE1 color RGB value is (228,202,225).

  • red value is 228;
  • green value is 202;
  • blue value is 225.
RGB:
(228,202,225)
(89%,79%,88%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 225 of 255 = 88%

228
202
225

R + G + B ~ 85%. #E4CAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 225 = 655 (100%)
R 228 of 655 ~ 34.81%
G 202 of 655 ~ 30.84%
B 225 of 655 ~ 34.35%

%34.81
%30.84
%34.35

CMYK color model

#E4CAE1 color CMYK value is (0,11,1,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(0,11,1,11)
C0M11Y1K11 
(0%,11%,1%,11%)
(0.00/0.11/0.01/0.11)	

CMYK percentages

%0
%11.4
%1.32
%10.59

Codes

Color #E4CAE1 in popluar color models

E4CAE1
RGB228202225
HSL307°32.50%84.31%
HSB/HSV307°11.40%89.41%
CMYK0.00%11.40%1.32%
10.59%

Color #E4CAE1 in popluar number systems.

HEXE4CAE1
Decimal228202225
Binary111001001100101011100001
Octal344312341

Shades and tints

Shades of #E4CAE1

#E4CAE1
(228,202,225)
#D0B8CD
(208,184,205)
#BCA6B9
(188,166,185)
#A894A5
(168,148,165)
#948291
(148,130,145)
#80707D
(128,112,125)
#6C5E69
(108,94,105)
#584C55
(88,76,85)
#443A41
(68,58,65)
#30282D
(48,40,45)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4CAE1

#E4CAE1
(228,202,225)
#E6CEE3
(230,206,227)
#E8D2E5
(232,210,229)
#EAD6E7
(234,214,231)
#ECDAE9
(236,218,233)
#EEDEEB
(238,222,235)
#F0E2ED
(240,226,237)
#F2E6EF
(242,230,239)
#F4EAF1
(244,234,241)
#F6EEF3
(246,238,243)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CAE1 color. Also use rgb(228,202,225) instead hex code.

Text Font Color

.myTextColor { color: #E4CAE1; }

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

This text font color is #E4CAE1.


Background Color

.myBgColor { background-color: #E4CAE1; }

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

This div background color is #E4CAE1.


Border color

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

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

This div border color is #E4CAE1.


Opacity

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

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

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

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

This text has shadow with #E4CAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CAE1 on black background.


Color preview on white background

This text has color #E4CAE1 on white background.



Black color preview on #E4CAE1 background

This text has black color on #E4CAE1 background.


White color preview on #E4CAE1 background

This text has white color on #E4CAE1 background.