COLOR #E2BEAD

HEX: #E2BEAD RGB: (226,190,173)

Color info

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

RGB color model

#E2BEAD color RGB value is (226,190,173).

RGB: (226,190,173) (89%, 75%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 173 of 255 = 68%

226
190
173

R + G + B ~ 77%. #E2BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 190 + 173 = 589 (100%)
R 226 of 589 ~ 38.37%
G 190 of 589 ~ 32.26%
B 173 of 589 ~ 29.37'%

%38.37
%32.26
%29.37

CMYK color model

#E2BEAD color CMYK value is (0,16,23,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK: (0,16,23,11) C0M16Y23K11 (0%,16%,23%,11%) (0.00/0.16/0.23/0.11) 

CMYK percentages

%0
%15.93
%23.45
%11.37

Codes

Color #E2BEAD in popluar color models

E2 BE AD
RGB 226 190 173
HSL 19° 47.75% 78.24%
HSB/HSV 19° 23.45% 88.63%
CMYK 0.00% 15.93% 23.45%
11.37%

Color #E2BEAD in popluar number systems.

HEX E2 BE AD
Decimal 226 190 173
Binary 11100010 10111110 10101101
Octal 342 276 255

Shades and tints

Shades of #E2BEAD

#E2BEAD
(226,190,173)
#CEAD9E
(206,173,158)
#BA9C8F
(186,156,143)
#A68B80
(166,139,128)
#927A71
(146,122,113)
#7E6962
(126,105,98)
#6A5853
(106,88,83)
#564744
(86,71,68)
#423635
(66,54,53)
#2E2526
(46,37,38)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2BEAD

#E2BEAD
(226,190,173)
#E4C3B4
(228,195,180)
#E6C8BB
(230,200,187)
#E8CDC2
(232,205,194)
#EAD2C9
(234,210,201)
#ECD7D0
(236,215,208)
#EEDCD7
(238,220,215)
#F0E1DE
(240,225,222)
#F2E6E5
(242,230,229)
#F4EBEC
(244,235,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BEAD color. Also use rgb(226,190,173) instead hex code.

Text Font Color

.myTextColor { color: #E2BEAD; }

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

This text font color is #E2BEAD.

Background Color

.myBgColor { background-color: #E2BEAD; }

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

This div background color is #E2BEAD.

Border color

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

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

This div border color is #E2BEAD.

Opacity

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

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

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

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

This text has shadow with #E2BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BEAD.

Preview

Color preview on black background

This text has color #E2BEAD on black background.


Color preview on white background

This text has color #E2BEAD on white background.


Black color preview on #E2BEAD background

This text has black color on #E2BEAD background.


White color preview on #E2BEAD background

This text has white color on #E2BEAD background.


Related colors

Complementary color

Complementary color for #hex is #1D4152.


I love getcolorcode.com

Triadic colors

1 #ADE2BE and #BEADE2 with #E2BEAD are triadic colors.

2 #ADBEE2 and #BEE2AD with #E2BEAD are triadic colors.