COLOR #E6ECA0

HEX: #E6ECA0
RGB: (230,236,160)

Color info

#E6ECA0 contains mainly red and green colors. Web safe color of #E6ECA0 is #CCFF99 (or #CF9).

RGB color model

#E6ECA0 color RGB value is (230,236,160).

  • red value is 230;
  • green value is 236;
  • blue value is 160.
RGB:
(230,236,160)
(90%,93%,63%)

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 160 of 255 = 63%

230
236
160

R + G + B ~ 82%. #E6ECA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 160 = 626 (100%)
R 230 of 626 ~ 36.74%
G 236 of 626 ~ 37.7%
B 160 of 626 ~ 25.56%

%36.74
%37.7
%25.56

CMYK color model

#E6ECA0 color CMYK value is (3,0,32,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 7.45%
CMYK:
(3,0,32,7)
C3M0Y32K7 
(3%,0%,32%,7%)
(0.03/0.00/0.32/0.07)	

CMYK percentages

%2.54
%0
%32.2
%7.45

Codes

Color #E6ECA0 in popluar color models

E6ECA0
RGB230236160
HSL65°66.67%77.65%
HSB/HSV65°32.20%92.55%
CMYK2.54%0.00%32.20%
7.45%

Color #E6ECA0 in popluar number systems.

HEXE6ECA0
Decimal230236160
Binary111001101110110010100000
Octal346354240

Shades and tints

Shades of #E6ECA0

#E6ECA0
(230,236,160)
#D2D792
(210,215,146)
#BEC284
(190,194,132)
#AAAD76
(170,173,118)
#969868
(150,152,104)
#82835A
(130,131,90)
#6E6E4C
(110,110,76)
#5A593E
(90,89,62)
#464430
(70,68,48)
#322F22
(50,47,34)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #E6ECA0

#E6ECA0
(230,236,160)
#E8EDA8
(232,237,168)
#EAEEB0
(234,238,176)
#ECEFB8
(236,239,184)
#EEF0C0
(238,240,192)
#F0F1C8
(240,241,200)
#F2F2D0
(242,242,208)
#F4F3D8
(244,243,216)
#F6F4E0
(246,244,224)
#F8F5E8
(248,245,232)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ECA0 color. Also use rgb(230,236,160) instead hex code.

Text Font Color

.myTextColor { color: #E6ECA0; }

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

This text font color is #E6ECA0.


Background Color

.myBgColor { background-color: #E6ECA0; }

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

This div background color is #E6ECA0.


Border color

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

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

This div border color is #E6ECA0.


Opacity

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

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

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

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

This text has shadow with #E6ECA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECA0 on black background.


Color preview on white background

This text has color #E6ECA0 on white background.



Black color preview on #E6ECA0 background

This text has black color on #E6ECA0 background.


White color preview on #E6ECA0 background

This text has white color on #E6ECA0 background.