COLOR #E2C3B1

HEX: #E2C3B1
RGB: (226,195,177)

Color info

#E2C3B1 contains red, green and blue colors in about the same proportion. Web safe color of #E2C3B1 is #CCCC99 (or #CC9).

RGB color model

#E2C3B1 color RGB value is (226,195,177).

  • red value is 226;
  • green value is 195;
  • blue value is 177.
RGB:
(226,195,177)
(89%,76%,69%)

RGB channels and saturation

R 226 of 255 = 89%
G 195 of 255 = 76%
B 177 of 255 = 69%

226
195
177

R + G + B ~ 78%. #E2C3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 195 + 177 = 598 (100%)
R 226 of 598 ~ 37.79%
G 195 of 598 ~ 32.61%
B 177 of 598 ~ 29.6%

%37.79
%32.61
%29.6

CMYK color model

#E2C3B1 color CMYK value is (0,14,22,11).

  • cyan value is 0.00%
  • magenta value is 13.72%
  • yellow value is 21.68%
  • key color value is 11.37%
CMYK:
(0,14,22,11)
C0M14Y22K11 
(0%,14%,22%,11%)
(0.00/0.14/0.22/0.11)	

CMYK percentages

%0
%13.72
%21.68
%11.37

Codes

Color #E2C3B1 in popluar color models

E2C3B1
RGB226195177
HSL22°45.79%79.02%
HSB/HSV22°21.68%88.63%
CMYK0.00%13.72%21.68%
11.37%

Color #E2C3B1 in popluar number systems.

HEXE2C3B1
Decimal226195177
Binary111000101100001110110001
Octal342303261

Shades and tints

Shades of #E2C3B1

#E2C3B1
(226,195,177)
#CEB2A1
(206,178,161)
#BAA191
(186,161,145)
#A69081
(166,144,129)
#927F71
(146,127,113)
#7E6E61
(126,110,97)
#6A5D51
(106,93,81)
#564C41
(86,76,65)
#423B31
(66,59,49)
#2E2A21
(46,42,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #E2C3B1

#E2C3B1
(226,195,177)
#E4C8B8
(228,200,184)
#E6CDBF
(230,205,191)
#E8D2C6
(232,210,198)
#EAD7CD
(234,215,205)
#ECDCD4
(236,220,212)
#EEE1DB
(238,225,219)
#F0E6E2
(240,230,226)
#F2EBE9
(242,235,233)
#F4F0F0
(244,240,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C3B1 color. Also use rgb(226,195,177) instead hex code.

Text Font Color

.myTextColor { color: #E2C3B1; }

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

This text font color is #E2C3B1.


Background Color

.myBgColor { background-color: #E2C3B1; }

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

This div background color is #E2C3B1.


Border color

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

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

This div border color is #E2C3B1.


Opacity

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

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

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

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

This text has shadow with #E2C3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C3B1 on black background.


Color preview on white background

This text has color #E2C3B1 on white background.



Black color preview on #E2C3B1 background

This text has black color on #E2C3B1 background.


White color preview on #E2C3B1 background

This text has white color on #E2C3B1 background.