COLOR #E6ECBA

HEX: #E6ECBA
RGB: (230,236,186)

Color info

#E6ECBA contains red, green and blue colors in about the same proportion. Web safe color of #E6ECBA is #CCFFCC (or #CFC).

RGB color model

#E6ECBA color RGB value is (230,236,186).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 186 of 255 = 73%

230
236
186

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 186 = 652 (100%)
R 230 of 652 ~ 35.28%
G 236 of 652 ~ 36.2%
B 186 of 652 ~ 28.53%

%35.28
%36.2
%28.53

CMYK color model

#E6ECBA color CMYK value is (3,0,21,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(3,0,21,7)
C3M0Y21K7 
(3%,0%,21%,7%)
(0.03/0.00/0.21/0.07)	

CMYK percentages

%2.54
%0
%21.19
%7.45

Codes

Color #E6ECBA in popluar color models

E6ECBA
RGB230236186
HSL67°56.82%82.75%
HSB/HSV67°21.19%92.55%
CMYK2.54%0.00%21.19%
7.45%

Color #E6ECBA in popluar number systems.

HEXE6ECBA
Decimal230236186
Binary111001101110110010111010
Octal346354272

Shades and tints

Shades of #E6ECBA

#E6ECBA
(230,236,186)
#D2D7AA
(210,215,170)
#BEC29A
(190,194,154)
#AAAD8A
(170,173,138)
#96987A
(150,152,122)
#82836A
(130,131,106)
#6E6E5A
(110,110,90)
#5A594A
(90,89,74)
#46443A
(70,68,58)
#322F2A
(50,47,42)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6ECBA

#E6ECBA
(230,236,186)
#E8EDC0
(232,237,192)
#EAEEC6
(234,238,198)
#ECEFCC
(236,239,204)
#EEF0D2
(238,240,210)
#F0F1D8
(240,241,216)
#F2F2DE
(242,242,222)
#F4F3E4
(244,243,228)
#F6F4EA
(246,244,234)
#F8F5F0
(248,245,240)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECBA; }

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

This text font color is #E6ECBA.


Background Color

.myBgColor { background-color: #E6ECBA; }

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

This div background color is #E6ECBA.


Border color

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

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

This div border color is #E6ECBA.


Opacity

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

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

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

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

This text has shadow with #E6ECBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECBA on black background.


Color preview on white background

This text has color #E6ECBA on white background.



Black color preview on #E6ECBA background

This text has black color on #E6ECBA background.


White color preview on #E6ECBA background

This text has white color on #E6ECBA background.