COLOR #E3BCA8

HEX: #E3BCA8
RGB: (227,188,168)

Color info

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

RGB color model

#E3BCA8 color RGB value is (227,188,168).

  • red value is 227;
  • green value is 188;
  • blue value is 168.
RGB:
(227,188,168)
(89%,74%,66%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 168 of 255 = 66%

227
188
168

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

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 168 = 583 (100%)
R 227 of 583 ~ 38.94%
G 188 of 583 ~ 32.25%
B 168 of 583 ~ 28.82%

%38.94
%32.25
%28.82

CMYK color model

#E3BCA8 color CMYK value is (0,17,26,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 25.99%
  • key color value is 10.98%
CMYK:
(0,17,26,11)
C0M17Y26K11 
(0%,17%,26%,11%)
(0.00/0.17/0.26/0.11)	

CMYK percentages

%0
%17.18
%25.99
%10.98

Codes

Color #E3BCA8 in popluar color models

E3BCA8
RGB227188168
HSL20°51.30%77.45%
HSB/HSV20°25.99%89.02%
CMYK0.00%17.18%25.99%
10.98%

Color #E3BCA8 in popluar number systems.

HEXE3BCA8
Decimal227188168
Binary111000111011110010101000
Octal343274250

Shades and tints

Shades of #E3BCA8

#E3BCA8
(227,188,168)
#CFAB99
(207,171,153)
#BB9A8A
(187,154,138)
#A7897B
(167,137,123)
#93786C
(147,120,108)
#7F675D
(127,103,93)
#6B564E
(107,86,78)
#57453F
(87,69,63)
#433430
(67,52,48)
#2F2321
(47,35,33)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #E3BCA8

#E3BCA8
(227,188,168)
#E5C2AF
(229,194,175)
#E7C8B6
(231,200,182)
#E9CEBD
(233,206,189)
#EBD4C4
(235,212,196)
#EDDACB
(237,218,203)
#EFE0D2
(239,224,210)
#F1E6D9
(241,230,217)
#F3ECE0
(243,236,224)
#F5F2E7
(245,242,231)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BCA8 color. Also use rgb(227,188,168) instead hex code.

Text Font Color

.myTextColor { color: #E3BCA8; }

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

This text font color is #E3BCA8.


Background Color

.myBgColor { background-color: #E3BCA8; }

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

This div background color is #E3BCA8.


Border color

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

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

This div border color is #E3BCA8.


Opacity

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

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

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

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

This text has shadow with #E3BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCA8 on black background.


Color preview on white background

This text has color #E3BCA8 on white background.



Black color preview on #E3BCA8 background

This text has black color on #E3BCA8 background.


White color preview on #E3BCA8 background

This text has white color on #E3BCA8 background.