COLOR #E3B3A8

HEX: #E3B3A8
RGB: (227,179,168)

Color info

#E3B3A8 contains red, green and blue colors in about the same proportion. Web safe color of #E3B3A8 is #CC9999 (or #C99).

RGB color model

#E3B3A8 color RGB value is (227,179,168).

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

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 168 of 255 = 66%

227
179
168

R + G + B ~ 75%. #E3B3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 179 + 168 = 574 (100%)
R 227 of 574 ~ 39.55%
G 179 of 574 ~ 31.18%
B 168 of 574 ~ 29.27%

%39.55
%31.18
%29.27

CMYK color model

#E3B3A8 color CMYK value is (0,21,26,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 25.99%
  • key color value is 10.98%
CMYK:
(0,21,26,11)
C0M21Y26K11 
(0%,21%,26%,11%)
(0.00/0.21/0.26/0.11)	

CMYK percentages

%0
%21.15
%25.99
%10.98

Codes

Color #E3B3A8 in popluar color models

E3B3A8
RGB227179168
HSL11°51.30%77.45%
HSB/HSV11°25.99%89.02%
CMYK0.00%21.15%25.99%
10.98%

Color #E3B3A8 in popluar number systems.

HEXE3B3A8
Decimal227179168
Binary111000111011001110101000
Octal343263250

Shades and tints

Shades of #E3B3A8

#E3B3A8
(227,179,168)
#CFA399
(207,163,153)
#BB938A
(187,147,138)
#A7837B
(167,131,123)
#93736C
(147,115,108)
#7F635D
(127,99,93)
#6B534E
(107,83,78)
#57433F
(87,67,63)
#433330
(67,51,48)
#2F2321
(47,35,33)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #E3B3A8

#E3B3A8
(227,179,168)
#E5B9AF
(229,185,175)
#E7BFB6
(231,191,182)
#E9C5BD
(233,197,189)
#EBCBC4
(235,203,196)
#EDD1CB
(237,209,203)
#EFD7D2
(239,215,210)
#F1DDD9
(241,221,217)
#F3E3E0
(243,227,224)
#F5E9E7
(245,233,231)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B3A8; }

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

This text font color is #E3B3A8.


Background Color

.myBgColor { background-color: #E3B3A8; }

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

This div background color is #E3B3A8.


Border color

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

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

This div border color is #E3B3A8.


Opacity

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

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

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

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

This text has shadow with #E3B3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B3A8 on black background.


Color preview on white background

This text has color #E3B3A8 on white background.



Black color preview on #E3B3A8 background

This text has black color on #E3B3A8 background.


White color preview on #E3B3A8 background

This text has white color on #E3B3A8 background.