COLOR #E2CED2

HEX: #E2CED2
RGB: (226,206,210)

Color info

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

RGB color model

#E2CED2 color RGB value is (226,206,210).

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

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 210 of 255 = 82%

226
206
210

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

Portions of RGB colors in percentages

R + G + B =
226 + 206 + 210 = 642 (100%)
R 226 of 642 ~ 35.2%
G 206 of 642 ~ 32.09%
B 210 of 642 ~ 32.71%

%35.2
%32.09
%32.71

CMYK color model

#E2CED2 color CMYK value is (0,9,7,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(0,9,7,11)
C0M9Y7K11 
(0%,9%,7%,11%)
(0.00/0.09/0.07/0.11)	

CMYK percentages

%0
%8.85
%7.08
%11.37

Codes

Color #E2CED2 in popluar color models

E2CED2
RGB226206210
HSL348°25.64%84.71%
HSB/HSV348°8.85%88.63%
CMYK0.00%8.85%7.08%
11.37%

Color #E2CED2 in popluar number systems.

HEXE2CED2
Decimal226206210
Binary111000101100111011010010
Octal342316322

Shades and tints

Shades of #E2CED2

#E2CED2
(226,206,210)
#CEBCBF
(206,188,191)
#BAAAAC
(186,170,172)
#A69899
(166,152,153)
#928686
(146,134,134)
#7E7473
(126,116,115)
#6A6260
(106,98,96)
#56504D
(86,80,77)
#423E3A
(66,62,58)
#2E2C27
(46,44,39)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2CED2

#E2CED2
(226,206,210)
#E4D2D6
(228,210,214)
#E6D6DA
(230,214,218)
#E8DADE
(232,218,222)
#EADEE2
(234,222,226)
#ECE2E6
(236,226,230)
#EEE6EA
(238,230,234)
#F0EAEE
(240,234,238)
#F2EEF2
(242,238,242)
#F4F2F6
(244,242,246)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CED2 color. Also use rgb(226,206,210) instead hex code.

Text Font Color

.myTextColor { color: #E2CED2; }

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

This text font color is #E2CED2.


Background Color

.myBgColor { background-color: #E2CED2; }

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

This div background color is #E2CED2.


Border color

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

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

This div border color is #E2CED2.


Opacity

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

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

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

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

This text has shadow with #E2CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CED2 on black background.


Color preview on white background

This text has color #E2CED2 on white background.



Black color preview on #E2CED2 background

This text has black color on #E2CED2 background.


White color preview on #E2CED2 background

This text has white color on #E2CED2 background.