COLOR #E2BD8F

HEX: #E2BD8F
RGB: (226,189,143)

Color info

#E2BD8F contains mainly red and green colors. Web safe color of #E2BD8F is #CCCC99 (or #CC9).

RGB color model

#E2BD8F color RGB value is (226,189,143).

  • red value is 226;
  • green value is 189;
  • blue value is 143.
RGB:
(226,189,143)
(89%,74%,56%)

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 143 of 255 = 56%

226
189
143

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

Portions of RGB colors in percentages

R + G + B =
226 + 189 + 143 = 558 (100%)
R 226 of 558 ~ 40.5%
G 189 of 558 ~ 33.87%
B 143 of 558 ~ 25.63%

%40.5
%33.87
%25.63

CMYK color model

#E2BD8F color CMYK value is (0,16,37,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 36.73%
  • key color value is 11.37%
CMYK:
(0,16,37,11)
C0M16Y37K11 
(0%,16%,37%,11%)
(0.00/0.16/0.37/0.11)	

CMYK percentages

%0
%16.37
%36.73
%11.37

Codes

Color #E2BD8F in popluar color models

E2BD8F
RGB226189143
HSL33°58.87%72.35%
HSB/HSV33°36.73%88.63%
CMYK0.00%16.37%36.73%
11.37%

Color #E2BD8F in popluar number systems.

HEXE2BD8F
Decimal226189143
Binary111000101011110110001111
Octal342275217

Shades and tints

Shades of #E2BD8F

#E2BD8F
(226,189,143)
#CEAC82
(206,172,130)
#BA9B75
(186,155,117)
#A68A68
(166,138,104)
#92795B
(146,121,91)
#7E684E
(126,104,78)
#6A5741
(106,87,65)
#564634
(86,70,52)
#423527
(66,53,39)
#2E241A
(46,36,26)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #E2BD8F

#E2BD8F
(226,189,143)
#E4C399
(228,195,153)
#E6C9A3
(230,201,163)
#E8CFAD
(232,207,173)
#EAD5B7
(234,213,183)
#ECDBC1
(236,219,193)
#EEE1CB
(238,225,203)
#F0E7D5
(240,231,213)
#F2EDDF
(242,237,223)
#F4F3E9
(244,243,233)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BD8F color. Also use rgb(226,189,143) instead hex code.

Text Font Color

.myTextColor { color: #E2BD8F; }

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

This text font color is #E2BD8F.


Background Color

.myBgColor { background-color: #E2BD8F; }

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

This div background color is #E2BD8F.


Border color

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

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

This div border color is #E2BD8F.


Opacity

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

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

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

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

This text has shadow with #E2BD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BD8F on black background.


Color preview on white background

This text has color #E2BD8F on white background.



Black color preview on #E2BD8F background

This text has black color on #E2BD8F background.


White color preview on #E2BD8F background

This text has white color on #E2BD8F background.