COLOR #E0C6DA

HEX: #E0C6DA
RGB: (224,198,218)

Color info

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

RGB color model

#E0C6DA color RGB value is (224,198,218).

  • red value is 224;
  • green value is 198;
  • blue value is 218.
RGB:
(224,198,218)
(88%,78%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 218 of 255 = 85%

224
198
218

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

Portions of RGB colors in percentages

R + G + B =
224 + 198 + 218 = 640 (100%)
R 224 of 640 ~ 35%
G 198 of 640 ~ 30.94%
B 218 of 640 ~ 34.06%

%35
%30.94
%34.06

CMYK color model

#E0C6DA color CMYK value is (0,12,3,12).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK:
(0,12,3,12)
C0M12Y3K12 
(0%,12%,3%,12%)
(0.00/0.12/0.03/0.12)	

CMYK percentages

%0
%11.61
%2.68
%12.16

Codes

Color #E0C6DA in popluar color models

E0C6DA
RGB224198218
HSL314°29.55%82.75%
HSB/HSV314°11.61%87.84%
CMYK0.00%11.61%2.68%
12.16%

Color #E0C6DA in popluar number systems.

HEXE0C6DA
Decimal224198218
Binary111000001100011011011010
Octal340306332

Shades and tints

Shades of #E0C6DA

#E0C6DA
(224,198,218)
#CCB4C7
(204,180,199)
#B8A2B4
(184,162,180)
#A490A1
(164,144,161)
#907E8E
(144,126,142)
#7C6C7B
(124,108,123)
#685A68
(104,90,104)
#544855
(84,72,85)
#403642
(64,54,66)
#2C242F
(44,36,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #E0C6DA

#E0C6DA
(224,198,218)
#E2CBDD
(226,203,221)
#E4D0E0
(228,208,224)
#E6D5E3
(230,213,227)
#E8DAE6
(232,218,230)
#EADFE9
(234,223,233)
#ECE4EC
(236,228,236)
#EEE9EF
(238,233,239)
#F0EEF2
(240,238,242)
#F2F3F5
(242,243,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6DA; }

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

This text font color is #E0C6DA.


Background Color

.myBgColor { background-color: #E0C6DA; }

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

This div background color is #E0C6DA.


Border color

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

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

This div border color is #E0C6DA.


Opacity

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

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

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

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

This text has shadow with #E0C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C6DA on black background.


Color preview on white background

This text has color #E0C6DA on white background.



Black color preview on #E0C6DA background

This text has black color on #E0C6DA background.


White color preview on #E0C6DA background

This text has white color on #E0C6DA background.