COLOR #E3C6DC

HEX: #E3C6DC RGB: (227,198,220)

Color info

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

RGB color model

#E3C6DC color RGB value is (227,198,220).

RGB: (227,198,220) (89%, 78%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 198 of 255 = 78%
B 220 of 255 = 86%

227
198
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 198 + 220 = 645 (100%)
R 227 of 645 ~ 35.19%
G 198 of 645 ~ 30.7%
B 220 of 645 ~ 34.11'%

%35.19
%30.7
%34.11

CMYK color model

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

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

CMYK: (0,13,3,11)
C0M13Y3K11 (0%, 13%, 3%, 11%)
(0.00 / 0.13 / 0.03 / 0.11)

CMYK percentages

%0
%12.78
%3.08
%10.98

Codes

Color #E3C6DC in popluar color models

E3 C6 DC
RGB 227 198 220
HSL 314° 34.12% 83.33%
HSB/HSV 314° 12.78% 89.02%
CMYK 0.00% 12.78% 3.08%
10.98%

Color #E3C6DC in popluar number systems.

HEX E3 C6 DC
Decimal 227 198 220
Binary 11100011 11000110 11011100
Octal 343 306 334

Shades and tints

Shades of #E3C6DC

#E3C6DC
(227,198,220)
#CFB4C8
(207,180,200)
#BBA2B4
(187,162,180)
#A790A0
(167,144,160)
#937E8C
(147,126,140)
#7F6C78
(127,108,120)
#6B5A64
(107,90,100)
#574850
(87,72,80)
#43363C
(67,54,60)
#2F2428
(47,36,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E3C6DC

#E3C6DC
(227,198,220)
#E5CBDF
(229,203,223)
#E7D0E2
(231,208,226)
#E9D5E5
(233,213,229)
#EBDAE8
(235,218,232)
#EDDFEB
(237,223,235)
#EFE4EE
(239,228,238)
#F1E9F1
(241,233,241)
#F3EEF4
(243,238,244)
#F5F3F7
(245,243,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6DC; }

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

This text font color is #E3C6DC.

Background Color

.myBgColor { background-color: #E3C6DC; }

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

This div background color is #E3C6DC.

Border color

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

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

This div border color is #E3C6DC.

Opacity

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

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

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

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

This text has shadow with #E3C6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C6DC.

Preview

Color preview on black background

This text has color #E3C6DC on black background.


Color preview on white background

This text has color #E3C6DC on white background.


Black color preview on #E3C6DC background

This text has black color on #E3C6DC background.


White color preview on #E3C6DC background

This text has white color on #E3C6DC background.


Related colors

Complementary color

Complementary color for #hex is #1C3923.


I love getcolorcode.com

Triadic colors

1 #DCE3C6 and #C6DCE3 with #E3C6DC are triadic colors.

2 #DCC6E3 and #C6E3DC with #E3C6DC are triadic colors.