COLOR #E3C8D9

HEX: #E3C8D9 RGB: (227,200,217)

Color info

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

RGB color model

#E3C8D9 color RGB value is (227,200,217).

RGB: (227,200,217) (89%, 78%, 85%)

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 217 of 255 = 85%

227
200
217

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

Portions of RGB colors in percentages

R + G + B = 227 + 200 + 217 = 644 (100%)
R 227 of 644 ~ 35.25%
G 200 of 644 ~ 31.06%
B 217 of 644 ~ 33.7'%

%35.25
%31.06
%33.7

CMYK color model

#E3C8D9 color CMYK value is (0,12,4,11).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 4.41%
  • key color value is 10.98%

CMYK: (0,12,4,11)
C0M12Y4K11 (0%, 12%, 4%, 11%)
(0.00 / 0.12 / 0.04 / 0.11)

CMYK percentages

%0
%11.89
%4.41
%10.98

Codes

Color #E3C8D9 in popluar color models

E3 C8 D9
RGB 227 200 217
HSL 322° 32.53% 83.73%
HSB/HSV 322° 11.89% 89.02%
CMYK 0.00% 11.89% 4.41%
10.98%

Color #E3C8D9 in popluar number systems.

HEX E3 C8 D9
Decimal 227 200 217
Binary 11100011 11001000 11011001
Octal 343 310 331

Shades and tints

Shades of #E3C8D9

#E3C8D9
(227,200,217)
#CFB6C6
(207,182,198)
#BBA4B3
(187,164,179)
#A792A0
(167,146,160)
#93808D
(147,128,141)
#7F6E7A
(127,110,122)
#6B5C67
(107,92,103)
#574A54
(87,74,84)
#433841
(67,56,65)
#2F262E
(47,38,46)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #E3C8D9

#E3C8D9
(227,200,217)
#E5CDDC
(229,205,220)
#E7D2DF
(231,210,223)
#E9D7E2
(233,215,226)
#EBDCE5
(235,220,229)
#EDE1E8
(237,225,232)
#EFE6EB
(239,230,235)
#F1EBEE
(241,235,238)
#F3F0F1
(243,240,241)
#F5F5F4
(245,245,244)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C8D9 color. Also use rgb(227,200,217) instead hex code.

Text Font Color

.myTextColor { color: #E3C8D9; }

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

This text font color is #E3C8D9.

Background Color

.myBgColor { background-color: #E3C8D9; }

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

This div background color is #E3C8D9.

Border color

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

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

This div border color is #E3C8D9.

Opacity

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

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

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

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

This text has shadow with #E3C8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C8D9.

Preview

Color preview on black background

This text has color #E3C8D9 on black background.


Color preview on white background

This text has color #E3C8D9 on white background.


Black color preview on #E3C8D9 background

This text has black color on #E3C8D9 background.


White color preview on #E3C8D9 background

This text has white color on #E3C8D9 background.


Related colors

Complementary color

Complementary color for #hex is #1C3726.


I love getcolorcode.com

Triadic colors

1 #D9E3C8 and #C8D9E3 with #E3C8D9 are triadic colors.

2 #D9C8E3 and #C8E3D9 with #E3C8D9 are triadic colors.