COLOR #E5E3C6

HEX: #E5E3C6
RGB: (229,227,198)

Color info

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

RGB color model

#E5E3C6 color RGB value is (229,227,198).

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

RGB channels and saturation

R 229 of 255 = 90%
G 227 of 255 = 89%
B 198 of 255 = 78%

229
227
198

R + G + B ~ 86%. #E5E3C6 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 227 + 198 = 654 (100%)
R 229 of 654 ~ 35.02%
G 227 of 654 ~ 34.71%
B 198 of 654 ~ 30.28%

%35.02
%34.71
%30.28

CMYK color model

#E5E3C6 color CMYK value is (0,1,14,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK:
(0,1,14,10)
C0M1Y14K10 
(0%,1%,14%,10%)
(0.00/0.01/0.14/0.10)	

CMYK percentages

%0
%0.87
%13.54
%10.2

Codes

Color #E5E3C6 in popluar color models

E5E3C6
RGB229227198
HSL56°37.35%83.73%
HSB/HSV56°13.54%89.80%
CMYK0.00%0.87%13.54%
10.20%

Color #E5E3C6 in popluar number systems.

HEXE5E3C6
Decimal229227198
Binary111001011110001111000110
Octal345343306

Shades and tints

Shades of #E5E3C6

#E5E3C6
(229,227,198)
#D1CFB4
(209,207,180)
#BDBBA2
(189,187,162)
#A9A790
(169,167,144)
#95937E
(149,147,126)
#817F6C
(129,127,108)
#6D6B5A
(109,107,90)
#595748
(89,87,72)
#454336
(69,67,54)
#312F24
(49,47,36)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #E5E3C6

#E5E3C6
(229,227,198)
#E7E5CB
(231,229,203)
#E9E7D0
(233,231,208)
#EBE9D5
(235,233,213)
#EDEBDA
(237,235,218)
#EFEDDF
(239,237,223)
#F1EFE4
(241,239,228)
#F3F1E9
(243,241,233)
#F5F3EE
(245,243,238)
#F7F5F3
(247,245,243)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E3C6; }

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

This text font color is #E5E3C6.


Background Color

.myBgColor { background-color: #E5E3C6; }

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

This div background color is #E5E3C6.


Border color

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

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

This div border color is #E5E3C6.


Opacity

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

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

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

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

This text has shadow with #E5E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E3C6 on black background.


Color preview on white background

This text has color #E5E3C6 on white background.



Black color preview on #E5E3C6 background

This text has black color on #E5E3C6 background.


White color preview on #E5E3C6 background

This text has white color on #E5E3C6 background.