COLOR #E4C6DA

HEX: #E4C6DA
RGB: (228,198,218)

Color info

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

RGB color model

#E4C6DA color RGB value is (228,198,218).

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

RGB channels and saturation

R 228 of 255 = 89%
G 198 of 255 = 78%
B 218 of 255 = 85%

228
198
218

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

Portions of RGB colors in percentages

R + G + B =
228 + 198 + 218 = 644 (100%)
R 228 of 644 ~ 35.4%
G 198 of 644 ~ 30.75%
B 218 of 644 ~ 33.85%

%35.4
%30.75
%33.85

CMYK color model

#E4C6DA color CMYK value is (0,13,4,11).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(0,13,4,11)
C0M13Y4K11 
(0%,13%,4%,11%)
(0.00/0.13/0.04/0.11)	

CMYK percentages

%0
%13.16
%4.39
%10.59

Codes

Color #E4C6DA in popluar color models

E4C6DA
RGB228198218
HSL320°35.71%83.53%
HSB/HSV320°13.16%89.41%
CMYK0.00%13.16%4.39%
10.59%

Color #E4C6DA in popluar number systems.

HEXE4C6DA
Decimal228198218
Binary111001001100011011011010
Octal344306332

Shades and tints

Shades of #E4C6DA

#E4C6DA
(228,198,218)
#D0B4C7
(208,180,199)
#BCA2B4
(188,162,180)
#A890A1
(168,144,161)
#947E8E
(148,126,142)
#806C7B
(128,108,123)
#6C5A68
(108,90,104)
#584855
(88,72,85)
#443642
(68,54,66)
#30242F
(48,36,47)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #E4C6DA

#E4C6DA
(228,198,218)
#E6CBDD
(230,203,221)
#E8D0E0
(232,208,224)
#EAD5E3
(234,213,227)
#ECDAE6
(236,218,230)
#EEDFE9
(238,223,233)
#F0E4EC
(240,228,236)
#F2E9EF
(242,233,239)
#F4EEF2
(244,238,242)
#F6F3F5
(246,243,245)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C6DA; }

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

This text font color is #E4C6DA.


Background Color

.myBgColor { background-color: #E4C6DA; }

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

This div background color is #E4C6DA.


Border color

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

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

This div border color is #E4C6DA.


Opacity

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

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

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

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

This text has shadow with #E4C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C6DA on black background.


Color preview on white background

This text has color #E4C6DA on white background.



Black color preview on #E4C6DA background

This text has black color on #E4C6DA background.


White color preview on #E4C6DA background

This text has white color on #E4C6DA background.