COLOR #E5E1C7

HEX: #E5E1C7
RGB: (229,225,199)

Color info

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

RGB color model

#E5E1C7 color RGB value is (229,225,199).

  • red value is 229;
  • green value is 225;
  • blue value is 199.
RGB:
(229,225,199)
(90%,88%,78%)

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 199 of 255 = 78%

229
225
199

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 199 = 653 (100%)
R 229 of 653 ~ 35.07%
G 225 of 653 ~ 34.46%
B 199 of 653 ~ 30.47%

%35.07
%34.46
%30.47

CMYK color model

#E5E1C7 color CMYK value is (0,2,13,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(0,2,13,10)
C0M2Y13K10 
(0%,2%,13%,10%)
(0.00/0.02/0.13/0.10)	

CMYK percentages

%0
%1.75
%13.1
%10.2

Codes

Color #E5E1C7 in popluar color models

E5E1C7
RGB229225199
HSL52°36.59%83.92%
HSB/HSV52°13.10%89.80%
CMYK0.00%1.75%13.10%
10.20%

Color #E5E1C7 in popluar number systems.

HEXE5E1C7
Decimal229225199
Binary111001011110000111000111
Octal345341307

Shades and tints

Shades of #E5E1C7

#E5E1C7
(229,225,199)
#D1CDB5
(209,205,181)
#BDB9A3
(189,185,163)
#A9A591
(169,165,145)
#95917F
(149,145,127)
#817D6D
(129,125,109)
#6D695B
(109,105,91)
#595549
(89,85,73)
#454137
(69,65,55)
#312D25
(49,45,37)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #E5E1C7

#E5E1C7
(229,225,199)
#E7E3CC
(231,227,204)
#E9E5D1
(233,229,209)
#EBE7D6
(235,231,214)
#EDE9DB
(237,233,219)
#EFEBE0
(239,235,224)
#F1EDE5
(241,237,229)
#F3EFEA
(243,239,234)
#F5F1EF
(245,241,239)
#F7F3F4
(247,243,244)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E1C7 color. Also use rgb(229,225,199) instead hex code.

Text Font Color

.myTextColor { color: #E5E1C7; }

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

This text font color is #E5E1C7.


Background Color

.myBgColor { background-color: #E5E1C7; }

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

This div background color is #E5E1C7.


Border color

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

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

This div border color is #E5E1C7.


Opacity

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

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

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

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

This text has shadow with #E5E1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1C7 on black background.


Color preview on white background

This text has color #E5E1C7 on white background.



Black color preview on #E5E1C7 background

This text has black color on #E5E1C7 background.


White color preview on #E5E1C7 background

This text has white color on #E5E1C7 background.