COLOR #E3CDD5

HEX: #E3CDD5
RGB: (227,205,213)

Color info

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

RGB color model

#E3CDD5 color RGB value is (227,205,213).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 213 of 255 = 84%

227
205
213

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

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 213 = 645 (100%)
R 227 of 645 ~ 35.19%
G 205 of 645 ~ 31.78%
B 213 of 645 ~ 33.02%

%35.19
%31.78
%33.02

CMYK color model

#E3CDD5 color CMYK value is (0,10,6,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,10,6,11)
C0M10Y6K11 
(0%,10%,6%,11%)
(0.00/0.10/0.06/0.11)	

CMYK percentages

%0
%9.69
%6.17
%10.98

Codes

Color #E3CDD5 in popluar color models

E3CDD5
RGB227205213
HSL338°28.21%84.71%
HSB/HSV338°9.69%89.02%
CMYK0.00%9.69%6.17%
10.98%

Color #E3CDD5 in popluar number systems.

HEXE3CDD5
Decimal227205213
Binary111000111100110111010101
Octal343315325

Shades and tints

Shades of #E3CDD5

#E3CDD5
(227,205,213)
#CFBBC2
(207,187,194)
#BBA9AF
(187,169,175)
#A7979C
(167,151,156)
#938589
(147,133,137)
#7F7376
(127,115,118)
#6B6163
(107,97,99)
#574F50
(87,79,80)
#433D3D
(67,61,61)
#2F2B2A
(47,43,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3CDD5

#E3CDD5
(227,205,213)
#E5D1D8
(229,209,216)
#E7D5DB
(231,213,219)
#E9D9DE
(233,217,222)
#EBDDE1
(235,221,225)
#EDE1E4
(237,225,228)
#EFE5E7
(239,229,231)
#F1E9EA
(241,233,234)
#F3EDED
(243,237,237)
#F5F1F0
(245,241,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDD5; }

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

This text font color is #E3CDD5.


Background Color

.myBgColor { background-color: #E3CDD5; }

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

This div background color is #E3CDD5.


Border color

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

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

This div border color is #E3CDD5.


Opacity

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

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

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

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

This text has shadow with #E3CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDD5 on black background.


Color preview on white background

This text has color #E3CDD5 on white background.



Black color preview on #E3CDD5 background

This text has black color on #E3CDD5 background.


White color preview on #E3CDD5 background

This text has white color on #E3CDD5 background.