COLOR #E0C6E1

HEX: #E0C6E1 RGB: (224,198,225)

Color info

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

RGB color model

#E0C6E1 color RGB value is (224,198,225).

RGB: (224,198,225) (88%, 78%, 88%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 225 of 255 = 88%

224
198
225

R + G + B ~ 85%. #E0C6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 198 + 225 = 647 (100%)
R 224 of 647 ~ 34.62%
G 198 of 647 ~ 30.6%
B 225 of 647 ~ 34.78'%

%34.62
%30.6
%34.78

CMYK color model

#E0C6E1 color CMYK value is (0,12,0,12).

  • cyan value is 0.44%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (0,12,0,12)
C0M12Y0K12 (0%, 12%, 0%, 12%)
(0.00 / 0.12 / 0.00 / 0.12)

CMYK percentages

%0.44
%12
%0
%11.76

Codes

Color #E0C6E1 in popluar color models

E0 C6 E1
RGB 224 198 225
HSL 298° 31.03% 82.94%
HSB/HSV 298° 12.00% 88.24%
CMYK 0.44% 12.00% 0.00%
11.76%

Color #E0C6E1 in popluar number systems.

HEX E0 C6 E1
Decimal 224 198 225
Binary 11100000 11000110 11100001
Octal 340 306 341

Shades and tints

Shades of #E0C6E1

#E0C6E1
(224,198,225)
#CCB4CD
(204,180,205)
#B8A2B9
(184,162,185)
#A490A5
(164,144,165)
#907E91
(144,126,145)
#7C6C7D
(124,108,125)
#685A69
(104,90,105)
#544855
(84,72,85)
#403641
(64,54,65)
#2C242D
(44,36,45)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #E0C6E1

#E0C6E1
(224,198,225)
#E2CBE3
(226,203,227)
#E4D0E5
(228,208,229)
#E6D5E7
(230,213,231)
#E8DAE9
(232,218,233)
#EADFEB
(234,223,235)
#ECE4ED
(236,228,237)
#EEE9EF
(238,233,239)
#F0EEF1
(240,238,241)
#F2F3F3
(242,243,243)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6E1; }

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

This text font color is #E0C6E1.

Background Color

.myBgColor { background-color: #E0C6E1; }

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

This div background color is #E0C6E1.

Border color

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

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

This div border color is #E0C6E1.

Opacity

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

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

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

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

This text has shadow with #E0C6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C6E1.

Preview

Color preview on black background

This text has color #E0C6E1 on black background.


Color preview on white background

This text has color #E0C6E1 on white background.


Black color preview on #E0C6E1 background

This text has black color on #E0C6E1 background.


White color preview on #E0C6E1 background

This text has white color on #E0C6E1 background.


Related colors

Complementary color

Complementary color for #hex is #1F391E.


I love getcolorcode.com

Triadic colors

1 #E1E0C6 and #C6E1E0 with #E0C6E1 are triadic colors.

2 #E1C6E0 and #C6E0E1 with #E0C6E1 are triadic colors.