COLOR #E3C4DC

HEX: #E3C4DC RGB: (227,196,220)

Color info

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

RGB color model

#E3C4DC color RGB value is (227,196,220).

RGB: (227,196,220) (89%, 77%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 196 of 255 = 77%
B 220 of 255 = 86%

227
196
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 196 + 220 = 643 (100%)
R 227 of 643 ~ 35.3%
G 196 of 643 ~ 30.48%
B 220 of 643 ~ 34.21'%

%35.3
%30.48
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.66%
  • 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
%13.66
%3.08
%10.98

Codes

Color #E3C4DC in popluar color models

E3 C4 DC
RGB 227 196 220
HSL 314° 35.63% 82.94%
HSB/HSV 314° 13.66% 89.02%
CMYK 0.00% 13.66% 3.08%
10.98%

Color #E3C4DC in popluar number systems.

HEX E3 C4 DC
Decimal 227 196 220
Binary 11100011 11000100 11011100
Octal 343 304 334

Shades and tints

Shades of #E3C4DC

#E3C4DC
(227,196,220)
#CFB3C8
(207,179,200)
#BBA2B4
(187,162,180)
#A791A0
(167,145,160)
#93808C
(147,128,140)
#7F6F78
(127,111,120)
#6B5E64
(107,94,100)
#574D50
(87,77,80)
#433C3C
(67,60,60)
#2F2B28
(47,43,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3C4DC

#E3C4DC
(227,196,220)
#E5C9DF
(229,201,223)
#E7CEE2
(231,206,226)
#E9D3E5
(233,211,229)
#EBD8E8
(235,216,232)
#EDDDEB
(237,221,235)
#EFE2EE
(239,226,238)
#F1E7F1
(241,231,241)
#F3ECF4
(243,236,244)
#F5F1F7
(245,241,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C4DC; }

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

This text font color is #E3C4DC.

Background Color

.myBgColor { background-color: #E3C4DC; }

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

This div background color is #E3C4DC.

Border color

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

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

This div border color is #E3C4DC.

Opacity

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

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

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

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

This text has shadow with #E3C4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C4DC.

Preview

Color preview on black background

This text has color #E3C4DC on black background.


Color preview on white background

This text has color #E3C4DC on white background.


Black color preview on #E3C4DC background

This text has black color on #E3C4DC background.


White color preview on #E3C4DC background

This text has white color on #E3C4DC background.


Related colors

Complementary color

Complementary color for #hex is #1C3B23.


I love getcolorcode.com

Triadic colors

1 #DCE3C4 and #C4DCE3 with #E3C4DC are triadic colors.

2 #DCC4E3 and #C4E3DC with #E3C4DC are triadic colors.