COLOR #E3C5D5

HEX: #E3C5D5
RGB: (227,197,213)

Color info

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

RGB color model

#E3C5D5 color RGB value is (227,197,213).

  • red value is 227;
  • green value is 197;
  • blue value is 213.
RGB:
(227,197,213)
(89%,77%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 197 of 255 = 77%
B 213 of 255 = 84%

227
197
213

R + G + B ~ 83%. #E3C5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 197 + 213 = 637 (100%)
R 227 of 637 ~ 35.64%
G 197 of 637 ~ 30.93%
B 213 of 637 ~ 33.44%

%35.64
%30.93
%33.44

CMYK color model

#E3C5D5 color CMYK value is (0,13,6,11).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,13,6,11)
C0M13Y6K11 
(0%,13%,6%,11%)
(0.00/0.13/0.06/0.11)	

CMYK percentages

%0
%13.22
%6.17
%10.98

Codes

Color #E3C5D5 in popluar color models

E3C5D5
RGB227197213
HSL328°34.88%83.14%
HSB/HSV328°13.22%89.02%
CMYK0.00%13.22%6.17%
10.98%

Color #E3C5D5 in popluar number systems.

HEXE3C5D5
Decimal227197213
Binary111000111100010111010101
Octal343305325

Shades and tints

Shades of #E3C5D5

#E3C5D5
(227,197,213)
#CFB4C2
(207,180,194)
#BBA3AF
(187,163,175)
#A7929C
(167,146,156)
#938189
(147,129,137)
#7F7076
(127,112,118)
#6B5F63
(107,95,99)
#574E50
(87,78,80)
#433D3D
(67,61,61)
#2F2C2A
(47,44,42)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #E3C5D5

#E3C5D5
(227,197,213)
#E5CAD8
(229,202,216)
#E7CFDB
(231,207,219)
#E9D4DE
(233,212,222)
#EBD9E1
(235,217,225)
#EDDEE4
(237,222,228)
#EFE3E7
(239,227,231)
#F1E8EA
(241,232,234)
#F3EDED
(243,237,237)
#F5F2F0
(245,242,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C5D5 color. Also use rgb(227,197,213) instead hex code.

Text Font Color

.myTextColor { color: #E3C5D5; }

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

This text font color is #E3C5D5.


Background Color

.myBgColor { background-color: #E3C5D5; }

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

This div background color is #E3C5D5.


Border color

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

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

This div border color is #E3C5D5.


Opacity

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

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

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

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

This text has shadow with #E3C5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C5D5 on black background.


Color preview on white background

This text has color #E3C5D5 on white background.



Black color preview on #E3C5D5 background

This text has black color on #E3C5D5 background.


White color preview on #E3C5D5 background

This text has white color on #E3C5D5 background.