COLOR #E3BDA2

HEX: #E3BDA2
RGB: (227,189,162)

Color info

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

RGB color model

#E3BDA2 color RGB value is (227,189,162).

  • red value is 227;
  • green value is 189;
  • blue value is 162.
RGB:
(227,189,162)
(89%,74%,64%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 162 of 255 = 64%

227
189
162

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 162 = 578 (100%)
R 227 of 578 ~ 39.27%
G 189 of 578 ~ 32.7%
B 162 of 578 ~ 28.03%

%39.27
%32.7
%28.03

CMYK color model

#E3BDA2 color CMYK value is (0,17,29,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 28.63%
  • key color value is 10.98%
CMYK:
(0,17,29,11)
C0M17Y29K11 
(0%,17%,29%,11%)
(0.00/0.17/0.29/0.11)	

CMYK percentages

%0
%16.74
%28.63
%10.98

Codes

Color #E3BDA2 in popluar color models

E3BDA2
RGB227189162
HSL25°53.72%76.27%
HSB/HSV25°28.63%89.02%
CMYK0.00%16.74%28.63%
10.98%

Color #E3BDA2 in popluar number systems.

HEXE3BDA2
Decimal227189162
Binary111000111011110110100010
Octal343275242

Shades and tints

Shades of #E3BDA2

#E3BDA2
(227,189,162)
#CFAC94
(207,172,148)
#BB9B86
(187,155,134)
#A78A78
(167,138,120)
#93796A
(147,121,106)
#7F685C
(127,104,92)
#6B574E
(107,87,78)
#574640
(87,70,64)
#433532
(67,53,50)
#2F2424
(47,36,36)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #E3BDA2

#E3BDA2
(227,189,162)
#E5C3AA
(229,195,170)
#E7C9B2
(231,201,178)
#E9CFBA
(233,207,186)
#EBD5C2
(235,213,194)
#EDDBCA
(237,219,202)
#EFE1D2
(239,225,210)
#F1E7DA
(241,231,218)
#F3EDE2
(243,237,226)
#F5F3EA
(245,243,234)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BDA2 color. Also use rgb(227,189,162) instead hex code.

Text Font Color

.myTextColor { color: #E3BDA2; }

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

This text font color is #E3BDA2.


Background Color

.myBgColor { background-color: #E3BDA2; }

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

This div background color is #E3BDA2.


Border color

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

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

This div border color is #E3BDA2.


Opacity

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

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

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

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

This text has shadow with #E3BDA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDA2 on black background.


Color preview on white background

This text has color #E3BDA2 on white background.



Black color preview on #E3BDA2 background

This text has black color on #E3BDA2 background.


White color preview on #E3BDA2 background

This text has white color on #E3BDA2 background.