COLOR #E6ECC0

HEX: #E6ECC0
RGB: (230,236,192)

Color info

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

RGB color model

#E6ECC0 color RGB value is (230,236,192).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 192 of 255 = 75%

230
236
192

R + G + B ~ 86%. #E6ECC0 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 192 = 658 (100%)
R 230 of 658 ~ 34.95%
G 236 of 658 ~ 35.87%
B 192 of 658 ~ 29.18%

%34.95
%35.87
%29.18

CMYK color model

#E6ECC0 color CMYK value is (3,0,19,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK:
(3,0,19,7)
C3M0Y19K7 
(3%,0%,19%,7%)
(0.03/0.00/0.19/0.07)	

CMYK percentages

%2.54
%0
%18.64
%7.45

Codes

Color #E6ECC0 in popluar color models

E6ECC0
RGB230236192
HSL68°53.66%83.92%
HSB/HSV68°18.64%92.55%
CMYK2.54%0.00%18.64%
7.45%

Color #E6ECC0 in popluar number systems.

HEXE6ECC0
Decimal230236192
Binary111001101110110011000000
Octal346354300

Shades and tints

Shades of #E6ECC0

#E6ECC0
(230,236,192)
#D2D7AF
(210,215,175)
#BEC29E
(190,194,158)
#AAAD8D
(170,173,141)
#96987C
(150,152,124)
#82836B
(130,131,107)
#6E6E5A
(110,110,90)
#5A5949
(90,89,73)
#464438
(70,68,56)
#322F27
(50,47,39)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6ECC0

#E6ECC0
(230,236,192)
#E8EDC5
(232,237,197)
#EAEECA
(234,238,202)
#ECEFCF
(236,239,207)
#EEF0D4
(238,240,212)
#F0F1D9
(240,241,217)
#F2F2DE
(242,242,222)
#F4F3E3
(244,243,227)
#F6F4E8
(246,244,232)
#F8F5ED
(248,245,237)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECC0; }

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

This text font color is #E6ECC0.


Background Color

.myBgColor { background-color: #E6ECC0; }

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

This div background color is #E6ECC0.


Border color

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

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

This div border color is #E6ECC0.


Opacity

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

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

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

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

This text has shadow with #E6ECC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECC0 on black background.


Color preview on white background

This text has color #E6ECC0 on white background.



Black color preview on #E6ECC0 background

This text has black color on #E6ECC0 background.


White color preview on #E6ECC0 background

This text has white color on #E6ECC0 background.