COLOR #E7BDA3

HEX: #E7BDA3
RGB: (231,189,163)

Color info

#E7BDA3 contains mainly red and green colors. Web safe color of #E7BDA3 is #FFCC99 (or #FC9).

RGB color model

#E7BDA3 color RGB value is (231,189,163).

  • red value is 231;
  • green value is 189;
  • blue value is 163.
RGB: (231,189,163) (91%,74%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 163 of 255 = 64%

231
189
163

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

Portions of RGB colors in percentages

R + G + B =
231 + 189 + 163 = 583 (100%)
R 231 of 583 ~ 39.62%
G 189 of 583 ~ 32.42%
B 163 of 583 ~ 27.96%

%39.62
%32.42
%27.96

CMYK color model

#E7BDA3 color CMYK value is (0,18,29,9).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 29.44%
  • key color value is 9.41%
CMYK: (0,18,29,9) C0M18Y29K9 (0%,18%,29%,9%) (0.00/0.18/0.29/0.09)

CMYK percentages

%0
%18.18
%29.44
%9.41

Codes

Color #E7BDA3 in popluar color models

E7BDA3
RGB231189163
HSL23°58.62%77.25%
HSB/HSV23°29.44%90.59%
CMYK0.00%18.18%29.44%
9.41%

Color #E7BDA3 in popluar number systems.

HEXE7BDA3
Decimal231189163
Binary111001111011110110100011
Octal347275243

Shades and tints

Shades of #E7BDA3

#E7BDA3
(231,189,163)
#D2AC95
(210,172,149)
#BD9B87
(189,155,135)
#A88A79
(168,138,121)
#93796B
(147,121,107)
#7E685D
(126,104,93)
#69574F
(105,87,79)
#544641
(84,70,65)
#3F3533
(63,53,51)
#2A2425
(42,36,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E7BDA3

#E7BDA3
(231,189,163)
#E9C3AB
(233,195,171)
#EBC9B3
(235,201,179)
#EDCFBB
(237,207,187)
#EFD5C3
(239,213,195)
#F1DBCB
(241,219,203)
#F3E1D3
(243,225,211)
#F5E7DB
(245,231,219)
#F7EDE3
(247,237,227)
#F9F3EB
(249,243,235)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BDA3 color. Also use rgb(231,189,163) instead hex code.

Text Font Color

.myTextColor { color: #E7BDA3; }

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

This text font color is #E7BDA3.


Background Color

.myBgColor { background-color: #E7BDA3; }

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

This div background color is #E7BDA3.


Border color

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

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

This div border color is #E7BDA3.


Opacity

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

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

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

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

This text has shadow with #E7BDA3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7BDA3 on black background.


Color preview on white background

This text has color #E7BDA3 on white background.



Black color preview on #E7BDA3 background

This text has black color on #E7BDA3 background.


White color preview on #E7BDA3 background

This text has white color on #E7BDA3 background.