COLOR #E2E6C0

HEX: #E2E6C0
RGB: (226,230,192)

Color info

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

RGB color model

#E2E6C0 color RGB value is (226,230,192).

  • red value is 226;
  • green value is 230;
  • blue value is 192.
RGB:
(226,230,192)
(89%,90%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 230 of 255 = 90%
B 192 of 255 = 75%

226
230
192

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

Portions of RGB colors in percentages

R + G + B =
226 + 230 + 192 = 648 (100%)
R 226 of 648 ~ 34.88%
G 230 of 648 ~ 35.49%
B 192 of 648 ~ 29.63%

%34.88
%35.49
%29.63

CMYK color model

#E2E6C0 color CMYK value is (2,0,17,10).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(2,0,17,10)
C2M0Y17K10 
(2%,0%,17%,10%)
(0.02/0.00/0.17/0.10)	

CMYK percentages

%1.74
%0
%16.52
%9.8

Codes

Color #E2E6C0 in popluar color models

E2E6C0
RGB226230192
HSL66°43.18%82.75%
HSB/HSV66°16.52%90.20%
CMYK1.74%0.00%16.52%
9.80%

Color #E2E6C0 in popluar number systems.

HEXE2E6C0
Decimal226230192
Binary111000101110011011000000
Octal342346300

Shades and tints

Shades of #E2E6C0

#E2E6C0
(226,230,192)
#CED2AF
(206,210,175)
#BABE9E
(186,190,158)
#A6AA8D
(166,170,141)
#92967C
(146,150,124)
#7E826B
(126,130,107)
#6A6E5A
(106,110,90)
#565A49
(86,90,73)
#424638
(66,70,56)
#2E3227
(46,50,39)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #E2E6C0

#E2E6C0
(226,230,192)
#E4E8C5
(228,232,197)
#E6EACA
(230,234,202)
#E8ECCF
(232,236,207)
#EAEED4
(234,238,212)
#ECF0D9
(236,240,217)
#EEF2DE
(238,242,222)
#F0F4E3
(240,244,227)
#F2F6E8
(242,246,232)
#F4F8ED
(244,248,237)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E6C0 color. Also use rgb(226,230,192) instead hex code.

Text Font Color

.myTextColor { color: #E2E6C0; }

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

This text font color is #E2E6C0.


Background Color

.myBgColor { background-color: #E2E6C0; }

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

This div background color is #E2E6C0.


Border color

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

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

This div border color is #E2E6C0.


Opacity

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

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

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

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

This text has shadow with #E2E6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E6C0 on black background.


Color preview on white background

This text has color #E2E6C0 on white background.



Black color preview on #E2E6C0 background

This text has black color on #E2E6C0 background.


White color preview on #E2E6C0 background

This text has white color on #E2E6C0 background.