COLOR #E4CADF

HEX: #E4CADF
RGB: (228,202,223)

Color info

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

RGB color model

#E4CADF color RGB value is (228,202,223).

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

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 223 of 255 = 87%

228
202
223

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 223 = 653 (100%)
R 228 of 653 ~ 34.92%
G 202 of 653 ~ 30.93%
B 223 of 653 ~ 34.15%

%34.92
%30.93
%34.15

CMYK color model

#E4CADF color CMYK value is (0,11,2,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(0,11,2,11)
C0M11Y2K11 
(0%,11%,2%,11%)
(0.00/0.11/0.02/0.11)	

CMYK percentages

%0
%11.4
%2.19
%10.59

Codes

Color #E4CADF in popluar color models

E4CADF
RGB228202223
HSL312°32.50%84.31%
HSB/HSV312°11.40%89.41%
CMYK0.00%11.40%2.19%
10.59%

Color #E4CADF in popluar number systems.

HEXE4CADF
Decimal228202223
Binary111001001100101011011111
Octal344312337

Shades and tints

Shades of #E4CADF

#E4CADF
(228,202,223)
#D0B8CB
(208,184,203)
#BCA6B7
(188,166,183)
#A894A3
(168,148,163)
#94828F
(148,130,143)
#80707B
(128,112,123)
#6C5E67
(108,94,103)
#584C53
(88,76,83)
#443A3F
(68,58,63)
#30282B
(48,40,43)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4CADF

#E4CADF
(228,202,223)
#E6CEE1
(230,206,225)
#E8D2E3
(232,210,227)
#EAD6E5
(234,214,229)
#ECDAE7
(236,218,231)
#EEDEE9
(238,222,233)
#F0E2EB
(240,226,235)
#F2E6ED
(242,230,237)
#F4EAEF
(244,234,239)
#F6EEF1
(246,238,241)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CADF; }

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

This text font color is #E4CADF.


Background Color

.myBgColor { background-color: #E4CADF; }

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

This div background color is #E4CADF.


Border color

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

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

This div border color is #E4CADF.


Opacity

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

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

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

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

This text has shadow with #E4CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CADF on black background.


Color preview on white background

This text has color #E4CADF on white background.



Black color preview on #E4CADF background

This text has black color on #E4CADF background.


White color preview on #E4CADF background

This text has white color on #E4CADF background.