COLOR #E3CADC

HEX: #E3CADC RGB: (227,202,220)

Color info

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

RGB color model

#E3CADC color RGB value is (227,202,220).

RGB: (227,202,220) (89%, 79%, 86%)

RGB channels and saturation

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

227
202
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 220 = 649 (100%)
R 227 of 649 ~ 34.98%
G 202 of 649 ~ 31.12%
B 220 of 649 ~ 33.9'%

%34.98
%31.12
%33.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 3.08%
  • key color value is 10.98%

CMYK: (0,11,3,11)
C0M11Y3K11 (0%, 11%, 3%, 11%)
(0.00 / 0.11 / 0.03 / 0.11)

CMYK percentages

%0
%11.01
%3.08
%10.98

Codes

Color #E3CADC in popluar color models

E3 CA DC
RGB 227 202 220
HSL 317° 30.86% 84.12%
HSB/HSV 317° 11.01% 89.02%
CMYK 0.00% 11.01% 3.08%
10.98%

Color #E3CADC in popluar number systems.

HEX E3 CA DC
Decimal 227 202 220
Binary 11100011 11001010 11011100
Octal 343 312 334

Shades and tints

Shades of #E3CADC

#E3CADC
(227,202,220)
#CFB8C8
(207,184,200)
#BBA6B4
(187,166,180)
#A794A0
(167,148,160)
#93828C
(147,130,140)
#7F7078
(127,112,120)
#6B5E64
(107,94,100)
#574C50
(87,76,80)
#433A3C
(67,58,60)
#2F2828
(47,40,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3CADC

#E3CADC
(227,202,220)
#E5CEDF
(229,206,223)
#E7D2E2
(231,210,226)
#E9D6E5
(233,214,229)
#EBDAE8
(235,218,232)
#EDDEEB
(237,222,235)
#EFE2EE
(239,226,238)
#F1E6F1
(241,230,241)
#F3EAF4
(243,234,244)
#F5EEF7
(245,238,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CADC; }

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

This text font color is #E3CADC.

Background Color

.myBgColor { background-color: #E3CADC; }

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

This div background color is #E3CADC.

Border color

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

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

This div border color is #E3CADC.

Opacity

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

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

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

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

This text has shadow with #E3CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CADC.

Preview

Color preview on black background

This text has color #E3CADC on black background.


Color preview on white background

This text has color #E3CADC on white background.


Black color preview on #E3CADC background

This text has black color on #E3CADC background.


White color preview on #E3CADC background

This text has white color on #E3CADC background.


Related colors

Complementary color

Complementary color for #hex is #1C3523.


I love getcolorcode.com

Triadic colors

1 #DCE3CA and #CADCE3 with #E3CADC are triadic colors.

2 #DCCAE3 and #CAE3DC with #E3CADC are triadic colors.