COLOR #E3CED0

HEX: #E3CED0
RGB: (227,206,208)

Color info

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

RGB color model

#E3CED0 color RGB value is (227,206,208).

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

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 208 of 255 = 82%

227
206
208

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 208 = 641 (100%)
R 227 of 641 ~ 35.41%
G 206 of 641 ~ 32.14%
B 208 of 641 ~ 32.45%

%35.41
%32.14
%32.45

CMYK color model

#E3CED0 color CMYK value is (0,9,8,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(0,9,8,11)
C0M9Y8K11 
(0%,9%,8%,11%)
(0.00/0.09/0.08/0.11)	

CMYK percentages

%0
%9.25
%8.37
%10.98

Codes

Color #E3CED0 in popluar color models

E3CED0
RGB227206208
HSL354°27.27%84.90%
HSB/HSV354°9.25%89.02%
CMYK0.00%9.25%8.37%
10.98%

Color #E3CED0 in popluar number systems.

HEXE3CED0
Decimal227206208
Binary111000111100111011010000
Octal343316320

Shades and tints

Shades of #E3CED0

#E3CED0
(227,206,208)
#CFBCBE
(207,188,190)
#BBAAAC
(187,170,172)
#A7989A
(167,152,154)
#938688
(147,134,136)
#7F7476
(127,116,118)
#6B6264
(107,98,100)
#575052
(87,80,82)
#433E40
(67,62,64)
#2F2C2E
(47,44,46)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #E3CED0

#E3CED0
(227,206,208)
#E5D2D4
(229,210,212)
#E7D6D8
(231,214,216)
#E9DADC
(233,218,220)
#EBDEE0
(235,222,224)
#EDE2E4
(237,226,228)
#EFE6E8
(239,230,232)
#F1EAEC
(241,234,236)
#F3EEF0
(243,238,240)
#F5F2F4
(245,242,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CED0; }

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

This text font color is #E3CED0.


Background Color

.myBgColor { background-color: #E3CED0; }

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

This div background color is #E3CED0.


Border color

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

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

This div border color is #E3CED0.


Opacity

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

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

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

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

This text has shadow with #E3CED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CED0 on black background.


Color preview on white background

This text has color #E3CED0 on white background.



Black color preview on #E3CED0 background

This text has black color on #E3CED0 background.


White color preview on #E3CED0 background

This text has white color on #E3CED0 background.