COLOR #E2C9B8

HEX: #E2C9B8
RGB: (226,201,184)

Color info

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

RGB color model

#E2C9B8 color RGB value is (226,201,184).

  • red value is 226;
  • green value is 201;
  • blue value is 184.
RGB: (226,201,184) (89%,79%,72%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 184 of 255 = 72%

226
201
184

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

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 184 = 611 (100%)
R 226 of 611 ~ 36.99%
G 201 of 611 ~ 32.9%
B 184 of 611 ~ 30.11%

%36.99
%32.9
%30.11

CMYK color model

#E2C9B8 color CMYK value is (0,11,19,11).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 18.58%
  • key color value is 11.37%
CMYK: (0,11,19,11) C0M11Y19K11 (0%,11%,19%,11%) (0.00/0.11/0.19/0.11)

CMYK percentages

%0
%11.06
%18.58
%11.37

Codes

Color #E2C9B8 in popluar color models

E2C9B8
RGB226201184
HSL24°42.00%80.39%
HSB/HSV24°18.58%88.63%
CMYK0.00%11.06%18.58%
11.37%

Color #E2C9B8 in popluar number systems.

HEXE2C9B8
Decimal226201184
Binary111000101100100110111000
Octal342311270

Shades and tints

Shades of #E2C9B8

#E2C9B8
(226,201,184)
#CEB7A8
(206,183,168)
#BAA598
(186,165,152)
#A69388
(166,147,136)
#928178
(146,129,120)
#7E6F68
(126,111,104)
#6A5D58
(106,93,88)
#564B48
(86,75,72)
#423938
(66,57,56)
#2E2728
(46,39,40)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2C9B8

#E2C9B8
(226,201,184)
#E4CDBE
(228,205,190)
#E6D1C4
(230,209,196)
#E8D5CA
(232,213,202)
#EAD9D0
(234,217,208)
#ECDDD6
(236,221,214)
#EEE1DC
(238,225,220)
#F0E5E2
(240,229,226)
#F2E9E8
(242,233,232)
#F4EDEE
(244,237,238)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9B8 color. Also use rgb(226,201,184) instead hex code.

Text Font Color

.myTextColor { color: #E2C9B8; }

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

This text font color is #E2C9B8.


Background Color

.myBgColor { background-color: #E2C9B8; }

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

This div background color is #E2C9B8.


Border color

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

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

This div border color is #E2C9B8.


Opacity

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

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

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

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

This text has shadow with #E2C9B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2C9B8 on black background.


Color preview on white background

This text has color #E2C9B8 on white background.



Black color preview on #E2C9B8 background

This text has black color on #E2C9B8 background.


White color preview on #E2C9B8 background

This text has white color on #E2C9B8 background.