COLOR #E2C5BE

HEX: #E2C5BE
RGB: (226,197,190)

Color info

#E2C5BE contains red, green and blue colors in about the same proportion. Web safe color of #E2C5BE is #CCCCCC (or #CCC).

RGB color model

#E2C5BE color RGB value is (226,197,190).

  • red value is 226;
  • green value is 197;
  • blue value is 190.
RGB:
(226,197,190)
(89%,77%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 197 of 255 = 77%
B 190 of 255 = 75%

226
197
190

R + G + B ~ 80%. #E2C5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 197 + 190 = 613 (100%)
R 226 of 613 ~ 36.87%
G 197 of 613 ~ 32.14%
B 190 of 613 ~ 31%

%36.87
%32.14
%31

CMYK color model

#E2C5BE color CMYK value is (0,13,16,11).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(0,13,16,11)
C0M13Y16K11 
(0%,13%,16%,11%)
(0.00/0.13/0.16/0.11)	

CMYK percentages

%0
%12.83
%15.93
%11.37

Codes

Color #E2C5BE in popluar color models

E2C5BE
RGB226197190
HSL12°38.30%81.57%
HSB/HSV12°15.93%88.63%
CMYK0.00%12.83%15.93%
11.37%

Color #E2C5BE in popluar number systems.

HEXE2C5BE
Decimal226197190
Binary111000101100010110111110
Octal342305276

Shades and tints

Shades of #E2C5BE

#E2C5BE
(226,197,190)
#CEB4AD
(206,180,173)
#BAA39C
(186,163,156)
#A6928B
(166,146,139)
#92817A
(146,129,122)
#7E7069
(126,112,105)
#6A5F58
(106,95,88)
#564E47
(86,78,71)
#423D36
(66,61,54)
#2E2C25
(46,44,37)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #E2C5BE

#E2C5BE
(226,197,190)
#E4CAC3
(228,202,195)
#E6CFC8
(230,207,200)
#E8D4CD
(232,212,205)
#EAD9D2
(234,217,210)
#ECDED7
(236,222,215)
#EEE3DC
(238,227,220)
#F0E8E1
(240,232,225)
#F2EDE6
(242,237,230)
#F4F2EB
(244,242,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C5BE color. Also use rgb(226,197,190) instead hex code.

Text Font Color

.myTextColor { color: #E2C5BE; }

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

This text font color is #E2C5BE.


Background Color

.myBgColor { background-color: #E2C5BE; }

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

This div background color is #E2C5BE.


Border color

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

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

This div border color is #E2C5BE.


Opacity

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

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

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

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

This text has shadow with #E2C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C5BE on black background.


Color preview on white background

This text has color #E2C5BE on white background.



Black color preview on #E2C5BE background

This text has black color on #E2C5BE background.


White color preview on #E2C5BE background

This text has white color on #E2C5BE background.