COLOR #E5E1C2

HEX: #E5E1C2
RGB: (229,225,194)

Color info

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

RGB color model

#E5E1C2 color RGB value is (229,225,194).

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

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 194 of 255 = 76%

229
225
194

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 194 = 648 (100%)
R 229 of 648 ~ 35.34%
G 225 of 648 ~ 34.72%
B 194 of 648 ~ 29.94%

%35.34
%34.72
%29.94

CMYK color model

#E5E1C2 color CMYK value is (0,2,15,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(0,2,15,10)
C0M2Y15K10 
(0%,2%,15%,10%)
(0.00/0.02/0.15/0.10)	

CMYK percentages

%0
%1.75
%15.28
%10.2

Codes

Color #E5E1C2 in popluar color models

E5E1C2
RGB229225194
HSL53°40.23%82.94%
HSB/HSV53°15.28%89.80%
CMYK0.00%1.75%15.28%
10.20%

Color #E5E1C2 in popluar number systems.

HEXE5E1C2
Decimal229225194
Binary111001011110000111000010
Octal345341302

Shades and tints

Shades of #E5E1C2

#E5E1C2
(229,225,194)
#D1CDB1
(209,205,177)
#BDB9A0
(189,185,160)
#A9A58F
(169,165,143)
#95917E
(149,145,126)
#817D6D
(129,125,109)
#6D695C
(109,105,92)
#59554B
(89,85,75)
#45413A
(69,65,58)
#312D29
(49,45,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5E1C2

#E5E1C2
(229,225,194)
#E7E3C7
(231,227,199)
#E9E5CC
(233,229,204)
#EBE7D1
(235,231,209)
#EDE9D6
(237,233,214)
#EFEBDB
(239,235,219)
#F1EDE0
(241,237,224)
#F3EFE5
(243,239,229)
#F5F1EA
(245,241,234)
#F7F3EF
(247,243,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1C2; }

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

This text font color is #E5E1C2.


Background Color

.myBgColor { background-color: #E5E1C2; }

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

This div background color is #E5E1C2.


Border color

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

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

This div border color is #E5E1C2.


Opacity

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

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

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

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

This text has shadow with #E5E1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1C2 on black background.


Color preview on white background

This text has color #E5E1C2 on white background.



Black color preview on #E5E1C2 background

This text has black color on #E5E1C2 background.


White color preview on #E5E1C2 background

This text has white color on #E5E1C2 background.