COLOR #E5E1C6

HEX: #E5E1C6
RGB: (229,225,198)

Color info

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

RGB color model

#E5E1C6 color RGB value is (229,225,198).

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

RGB channels and saturation

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

229
225
198

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 198 = 652 (100%)
R 229 of 652 ~ 35.12%
G 225 of 652 ~ 34.51%
B 198 of 652 ~ 30.37%

%35.12
%34.51
%30.37

CMYK color model

#E5E1C6 color CMYK value is (0,2,14,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK:
(0,2,14,10)
C0M2Y14K10 
(0%,2%,14%,10%)
(0.00/0.02/0.14/0.10)	

CMYK percentages

%0
%1.75
%13.54
%10.2

Codes

Color #E5E1C6 in popluar color models

E5E1C6
RGB229225198
HSL52°37.35%83.73%
HSB/HSV52°13.54%89.80%
CMYK0.00%1.75%13.54%
10.20%

Color #E5E1C6 in popluar number systems.

HEXE5E1C6
Decimal229225198
Binary111001011110000111000110
Octal345341306

Shades and tints

Shades of #E5E1C6

#E5E1C6
(229,225,198)
#D1CDB4
(209,205,180)
#BDB9A2
(189,185,162)
#A9A590
(169,165,144)
#95917E
(149,145,126)
#817D6C
(129,125,108)
#6D695A
(109,105,90)
#595548
(89,85,72)
#454136
(69,65,54)
#312D24
(49,45,36)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #E5E1C6

#E5E1C6
(229,225,198)
#E7E3CB
(231,227,203)
#E9E5D0
(233,229,208)
#EBE7D5
(235,231,213)
#EDE9DA
(237,233,218)
#EFEBDF
(239,235,223)
#F1EDE4
(241,237,228)
#F3EFE9
(243,239,233)
#F5F1EE
(245,241,238)
#F7F3F3
(247,243,243)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1C6; }

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

This text font color is #E5E1C6.


Background Color

.myBgColor { background-color: #E5E1C6; }

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

This div background color is #E5E1C6.


Border color

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

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

This div border color is #E5E1C6.


Opacity

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

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

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

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

This text has shadow with #E5E1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1C6 on black background.


Color preview on white background

This text has color #E5E1C6 on white background.



Black color preview on #E5E1C6 background

This text has black color on #E5E1C6 background.


White color preview on #E5E1C6 background

This text has white color on #E5E1C6 background.