COLOR #E2B8AE

HEX: #E2B8AE RGB: (226,184,174)

Color info

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

RGB color model

#E2B8AE color RGB value is (226,184,174).

RGB: (226,184,174) (89%, 72%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 174 of 255 = 68%

226
184
174

R + G + B ~ 76%. #E2B8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 184 + 174 = 584 (100%)
R 226 of 584 ~ 38.7%
G 184 of 584 ~ 31.51%
B 174 of 584 ~ 29.79'%

%38.7
%31.51
%29.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 23.01%
  • key color value is 11.37%

CMYK: (0,19,23,11)
C0M19Y23K11 (0%, 19%, 23%, 11%)
(0.00 / 0.19 / 0.23 / 0.11)

CMYK percentages

%0
%18.58
%23.01
%11.37

Codes

Color #E2B8AE in popluar color models

E2 B8 AE
RGB 226 184 174
HSL 12° 47.27% 78.43%
HSB/HSV 12° 23.01% 88.63%
CMYK 0.00% 18.58% 23.01%
11.37%

Color #E2B8AE in popluar number systems.

HEX E2 B8 AE
Decimal 226 184 174
Binary 11100010 10111000 10101110
Octal 342 270 256

Shades and tints

Shades of #E2B8AE

#E2B8AE
(226,184,174)
#CEA89F
(206,168,159)
#BA9890
(186,152,144)
#A68881
(166,136,129)
#927872
(146,120,114)
#7E6863
(126,104,99)
#6A5854
(106,88,84)
#564845
(86,72,69)
#423836
(66,56,54)
#2E2827
(46,40,39)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #E2B8AE

#E2B8AE
(226,184,174)
#E4BEB5
(228,190,181)
#E6C4BC
(230,196,188)
#E8CAC3
(232,202,195)
#EAD0CA
(234,208,202)
#ECD6D1
(236,214,209)
#EEDCD8
(238,220,216)
#F0E2DF
(240,226,223)
#F2E8E6
(242,232,230)
#F4EEED
(244,238,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B8AE; }

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

This text font color is #E2B8AE.

Background Color

.myBgColor { background-color: #E2B8AE; }

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

This div background color is #E2B8AE.

Border color

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

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

This div border color is #E2B8AE.

Opacity

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

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

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

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

This text has shadow with #E2B8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B8AE.

Preview

Color preview on black background

This text has color #E2B8AE on black background.


Color preview on white background

This text has color #E2B8AE on white background.


Black color preview on #E2B8AE background

This text has black color on #E2B8AE background.


White color preview on #E2B8AE background

This text has white color on #E2B8AE background.


Related colors

Complementary color

Complementary color for #hex is #1D4751.


I love getcolorcode.com

Triadic colors

1 #AEE2B8 and #B8AEE2 with #E2B8AE are triadic colors.

2 #AEB8E2 and #B8E2AE with #E2B8AE are triadic colors.