COLOR #E3C3DC

HEX: #E3C3DC RGB: (227,195,220)

Color info

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

RGB color model

#E3C3DC color RGB value is (227,195,220).

RGB: (227,195,220) (89%, 76%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 195 of 255 = 76%
B 220 of 255 = 86%

227
195
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 195 + 220 = 642 (100%)
R 227 of 642 ~ 35.36%
G 195 of 642 ~ 30.37%
B 220 of 642 ~ 34.27'%

%35.36
%30.37
%34.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (0,14,3,11) C0M14Y3K11 (0%,14%,3%,11%) (0.00/0.14/0.03/0.11) 

CMYK percentages

%0
%14.1
%3.08
%10.98

Codes

Color #E3C3DC in popluar color models

E3 C3 DC
RGB 227 195 220
HSL 313° 36.36% 82.75%
HSB/HSV 313° 14.10% 89.02%
CMYK 0.00% 14.10% 3.08%
10.98%

Color #E3C3DC in popluar number systems.

HEX E3 C3 DC
Decimal 227 195 220
Binary 11100011 11000011 11011100
Octal 343 303 334

Shades and tints

Shades of #E3C3DC

#E3C3DC
(227,195,220)
#CFB2C8
(207,178,200)
#BBA1B4
(187,161,180)
#A790A0
(167,144,160)
#937F8C
(147,127,140)
#7F6E78
(127,110,120)
#6B5D64
(107,93,100)
#574C50
(87,76,80)
#433B3C
(67,59,60)
#2F2A28
(47,42,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3C3DC

#E3C3DC
(227,195,220)
#E5C8DF
(229,200,223)
#E7CDE2
(231,205,226)
#E9D2E5
(233,210,229)
#EBD7E8
(235,215,232)
#EDDCEB
(237,220,235)
#EFE1EE
(239,225,238)
#F1E6F1
(241,230,241)
#F3EBF4
(243,235,244)
#F5F0F7
(245,240,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C3DC; }

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

This text font color is #E3C3DC.

Background Color

.myBgColor { background-color: #E3C3DC; }

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

This div background color is #E3C3DC.

Border color

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

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

This div border color is #E3C3DC.

Opacity

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

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

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

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

This text has shadow with #E3C3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C3DC.

Preview

Color preview on black background

This text has color #E3C3DC on black background.


Color preview on white background

This text has color #E3C3DC on white background.


Black color preview on #E3C3DC background

This text has black color on #E3C3DC background.


White color preview on #E3C3DC background

This text has white color on #E3C3DC background.


Related colors

Complementary color

Complementary color for #hex is #1C3C23.


I love getcolorcode.com

Triadic colors

1 #DCE3C3 and #C3DCE3 with #E3C3DC are triadic colors.

2 #DCC3E3 and #C3E3DC with #E3C3DC are triadic colors.