COLOR #E6ECC6

HEX: #E6ECC6
RGB: (230,236,198)

Color info

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

RGB color model

#E6ECC6 color RGB value is (230,236,198).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 198 of 255 = 78%

230
236
198

R + G + B ~ 87%. #E6ECC6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 198 = 664 (100%)
R 230 of 664 ~ 34.64%
G 236 of 664 ~ 35.54%
B 198 of 664 ~ 29.82%

%34.64
%35.54
%29.82

CMYK color model

#E6ECC6 color CMYK value is (3,0,16,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(3,0,16,7)
C3M0Y16K7 
(3%,0%,16%,7%)
(0.03/0.00/0.16/0.07)	

CMYK percentages

%2.54
%0
%16.1
%7.45

Codes

Color #E6ECC6 in popluar color models

E6ECC6
RGB230236198
HSL69°50.00%85.10%
HSB/HSV69°16.10%92.55%
CMYK2.54%0.00%16.10%
7.45%

Color #E6ECC6 in popluar number systems.

HEXE6ECC6
Decimal230236198
Binary111001101110110011000110
Octal346354306

Shades and tints

Shades of #E6ECC6

#E6ECC6
(230,236,198)
#D2D7B4
(210,215,180)
#BEC2A2
(190,194,162)
#AAAD90
(170,173,144)
#96987E
(150,152,126)
#82836C
(130,131,108)
#6E6E5A
(110,110,90)
#5A5948
(90,89,72)
#464436
(70,68,54)
#322F24
(50,47,36)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #E6ECC6

#E6ECC6
(230,236,198)
#E8EDCB
(232,237,203)
#EAEED0
(234,238,208)
#ECEFD5
(236,239,213)
#EEF0DA
(238,240,218)
#F0F1DF
(240,241,223)
#F2F2E4
(242,242,228)
#F4F3E9
(244,243,233)
#F6F4EE
(246,244,238)
#F8F5F3
(248,245,243)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECC6; }

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

This text font color is #E6ECC6.


Background Color

.myBgColor { background-color: #E6ECC6; }

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

This div background color is #E6ECC6.


Border color

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

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

This div border color is #E6ECC6.


Opacity

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

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

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

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

This text has shadow with #E6ECC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECC6 on black background.


Color preview on white background

This text has color #E6ECC6 on white background.



Black color preview on #E6ECC6 background

This text has black color on #E6ECC6 background.


White color preview on #E6ECC6 background

This text has white color on #E6ECC6 background.