COLOR #E6E9C1

HEX: #E6E9C1
RGB: (230,233,193)

Color info

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

RGB color model

#E6E9C1 color RGB value is (230,233,193).

  • red value is 230;
  • green value is 233;
  • blue value is 193.
RGB:
(230,233,193)
(90%,91%,76%)

RGB channels and saturation

R 230 of 255 = 90%
G 233 of 255 = 91%
B 193 of 255 = 76%

230
233
193

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

Portions of RGB colors in percentages

R + G + B =
230 + 233 + 193 = 656 (100%)
R 230 of 656 ~ 35.06%
G 233 of 656 ~ 35.52%
B 193 of 656 ~ 29.42%

%35.06
%35.52
%29.42

CMYK color model

#E6E9C1 color CMYK value is (1,0,17,9).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 8.63%
CMYK:
(1,0,17,9)
C1M0Y17K9 
(1%,0%,17%,9%)
(0.01/0.00/0.17/0.09)	

CMYK percentages

%1.29
%0
%17.17
%8.63

Codes

Color #E6E9C1 in popluar color models

E6E9C1
RGB230233193
HSL65°47.62%83.53%
HSB/HSV65°17.17%91.37%
CMYK1.29%0.00%17.17%
8.63%

Color #E6E9C1 in popluar number systems.

HEXE6E9C1
Decimal230233193
Binary111001101110100111000001
Octal346351301

Shades and tints

Shades of #E6E9C1

#E6E9C1
(230,233,193)
#D2D4B0
(210,212,176)
#BEBF9F
(190,191,159)
#AAAA8E
(170,170,142)
#96957D
(150,149,125)
#82806C
(130,128,108)
#6E6B5B
(110,107,91)
#5A564A
(90,86,74)
#464139
(70,65,57)
#322C28
(50,44,40)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6E9C1

#E6E9C1
(230,233,193)
#E8EBC6
(232,235,198)
#EAEDCB
(234,237,203)
#ECEFD0
(236,239,208)
#EEF1D5
(238,241,213)
#F0F3DA
(240,243,218)
#F2F5DF
(242,245,223)
#F4F7E4
(244,247,228)
#F6F9E9
(246,249,233)
#F8FBEE
(248,251,238)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E9C1 color. Also use rgb(230,233,193) instead hex code.

Text Font Color

.myTextColor { color: #E6E9C1; }

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

This text font color is #E6E9C1.


Background Color

.myBgColor { background-color: #E6E9C1; }

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

This div background color is #E6E9C1.


Border color

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

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

This div border color is #E6E9C1.


Opacity

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

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

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

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

This text has shadow with #E6E9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9C1 on black background.


Color preview on white background

This text has color #E6E9C1 on white background.



Black color preview on #E6E9C1 background

This text has black color on #E6E9C1 background.


White color preview on #E6E9C1 background

This text has white color on #E6E9C1 background.