COLOR #E2E6C3

HEX: #E2E6C3
RGB: (226,230,195)

Color info

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

RGB color model

#E2E6C3 color RGB value is (226,230,195).

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

RGB channels and saturation

R 226 of 255 = 89%
G 230 of 255 = 90%
B 195 of 255 = 76%

226
230
195

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

Portions of RGB colors in percentages

R + G + B =
226 + 230 + 195 = 651 (100%)
R 226 of 651 ~ 34.72%
G 230 of 651 ~ 35.33%
B 195 of 651 ~ 29.95%

%34.72
%35.33
%29.95

CMYK color model

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

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK:
(2,0,15,10)
C2M0Y15K10 
(2%,0%,15%,10%)
(0.02/0.00/0.15/0.10)	

CMYK percentages

%1.74
%0
%15.22
%9.8

Codes

Color #E2E6C3 in popluar color models

E2E6C3
RGB226230195
HSL67°41.18%83.33%
HSB/HSV67°15.22%90.20%
CMYK1.74%0.00%15.22%
9.80%

Color #E2E6C3 in popluar number systems.

HEXE2E6C3
Decimal226230195
Binary111000101110011011000011
Octal342346303

Shades and tints

Shades of #E2E6C3

#E2E6C3
(226,230,195)
#CED2B2
(206,210,178)
#BABEA1
(186,190,161)
#A6AA90
(166,170,144)
#92967F
(146,150,127)
#7E826E
(126,130,110)
#6A6E5D
(106,110,93)
#565A4C
(86,90,76)
#42463B
(66,70,59)
#2E322A
(46,50,42)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #E2E6C3

#E2E6C3
(226,230,195)
#E4E8C8
(228,232,200)
#E6EACD
(230,234,205)
#E8ECD2
(232,236,210)
#EAEED7
(234,238,215)
#ECF0DC
(236,240,220)
#EEF2E1
(238,242,225)
#F0F4E6
(240,244,230)
#F2F6EB
(242,246,235)
#F4F8F0
(244,248,240)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E6C3; }

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

This text font color is #E2E6C3.


Background Color

.myBgColor { background-color: #E2E6C3; }

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

This div background color is #E2E6C3.


Border color

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

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

This div border color is #E2E6C3.


Opacity

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

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

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

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

This text has shadow with #E2E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E6C3 on black background.


Color preview on white background

This text has color #E2E6C3 on white background.



Black color preview on #E2E6C3 background

This text has black color on #E2E6C3 background.


White color preview on #E2E6C3 background

This text has white color on #E2E6C3 background.