COLOR #E5E6C6

HEX: #E5E6C6
RGB: (229,230,198)

Color info

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

RGB color model

#E5E6C6 color RGB value is (229,230,198).

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

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 198 of 255 = 78%

229
230
198

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

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 198 = 657 (100%)
R 229 of 657 ~ 34.86%
G 230 of 657 ~ 35.01%
B 198 of 657 ~ 30.14%

%34.86
%35.01
%30.14

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(0,0,14,10)
C0M0Y14K10 
(0%,0%,14%,10%)
(0.00/0.00/0.14/0.10)	

CMYK percentages

%0.43
%0
%13.91
%9.8

Codes

Color #E5E6C6 in popluar color models

E5E6C6
RGB229230198
HSL62°39.02%83.92%
HSB/HSV62°13.91%90.20%
CMYK0.43%0.00%13.91%
9.80%

Color #E5E6C6 in popluar number systems.

HEXE5E6C6
Decimal229230198
Binary111001011110011011000110
Octal345346306

Shades and tints

Shades of #E5E6C6

#E5E6C6
(229,230,198)
#D1D2B4
(209,210,180)
#BDBEA2
(189,190,162)
#A9AA90
(169,170,144)
#95967E
(149,150,126)
#81826C
(129,130,108)
#6D6E5A
(109,110,90)
#595A48
(89,90,72)
#454636
(69,70,54)
#313224
(49,50,36)
#1D1E12
(29,30,18)
#000000
(0,0,0)

Tints of #E5E6C6

#E5E6C6
(229,230,198)
#E7E8CB
(231,232,203)
#E9EAD0
(233,234,208)
#EBECD5
(235,236,213)
#EDEEDA
(237,238,218)
#EFF0DF
(239,240,223)
#F1F2E4
(241,242,228)
#F3F4E9
(243,244,233)
#F5F6EE
(245,246,238)
#F7F8F3
(247,248,243)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E6C6; }

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

This text font color is #E5E6C6.


Background Color

.myBgColor { background-color: #E5E6C6; }

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

This div background color is #E5E6C6.


Border color

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

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

This div border color is #E5E6C6.


Opacity

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

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

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

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

This text has shadow with #E5E6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E6C6 on black background.


Color preview on white background

This text has color #E5E6C6 on white background.



Black color preview on #E5E6C6 background

This text has black color on #E5E6C6 background.


White color preview on #E5E6C6 background

This text has white color on #E5E6C6 background.