COLOR #E6C097

HEX: #E6C097
RGB: (230,192,151)

Color info

#E6C097 contains mainly red and green colors. Web safe color of #E6C097 is #CCCC99 (or #CC9).

RGB color model

#E6C097 color RGB value is (230,192,151).

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

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 151 of 255 = 59%

230
192
151

R + G + B ~ 75%. #E6C097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 151 = 573 (100%)
R 230 of 573 ~ 40.14%
G 192 of 573 ~ 33.51%
B 151 of 573 ~ 26.35%

%40.14
%33.51
%26.35

CMYK color model

#E6C097 color CMYK value is (0,17,34,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(0,17,34,10)
C0M17Y34K10 
(0%,17%,34%,10%)
(0.00/0.17/0.34/0.10)	

CMYK percentages

%0
%16.52
%34.35
%9.8

Codes

Color #E6C097 in popluar color models

E6C097
RGB230192151
HSL31°61.24%74.71%
HSB/HSV31°34.35%90.20%
CMYK0.00%16.52%34.35%
9.80%

Color #E6C097 in popluar number systems.

HEXE6C097
Decimal230192151
Binary111001101100000010010111
Octal346300227

Shades and tints

Shades of #E6C097

#E6C097
(230,192,151)
#D2AF8A
(210,175,138)
#BE9E7D
(190,158,125)
#AA8D70
(170,141,112)
#967C63
(150,124,99)
#826B56
(130,107,86)
#6E5A49
(110,90,73)
#5A493C
(90,73,60)
#46382F
(70,56,47)
#322722
(50,39,34)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6C097

#E6C097
(230,192,151)
#E8C5A0
(232,197,160)
#EACAA9
(234,202,169)
#ECCFB2
(236,207,178)
#EED4BB
(238,212,187)
#F0D9C4
(240,217,196)
#F2DECD
(242,222,205)
#F4E3D6
(244,227,214)
#F6E8DF
(246,232,223)
#F8EDE8
(248,237,232)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C097; }

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

This text font color is #E6C097.


Background Color

.myBgColor { background-color: #E6C097; }

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

This div background color is #E6C097.


Border color

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

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

This div border color is #E6C097.


Opacity

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

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

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

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

This text has shadow with #E6C097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C097 on black background.


Color preview on white background

This text has color #E6C097 on white background.



Black color preview on #E6C097 background

This text has black color on #E6C097 background.


White color preview on #E6C097 background

This text has white color on #E6C097 background.