COLOR #E6E2C0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
226
192

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

Portions of RGB colors in percentages

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

%35.49
%34.88
%29.63

CMYK color model

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

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

CMYK percentages

%0
%1.74
%16.52
%9.8

Codes

Color #E6E2C0 in popluar color models

E6E2C0
RGB230226192
HSL54°43.18%82.75%
HSB/HSV54°16.52%90.20%
CMYK0.00%1.74%16.52%
9.80%

Color #E6E2C0 in popluar number systems.

HEXE6E2C0
Decimal230226192
Binary111001101110001011000000
Octal346342300

Shades and tints

Shades of #E6E2C0

#E6E2C0
(230,226,192)
#D2CEAF
(210,206,175)
#BEBA9E
(190,186,158)
#AAA68D
(170,166,141)
#96927C
(150,146,124)
#827E6B
(130,126,107)
#6E6A5A
(110,106,90)
#5A5649
(90,86,73)
#464238
(70,66,56)
#322E27
(50,46,39)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6E2C0

#E6E2C0
(230,226,192)
#E8E4C5
(232,228,197)
#EAE6CA
(234,230,202)
#ECE8CF
(236,232,207)
#EEEAD4
(238,234,212)
#F0ECD9
(240,236,217)
#F2EEDE
(242,238,222)
#F4F0E3
(244,240,227)
#F6F2E8
(246,242,232)
#F8F4ED
(248,244,237)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2C0; }

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

This text font color is #E6E2C0.


Background Color

.myBgColor { background-color: #E6E2C0; }

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

This div background color is #E6E2C0.


Border color

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

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

This div border color is #E6E2C0.


Opacity

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

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

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

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

This text has shadow with #E6E2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2C0 on black background.


Color preview on white background

This text has color #E6E2C0 on white background.



Black color preview on #E6E2C0 background

This text has black color on #E6E2C0 background.


White color preview on #E6E2C0 background

This text has white color on #E6E2C0 background.