COLOR #E2C6B0

HEX: #E2C6B0
RGB: (226,198,176)

Color info

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

RGB color model

#E2C6B0 color RGB value is (226,198,176).

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

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 176 of 255 = 69%

226
198
176

R + G + B ~ 79%. #E2C6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 176 = 600 (100%)
R 226 of 600 ~ 37.67%
G 198 of 600 ~ 33%
B 176 of 600 ~ 29.33%

%37.67
%33
%29.33

CMYK color model

#E2C6B0 color CMYK value is (0,12,22,11).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 22.12%
  • key color value is 11.37%
CMYK:
(0,12,22,11)
C0M12Y22K11 
(0%,12%,22%,11%)
(0.00/0.12/0.22/0.11)	

CMYK percentages

%0
%12.39
%22.12
%11.37

Codes

Color #E2C6B0 in popluar color models

E2C6B0
RGB226198176
HSL26°46.30%78.82%
HSB/HSV26°22.12%88.63%
CMYK0.00%12.39%22.12%
11.37%

Color #E2C6B0 in popluar number systems.

HEXE2C6B0
Decimal226198176
Binary111000101100011010110000
Octal342306260

Shades and tints

Shades of #E2C6B0

#E2C6B0
(226,198,176)
#CEB4A0
(206,180,160)
#BAA290
(186,162,144)
#A69080
(166,144,128)
#927E70
(146,126,112)
#7E6C60
(126,108,96)
#6A5A50
(106,90,80)
#564840
(86,72,64)
#423630
(66,54,48)
#2E2420
(46,36,32)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #E2C6B0

#E2C6B0
(226,198,176)
#E4CBB7
(228,203,183)
#E6D0BE
(230,208,190)
#E8D5C5
(232,213,197)
#EADACC
(234,218,204)
#ECDFD3
(236,223,211)
#EEE4DA
(238,228,218)
#F0E9E1
(240,233,225)
#F2EEE8
(242,238,232)
#F4F3EF
(244,243,239)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C6B0; }

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

This text font color is #E2C6B0.


Background Color

.myBgColor { background-color: #E2C6B0; }

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

This div background color is #E2C6B0.


Border color

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

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

This div border color is #E2C6B0.


Opacity

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

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

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

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

This text has shadow with #E2C6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6B0 on black background.


Color preview on white background

This text has color #E2C6B0 on white background.



Black color preview on #E2C6B0 background

This text has black color on #E2C6B0 background.


White color preview on #E2C6B0 background

This text has white color on #E2C6B0 background.