COLOR #E2CDC5

HEX: #E2CDC5
RGB: (226,205,197)

Color info

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

RGB color model

#E2CDC5 color RGB value is (226,205,197).

  • red value is 226;
  • green value is 205;
  • blue value is 197.
RGB:
(226,205,197)
(89%,80%,77%)

RGB channels and saturation

R 226 of 255 = 89%
G 205 of 255 = 80%
B 197 of 255 = 77%

226
205
197

R + G + B ~ 82%. #E2CDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 205 + 197 = 628 (100%)
R 226 of 628 ~ 35.99%
G 205 of 628 ~ 32.64%
B 197 of 628 ~ 31.37%

%35.99
%32.64
%31.37

CMYK color model

#E2CDC5 color CMYK value is (0,9,13,11).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(0,9,13,11)
C0M9Y13K11 
(0%,9%,13%,11%)
(0.00/0.09/0.13/0.11)	

CMYK percentages

%0
%9.29
%12.83
%11.37

Codes

Color #E2CDC5 in popluar color models

E2CDC5
RGB226205197
HSL17°33.33%82.94%
HSB/HSV17°12.83%88.63%
CMYK0.00%9.29%12.83%
11.37%

Color #E2CDC5 in popluar number systems.

HEXE2CDC5
Decimal226205197
Binary111000101100110111000101
Octal342315305

Shades and tints

Shades of #E2CDC5

#E2CDC5
(226,205,197)
#CEBBB4
(206,187,180)
#BAA9A3
(186,169,163)
#A69792
(166,151,146)
#928581
(146,133,129)
#7E7370
(126,115,112)
#6A615F
(106,97,95)
#564F4E
(86,79,78)
#423D3D
(66,61,61)
#2E2B2C
(46,43,44)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #E2CDC5

#E2CDC5
(226,205,197)
#E4D1CA
(228,209,202)
#E6D5CF
(230,213,207)
#E8D9D4
(232,217,212)
#EADDD9
(234,221,217)
#ECE1DE
(236,225,222)
#EEE5E3
(238,229,227)
#F0E9E8
(240,233,232)
#F2EDED
(242,237,237)
#F4F1F2
(244,241,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CDC5 color. Also use rgb(226,205,197) instead hex code.

Text Font Color

.myTextColor { color: #E2CDC5; }

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

This text font color is #E2CDC5.


Background Color

.myBgColor { background-color: #E2CDC5; }

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

This div background color is #E2CDC5.


Border color

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

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

This div border color is #E2CDC5.


Opacity

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

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

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

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

This text has shadow with #E2CDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CDC5 on black background.


Color preview on white background

This text has color #E2CDC5 on white background.



Black color preview on #E2CDC5 background

This text has black color on #E2CDC5 background.


White color preview on #E2CDC5 background

This text has white color on #E2CDC5 background.