COLOR #E3CED5

HEX: #E3CED5
RGB: (227,206,213)

Color info

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

RGB color model

#E3CED5 color RGB value is (227,206,213).

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

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 213 of 255 = 84%

227
206
213

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 213 = 646 (100%)
R 227 of 646 ~ 35.14%
G 206 of 646 ~ 31.89%
B 213 of 646 ~ 32.97%

%35.14
%31.89
%32.97

CMYK color model

#E3CED5 color CMYK value is (0,9,6,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,9,6,11)
C0M9Y6K11 
(0%,9%,6%,11%)
(0.00/0.09/0.06/0.11)	

CMYK percentages

%0
%9.25
%6.17
%10.98

Codes

Color #E3CED5 in popluar color models

E3CED5
RGB227206213
HSL340°27.27%84.90%
HSB/HSV340°9.25%89.02%
CMYK0.00%9.25%6.17%
10.98%

Color #E3CED5 in popluar number systems.

HEXE3CED5
Decimal227206213
Binary111000111100111011010101
Octal343316325

Shades and tints

Shades of #E3CED5

#E3CED5
(227,206,213)
#CFBCC2
(207,188,194)
#BBAAAF
(187,170,175)
#A7989C
(167,152,156)
#938689
(147,134,137)
#7F7476
(127,116,118)
#6B6263
(107,98,99)
#575050
(87,80,80)
#433E3D
(67,62,61)
#2F2C2A
(47,44,42)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #E3CED5

#E3CED5
(227,206,213)
#E5D2D8
(229,210,216)
#E7D6DB
(231,214,219)
#E9DADE
(233,218,222)
#EBDEE1
(235,222,225)
#EDE2E4
(237,226,228)
#EFE6E7
(239,230,231)
#F1EAEA
(241,234,234)
#F3EEED
(243,238,237)
#F5F2F0
(245,242,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CED5; }

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

This text font color is #E3CED5.


Background Color

.myBgColor { background-color: #E3CED5; }

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

This div background color is #E3CED5.


Border color

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

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

This div border color is #E3CED5.


Opacity

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

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

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

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

This text has shadow with #E3CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CED5 on black background.


Color preview on white background

This text has color #E3CED5 on white background.



Black color preview on #E3CED5 background

This text has black color on #E3CED5 background.


White color preview on #E3CED5 background

This text has white color on #E3CED5 background.