COLOR #E2CADC

HEX: #E2CADC
RGB: (226,202,220)

Color info

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

RGB color model

#E2CADC color RGB value is (226,202,220).

  • red value is 226;
  • green value is 202;
  • blue value is 220.
RGB:
(226,202,220)
(89%,79%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 220 of 255 = 86%

226
202
220

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

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 220 = 648 (100%)
R 226 of 648 ~ 34.88%
G 202 of 648 ~ 31.17%
B 220 of 648 ~ 33.95%

%34.88
%31.17
%33.95

CMYK color model

#E2CADC color CMYK value is (0,11,3,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,11,3,11)
C0M11Y3K11 
(0%,11%,3%,11%)
(0.00/0.11/0.03/0.11)	

CMYK percentages

%0
%10.62
%2.65
%11.37

Codes

Color #E2CADC in popluar color models

E2CADC
RGB226202220
HSL315°29.27%83.92%
HSB/HSV315°10.62%88.63%
CMYK0.00%10.62%2.65%
11.37%

Color #E2CADC in popluar number systems.

HEXE2CADC
Decimal226202220
Binary111000101100101011011100
Octal342312334

Shades and tints

Shades of #E2CADC

#E2CADC
(226,202,220)
#CEB8C8
(206,184,200)
#BAA6B4
(186,166,180)
#A694A0
(166,148,160)
#92828C
(146,130,140)
#7E7078
(126,112,120)
#6A5E64
(106,94,100)
#564C50
(86,76,80)
#423A3C
(66,58,60)
#2E2828
(46,40,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2CADC

#E2CADC
(226,202,220)
#E4CEDF
(228,206,223)
#E6D2E2
(230,210,226)
#E8D6E5
(232,214,229)
#EADAE8
(234,218,232)
#ECDEEB
(236,222,235)
#EEE2EE
(238,226,238)
#F0E6F1
(240,230,241)
#F2EAF4
(242,234,244)
#F4EEF7
(244,238,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CADC color. Also use rgb(226,202,220) instead hex code.

Text Font Color

.myTextColor { color: #E2CADC; }

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

This text font color is #E2CADC.


Background Color

.myBgColor { background-color: #E2CADC; }

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

This div background color is #E2CADC.


Border color

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

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

This div border color is #E2CADC.


Opacity

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

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

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

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

This text has shadow with #E2CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CADC on black background.


Color preview on white background

This text has color #E2CADC on white background.



Black color preview on #E2CADC background

This text has black color on #E2CADC background.


White color preview on #E2CADC background

This text has white color on #E2CADC background.