COLOR #E7E3BD

HEX: #E7E3BD RGB: (231,227,189)

Color info

#E7E3BD contains red, green and blue colors in about the same proportion. Web safe color of #E7E3BD is #FFCCCC (or #FCC).

RGB color model

#E7E3BD color RGB value is (231,227,189).

RGB: (231,227,189) (91%, 89%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 227 of 255 = 89%
B 189 of 255 = 74%

231
227
189

R + G + B ~ 85%. #E7E3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 227 + 189 = 647 (100%)
R 231 of 647 ~ 35.7%
G 227 of 647 ~ 35.09%
B 189 of 647 ~ 29.21'%

%35.7
%35.09
%29.21

CMYK color model

#E7E3BD color CMYK value is (0,2,18,9).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (0,2,18,9)
C0M2Y18K9 (0%, 2%, 18%, 9%)
(0.00 / 0.02 / 0.18 / 0.09)

CMYK percentages

%0
%1.73
%18.18
%9.41

Codes

Color #E7E3BD in popluar color models

E7 E3 BD
RGB 231 227 189
HSL 54° 46.67% 82.35%
HSB/HSV 54° 18.18% 90.59%
CMYK 0.00% 1.73% 18.18%
9.41%

Color #E7E3BD in popluar number systems.

HEX E7 E3 BD
Decimal 231 227 189
Binary 11100111 11100011 10111101
Octal 347 343 275

Shades and tints

Shades of #E7E3BD

#E7E3BD
(231,227,189)
#D2CFAC
(210,207,172)
#BDBB9B
(189,187,155)
#A8A78A
(168,167,138)
#939379
(147,147,121)
#7E7F68
(126,127,104)
#696B57
(105,107,87)
#545746
(84,87,70)
#3F4335
(63,67,53)
#2A2F24
(42,47,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #E7E3BD

#E7E3BD
(231,227,189)
#E9E5C3
(233,229,195)
#EBE7C9
(235,231,201)
#EDE9CF
(237,233,207)
#EFEBD5
(239,235,213)
#F1EDDB
(241,237,219)
#F3EFE1
(243,239,225)
#F5F1E7
(245,241,231)
#F7F3ED
(247,243,237)
#F9F5F3
(249,245,243)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E3BD; }

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

This text font color is #E7E3BD.

Background Color

.myBgColor { background-color: #E7E3BD; }

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

This div background color is #E7E3BD.

Border color

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

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

This div border color is #E7E3BD.

Opacity

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

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

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

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

This text has shadow with #E7E3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E3BD.

Preview

Color preview on black background

This text has color #E7E3BD on black background.


Color preview on white background

This text has color #E7E3BD on white background.


Black color preview on #E7E3BD background

This text has black color on #E7E3BD background.


White color preview on #E7E3BD background

This text has white color on #E7E3BD background.


Related colors

Complementary color

Complementary color for #hex is #181C42.


I love getcolorcode.com

Triadic colors

1 #BDE7E3 and #E3BDE7 with #E7E3BD are triadic colors.

2 #BDE3E7 and #E3E7BD with #E7E3BD are triadic colors.