COLOR #E8E3BD

HEX: #E8E3BD
RGB: (232,227,189)

Color info

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

RGB color model

#E8E3BD color RGB value is (232,227,189).

  • red value is 232;
  • green value is 227;
  • blue value is 189.
RGB:
(232,227,189)
(91%,89%,74%)

RGB channels and saturation

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

232
227
189

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

Portions of RGB colors in percentages

R + G + B =
232 + 227 + 189 = 648 (100%)
R 232 of 648 ~ 35.8%
G 227 of 648 ~ 35.03%
B 189 of 648 ~ 29.17%

%35.8
%35.03
%29.17

CMYK color model

#E8E3BD color CMYK value is (0,2,19,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK:
(0,2,19,9)
C0M2Y19K9 
(0%,2%,19%,9%)
(0.00/0.02/0.19/0.09)	

CMYK percentages

%0
%2.16
%18.53
%9.02

Codes

Color #E8E3BD in popluar color models

E8E3BD
RGB232227189
HSL53°48.31%82.55%
HSB/HSV53°18.53%90.98%
CMYK0.00%2.16%18.53%
9.02%

Color #E8E3BD in popluar number systems.

HEXE8E3BD
Decimal232227189
Binary111010001110001110111101
Octal350343275

Shades and tints

Shades of #E8E3BD

#E8E3BD
(232,227,189)
#D3CFAC
(211,207,172)
#BEBB9B
(190,187,155)
#A9A78A
(169,167,138)
#949379
(148,147,121)
#7F7F68
(127,127,104)
#6A6B57
(106,107,87)
#555746
(85,87,70)
#404335
(64,67,53)
#2B2F24
(43,47,36)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #E8E3BD

#E8E3BD
(232,227,189)
#EAE5C3
(234,229,195)
#ECE7C9
(236,231,201)
#EEE9CF
(238,233,207)
#F0EBD5
(240,235,213)
#F2EDDB
(242,237,219)
#F4EFE1
(244,239,225)
#F6F1E7
(246,241,231)
#F8F3ED
(248,243,237)
#FAF5F3
(250,245,243)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E3BD; }

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

This text font color is #E8E3BD.


Background Color

.myBgColor { background-color: #E8E3BD; }

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

This div background color is #E8E3BD.


Border color

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

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

This div border color is #E8E3BD.


Opacity

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

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

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

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

This text has shadow with #E8E3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E3BD on black background.


Color preview on white background

This text has color #E8E3BD on white background.



Black color preview on #E8E3BD background

This text has black color on #E8E3BD background.


White color preview on #E8E3BD background

This text has white color on #E8E3BD background.