COLOR #E2B29B

HEX: #E2B29B
RGB: (226,178,155)

Color info

#E2B29B contains mainly red and green colors. Web safe color of #E2B29B is #CC9999 (or #C99).

RGB color model

#E2B29B color RGB value is (226,178,155).

  • red value is 226;
  • green value is 178;
  • blue value is 155.
RGB:
(226,178,155)
(89%,70%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 155 of 255 = 61%

226
178
155

R + G + B ~ 73%. #E2B29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 178 + 155 = 559 (100%)
R 226 of 559 ~ 40.43%
G 178 of 559 ~ 31.84%
B 155 of 559 ~ 27.73%

%40.43
%31.84
%27.73

CMYK color model

#E2B29B color CMYK value is (0,21,31,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 31.42%
  • key color value is 11.37%
CMYK:
(0,21,31,11)
C0M21Y31K11 
(0%,21%,31%,11%)
(0.00/0.21/0.31/0.11)	

CMYK percentages

%0
%21.24
%31.42
%11.37

Codes

Color #E2B29B in popluar color models

E2B29B
RGB226178155
HSL19°55.04%74.71%
HSB/HSV19°31.42%88.63%
CMYK0.00%21.24%31.42%
11.37%

Color #E2B29B in popluar number systems.

HEXE2B29B
Decimal226178155
Binary111000101011001010011011
Octal342262233

Shades and tints

Shades of #E2B29B

#E2B29B
(226,178,155)
#CEA28D
(206,162,141)
#BA927F
(186,146,127)
#A68271
(166,130,113)
#927263
(146,114,99)
#7E6255
(126,98,85)
#6A5247
(106,82,71)
#564239
(86,66,57)
#42322B
(66,50,43)
#2E221D
(46,34,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #E2B29B

#E2B29B
(226,178,155)
#E4B9A4
(228,185,164)
#E6C0AD
(230,192,173)
#E8C7B6
(232,199,182)
#EACEBF
(234,206,191)
#ECD5C8
(236,213,200)
#EEDCD1
(238,220,209)
#F0E3DA
(240,227,218)
#F2EAE3
(242,234,227)
#F4F1EC
(244,241,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B29B color. Also use rgb(226,178,155) instead hex code.

Text Font Color

.myTextColor { color: #E2B29B; }

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

This text font color is #E2B29B.


Background Color

.myBgColor { background-color: #E2B29B; }

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

This div background color is #E2B29B.


Border color

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

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

This div border color is #E2B29B.


Opacity

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

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

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

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

This text has shadow with #E2B29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B29B on black background.


Color preview on white background

This text has color #E2B29B on white background.



Black color preview on #E2B29B background

This text has black color on #E2B29B background.


White color preview on #E2B29B background

This text has white color on #E2B29B background.