COLOR #E8C5E2

HEX: #E8C5E2 RGB: (232,197,226)

Color info

#E8C5E2 contains red, green and blue colors in about the same proportion. Web safe color of #E8C5E2 is #FFCCCC (or #FCC).

RGB color model

#E8C5E2 color RGB value is (232,197,226).

RGB: (232,197,226) (91%, 77%, 89%)

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 226 of 255 = 89%

232
197
226

R + G + B ~ 86%. #E8C5E2 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 197 + 226 = 655 (100%)
R 232 of 655 ~ 35.42%
G 197 of 655 ~ 30.08%
B 226 of 655 ~ 34.5'%

%35.42
%30.08
%34.5

CMYK color model

#E8C5E2 color CMYK value is (0,15,3,9).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK: (0,15,3,9) C0M15Y3K9 (0%,15%,3%,9%) (0.00/0.15/0.03/0.09) 

CMYK percentages

%0
%15.09
%2.59
%9.02

Codes

Color #E8C5E2 in popluar color models

E8 C5 E2
RGB 232 197 226
HSL 310° 43.21% 84.12%
HSB/HSV 310° 15.09% 90.98%
CMYK 0.00% 15.09% 2.59%
9.02%

Color #E8C5E2 in popluar number systems.

HEX E8 C5 E2
Decimal 232 197 226
Binary 11101000 11000101 11100010
Octal 350 305 342

Shades and tints

Shades of #E8C5E2

#E8C5E2
(232,197,226)
#D3B4CE
(211,180,206)
#BEA3BA
(190,163,186)
#A992A6
(169,146,166)
#948192
(148,129,146)
#7F707E
(127,112,126)
#6A5F6A
(106,95,106)
#554E56
(85,78,86)
#403D42
(64,61,66)
#2B2C2E
(43,44,46)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #E8C5E2

#E8C5E2
(232,197,226)
#EACAE4
(234,202,228)
#ECCFE6
(236,207,230)
#EED4E8
(238,212,232)
#F0D9EA
(240,217,234)
#F2DEEC
(242,222,236)
#F4E3EE
(244,227,238)
#F6E8F0
(246,232,240)
#F8EDF2
(248,237,242)
#FAF2F4
(250,242,244)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C5E2 color. Also use rgb(232,197,226) instead hex code.

Text Font Color

.myTextColor { color: #E8C5E2; }

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

This text font color is #E8C5E2.

Background Color

.myBgColor { background-color: #E8C5E2; }

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

This div background color is #E8C5E2.

Border color

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

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

This div border color is #E8C5E2.

Opacity

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

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

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

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

This text has shadow with #E8C5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C5E2.

Preview

Color preview on black background

This text has color #E8C5E2 on black background.


Color preview on white background

This text has color #E8C5E2 on white background.


Black color preview on #E8C5E2 background

This text has black color on #E8C5E2 background.


White color preview on #E8C5E2 background

This text has white color on #E8C5E2 background.


Related colors

Complementary color

Complementary color for #hex is #173A1D.


I love getcolorcode.com

Triadic colors

1 #E2E8C5 and #C5E2E8 with #E8C5E2 are triadic colors.

2 #E2C5E8 and #C5E8E2 with #E8C5E2 are triadic colors.