COLOR #E4CADA

HEX: #E4CADA
RGB: (228,202,218)

Color info

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

RGB color model

#E4CADA color RGB value is (228,202,218).

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

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 218 of 255 = 85%

228
202
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 218 = 648 (100%)
R 228 of 648 ~ 35.19%
G 202 of 648 ~ 31.17%
B 218 of 648 ~ 33.64%

%35.19
%31.17
%33.64

CMYK color model

#E4CADA color CMYK value is (0,11,4,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(0,11,4,11)
C0M11Y4K11 
(0%,11%,4%,11%)
(0.00/0.11/0.04/0.11)	

CMYK percentages

%0
%11.4
%4.39
%10.59

Codes

Color #E4CADA in popluar color models

E4CADA
RGB228202218
HSL323°32.50%84.31%
HSB/HSV323°11.40%89.41%
CMYK0.00%11.40%4.39%
10.59%

Color #E4CADA in popluar number systems.

HEXE4CADA
Decimal228202218
Binary111001001100101011011010
Octal344312332

Shades and tints

Shades of #E4CADA

#E4CADA
(228,202,218)
#D0B8C7
(208,184,199)
#BCA6B4
(188,166,180)
#A894A1
(168,148,161)
#94828E
(148,130,142)
#80707B
(128,112,123)
#6C5E68
(108,94,104)
#584C55
(88,76,85)
#443A42
(68,58,66)
#30282F
(48,40,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #E4CADA

#E4CADA
(228,202,218)
#E6CEDD
(230,206,221)
#E8D2E0
(232,210,224)
#EAD6E3
(234,214,227)
#ECDAE6
(236,218,230)
#EEDEE9
(238,222,233)
#F0E2EC
(240,226,236)
#F2E6EF
(242,230,239)
#F4EAF2
(244,234,242)
#F6EEF5
(246,238,245)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CADA; }

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

This text font color is #E4CADA.


Background Color

.myBgColor { background-color: #E4CADA; }

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

This div background color is #E4CADA.


Border color

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

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

This div border color is #E4CADA.


Opacity

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

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

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

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

This text has shadow with #E4CADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CADA on black background.


Color preview on white background

This text has color #E4CADA on white background.



Black color preview on #E4CADA background

This text has black color on #E4CADA background.


White color preview on #E4CADA background

This text has white color on #E4CADA background.