COLOR #E3CED7

HEX: #E3CED7
RGB: (227,206,215)

Color info

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

RGB color model

#E3CED7 color RGB value is (227,206,215).

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

RGB channels and saturation

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

227
206
215

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 215 = 648 (100%)
R 227 of 648 ~ 35.03%
G 206 of 648 ~ 31.79%
B 215 of 648 ~ 33.18%

%35.03
%31.79
%33.18

CMYK color model

#E3CED7 color CMYK value is (0,9,5,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK:
(0,9,5,11)
C0M9Y5K11 
(0%,9%,5%,11%)
(0.00/0.09/0.05/0.11)	

CMYK percentages

%0
%9.25
%5.29
%10.98

Codes

Color #E3CED7 in popluar color models

E3CED7
RGB227206215
HSL334°27.27%84.90%
HSB/HSV334°9.25%89.02%
CMYK0.00%9.25%5.29%
10.98%

Color #E3CED7 in popluar number systems.

HEXE3CED7
Decimal227206215
Binary111000111100111011010111
Octal343316327

Shades and tints

Shades of #E3CED7

#E3CED7
(227,206,215)
#CFBCC4
(207,188,196)
#BBAAB1
(187,170,177)
#A7989E
(167,152,158)
#93868B
(147,134,139)
#7F7478
(127,116,120)
#6B6265
(107,98,101)
#575052
(87,80,82)
#433E3F
(67,62,63)
#2F2C2C
(47,44,44)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3CED7

#E3CED7
(227,206,215)
#E5D2DA
(229,210,218)
#E7D6DD
(231,214,221)
#E9DAE0
(233,218,224)
#EBDEE3
(235,222,227)
#EDE2E6
(237,226,230)
#EFE6E9
(239,230,233)
#F1EAEC
(241,234,236)
#F3EEEF
(243,238,239)
#F5F2F2
(245,242,242)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CED7; }

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

This text font color is #E3CED7.


Background Color

.myBgColor { background-color: #E3CED7; }

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

This div background color is #E3CED7.


Border color

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

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

This div border color is #E3CED7.


Opacity

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

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

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

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

This text has shadow with #E3CED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CED7 on black background.


Color preview on white background

This text has color #E3CED7 on white background.



Black color preview on #E3CED7 background

This text has black color on #E3CED7 background.


White color preview on #E3CED7 background

This text has white color on #E3CED7 background.