COLOR #E4CAD6

HEX: #E4CAD6
RGB: (228,202,214)

Color info

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

RGB color model

#E4CAD6 color RGB value is (228,202,214).

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

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 214 of 255 = 84%

228
202
214

R + G + B ~ 84%. #E4CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 214 = 644 (100%)
R 228 of 644 ~ 35.4%
G 202 of 644 ~ 31.37%
B 214 of 644 ~ 33.23%

%35.4
%31.37
%33.23

CMYK color model

#E4CAD6 color CMYK value is (0,11,6,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,11,6,11)
C0M11Y6K11 
(0%,11%,6%,11%)
(0.00/0.11/0.06/0.11)	

CMYK percentages

%0
%11.4
%6.14
%10.59

Codes

Color #E4CAD6 in popluar color models

E4CAD6
RGB228202214
HSL332°32.50%84.31%
HSB/HSV332°11.40%89.41%
CMYK0.00%11.40%6.14%
10.59%

Color #E4CAD6 in popluar number systems.

HEXE4CAD6
Decimal228202214
Binary111001001100101011010110
Octal344312326

Shades and tints

Shades of #E4CAD6

#E4CAD6
(228,202,214)
#D0B8C3
(208,184,195)
#BCA6B0
(188,166,176)
#A8949D
(168,148,157)
#94828A
(148,130,138)
#807077
(128,112,119)
#6C5E64
(108,94,100)
#584C51
(88,76,81)
#443A3E
(68,58,62)
#30282B
(48,40,43)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4CAD6

#E4CAD6
(228,202,214)
#E6CED9
(230,206,217)
#E8D2DC
(232,210,220)
#EAD6DF
(234,214,223)
#ECDAE2
(236,218,226)
#EEDEE5
(238,222,229)
#F0E2E8
(240,226,232)
#F2E6EB
(242,230,235)
#F4EAEE
(244,234,238)
#F6EEF1
(246,238,241)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CAD6; }

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

This text font color is #E4CAD6.


Background Color

.myBgColor { background-color: #E4CAD6; }

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

This div background color is #E4CAD6.


Border color

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

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

This div border color is #E4CAD6.


Opacity

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

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

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

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

This text has shadow with #E4CAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CAD6 on black background.


Color preview on white background

This text has color #E4CAD6 on white background.



Black color preview on #E4CAD6 background

This text has black color on #E4CAD6 background.


White color preview on #E4CAD6 background

This text has white color on #E4CAD6 background.