COLOR #E3BFA3

HEX: #E3BFA3
RGB: (227,191,163)

Color info

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

RGB color model

#E3BFA3 color RGB value is (227,191,163).

  • red value is 227;
  • green value is 191;
  • blue value is 163.
RGB:
(227,191,163)
(89%,75%,64%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 163 of 255 = 64%

227
191
163

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

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 163 = 581 (100%)
R 227 of 581 ~ 39.07%
G 191 of 581 ~ 32.87%
B 163 of 581 ~ 28.06%

%39.07
%32.87
%28.06

CMYK color model

#E3BFA3 color CMYK value is (0,16,28,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 28.19%
  • key color value is 10.98%
CMYK:
(0,16,28,11)
C0M16Y28K11 
(0%,16%,28%,11%)
(0.00/0.16/0.28/0.11)	

CMYK percentages

%0
%15.86
%28.19
%10.98

Codes

Color #E3BFA3 in popluar color models

E3BFA3
RGB227191163
HSL26°53.33%76.47%
HSB/HSV26°28.19%89.02%
CMYK0.00%15.86%28.19%
10.98%

Color #E3BFA3 in popluar number systems.

HEXE3BFA3
Decimal227191163
Binary111000111011111110100011
Octal343277243

Shades and tints

Shades of #E3BFA3

#E3BFA3
(227,191,163)
#CFAE95
(207,174,149)
#BB9D87
(187,157,135)
#A78C79
(167,140,121)
#937B6B
(147,123,107)
#7F6A5D
(127,106,93)
#6B594F
(107,89,79)
#574841
(87,72,65)
#433733
(67,55,51)
#2F2625
(47,38,37)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #E3BFA3

#E3BFA3
(227,191,163)
#E5C4AB
(229,196,171)
#E7C9B3
(231,201,179)
#E9CEBB
(233,206,187)
#EBD3C3
(235,211,195)
#EDD8CB
(237,216,203)
#EFDDD3
(239,221,211)
#F1E2DB
(241,226,219)
#F3E7E3
(243,231,227)
#F5ECEB
(245,236,235)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BFA3 color. Also use rgb(227,191,163) instead hex code.

Text Font Color

.myTextColor { color: #E3BFA3; }

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

This text font color is #E3BFA3.


Background Color

.myBgColor { background-color: #E3BFA3; }

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

This div background color is #E3BFA3.


Border color

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

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

This div border color is #E3BFA3.


Opacity

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

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

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

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

This text has shadow with #E3BFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BFA3 on black background.


Color preview on white background

This text has color #E3BFA3 on white background.



Black color preview on #E3BFA3 background

This text has black color on #E3BFA3 background.


White color preview on #E3BFA3 background

This text has white color on #E3BFA3 background.