COLOR #E2C697

HEX: #E2C697
RGB: (226,198,151)

Color info

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

RGB color model

#E2C697 color RGB value is (226,198,151).

  • red value is 226;
  • green value is 198;
  • blue value is 151.
RGB:
(226,198,151)
(89%,78%,59%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 151 of 255 = 59%

226
198
151

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

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 151 = 575 (100%)
R 226 of 575 ~ 39.3%
G 198 of 575 ~ 34.43%
B 151 of 575 ~ 26.26%

%39.3
%34.43
%26.26

CMYK color model

#E2C697 color CMYK value is (0,12,33,11).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(0,12,33,11)
C0M12Y33K11 
(0%,12%,33%,11%)
(0.00/0.12/0.33/0.11)	

CMYK percentages

%0
%12.39
%33.19
%11.37

Codes

Color #E2C697 in popluar color models

E2C697
RGB226198151
HSL38°56.39%73.92%
HSB/HSV38°33.19%88.63%
CMYK0.00%12.39%33.19%
11.37%

Color #E2C697 in popluar number systems.

HEXE2C697
Decimal226198151
Binary111000101100011010010111
Octal342306227

Shades and tints

Shades of #E2C697

#E2C697
(226,198,151)
#CEB48A
(206,180,138)
#BAA27D
(186,162,125)
#A69070
(166,144,112)
#927E63
(146,126,99)
#7E6C56
(126,108,86)
#6A5A49
(106,90,73)
#56483C
(86,72,60)
#42362F
(66,54,47)
#2E2422
(46,36,34)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #E2C697

#E2C697
(226,198,151)
#E4CBA0
(228,203,160)
#E6D0A9
(230,208,169)
#E8D5B2
(232,213,178)
#EADABB
(234,218,187)
#ECDFC4
(236,223,196)
#EEE4CD
(238,228,205)
#F0E9D6
(240,233,214)
#F2EEDF
(242,238,223)
#F4F3E8
(244,243,232)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C697 color. Also use rgb(226,198,151) instead hex code.

Text Font Color

.myTextColor { color: #E2C697; }

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

This text font color is #E2C697.


Background Color

.myBgColor { background-color: #E2C697; }

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

This div background color is #E2C697.


Border color

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

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

This div border color is #E2C697.


Opacity

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

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

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

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

This text has shadow with #E2C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C697 on black background.


Color preview on white background

This text has color #E2C697 on white background.



Black color preview on #E2C697 background

This text has black color on #E2C697 background.


White color preview on #E2C697 background

This text has white color on #E2C697 background.