COLOR #E0C6DC

HEX: #E0C6DC RGB: (224,198,220)

Color info

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

RGB color model

#E0C6DC color RGB value is (224,198,220).

RGB: (224,198,220) (88%, 78%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 220 of 255 = 86%

224
198
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 198 + 220 = 642 (100%)
R 224 of 642 ~ 34.89%
G 198 of 642 ~ 30.84%
B 220 of 642 ~ 34.27'%

%34.89
%30.84
%34.27

CMYK color model

#E0C6DC color CMYK value is (0,12,2,12).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 1.79%
  • key color value is 12.16%

CMYK: (0,12,2,12)
C0M12Y2K12 (0%, 12%, 2%, 12%)
(0.00 / 0.12 / 0.02 / 0.12)

CMYK percentages

%0
%11.61
%1.79
%12.16

Codes

Color #E0C6DC in popluar color models

E0 C6 DC
RGB 224 198 220
HSL 309° 29.55% 82.75%
HSB/HSV 309° 11.61% 87.84%
CMYK 0.00% 11.61% 1.79%
12.16%

Color #E0C6DC in popluar number systems.

HEX E0 C6 DC
Decimal 224 198 220
Binary 11100000 11000110 11011100
Octal 340 306 334

Shades and tints

Shades of #E0C6DC

#E0C6DC
(224,198,220)
#CCB4C8
(204,180,200)
#B8A2B4
(184,162,180)
#A490A0
(164,144,160)
#907E8C
(144,126,140)
#7C6C78
(124,108,120)
#685A64
(104,90,100)
#544850
(84,72,80)
#40363C
(64,54,60)
#2C2428
(44,36,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #E0C6DC

#E0C6DC
(224,198,220)
#E2CBDF
(226,203,223)
#E4D0E2
(228,208,226)
#E6D5E5
(230,213,229)
#E8DAE8
(232,218,232)
#EADFEB
(234,223,235)
#ECE4EE
(236,228,238)
#EEE9F1
(238,233,241)
#F0EEF4
(240,238,244)
#F2F3F7
(242,243,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6DC; }

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

This text font color is #E0C6DC.

Background Color

.myBgColor { background-color: #E0C6DC; }

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

This div background color is #E0C6DC.

Border color

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

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

This div border color is #E0C6DC.

Opacity

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

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

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

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

This text has shadow with #E0C6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C6DC.

Preview

Color preview on black background

This text has color #E0C6DC on black background.


Color preview on white background

This text has color #E0C6DC on white background.


Black color preview on #E0C6DC background

This text has black color on #E0C6DC background.


White color preview on #E0C6DC background

This text has white color on #E0C6DC background.


Related colors

Complementary color

Complementary color for #hex is #1F3923.


I love getcolorcode.com

Triadic colors

1 #DCE0C6 and #C6DCE0 with #E0C6DC are triadic colors.

2 #DCC6E0 and #C6E0DC with #E0C6DC are triadic colors.