COLOR #E3E4BD

HEX: #E3E4BD
RGB: (227,228,189)

Color info

#E3E4BD contains red, green and blue colors in about the same proportion. Web safe color of #E3E4BD is #CCCCCC (or #CCC).

RGB color model

#E3E4BD color RGB value is (227,228,189).

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

RGB channels and saturation

R 227 of 255 = 89%
G 228 of 255 = 89%
B 189 of 255 = 74%

227
228
189

R + G + B ~ 84%. #E3E4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 228 + 189 = 644 (100%)
R 227 of 644 ~ 35.25%
G 228 of 644 ~ 35.4%
B 189 of 644 ~ 29.35%

%35.25
%35.4
%29.35

CMYK color model

#E3E4BD color CMYK value is (0,0,17,11).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK:
(0,0,17,11)
C0M0Y17K11 
(0%,0%,17%,11%)
(0.00/0.00/0.17/0.11)	

CMYK percentages

%0.44
%0
%17.11
%10.59

Codes

Color #E3E4BD in popluar color models

E3E4BD
RGB227228189
HSL62°41.94%81.76%
HSB/HSV62°17.11%89.41%
CMYK0.44%0.00%17.11%
10.59%

Color #E3E4BD in popluar number systems.

HEXE3E4BD
Decimal227228189
Binary111000111110010010111101
Octal343344275

Shades and tints

Shades of #E3E4BD

#E3E4BD
(227,228,189)
#CFD0AC
(207,208,172)
#BBBC9B
(187,188,155)
#A7A88A
(167,168,138)
#939479
(147,148,121)
#7F8068
(127,128,104)
#6B6C57
(107,108,87)
#575846
(87,88,70)
#434435
(67,68,53)
#2F3024
(47,48,36)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #E3E4BD

#E3E4BD
(227,228,189)
#E5E6C3
(229,230,195)
#E7E8C9
(231,232,201)
#E9EACF
(233,234,207)
#EBECD5
(235,236,213)
#EDEEDB
(237,238,219)
#EFF0E1
(239,240,225)
#F1F2E7
(241,242,231)
#F3F4ED
(243,244,237)
#F5F6F3
(245,246,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E4BD; }

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

This text font color is #E3E4BD.


Background Color

.myBgColor { background-color: #E3E4BD; }

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

This div background color is #E3E4BD.


Border color

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

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

This div border color is #E3E4BD.


Opacity

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

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

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

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

This text has shadow with #E3E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E4BD on black background.


Color preview on white background

This text has color #E3E4BD on white background.



Black color preview on #E3E4BD background

This text has black color on #E3E4BD background.


White color preview on #E3E4BD background

This text has white color on #E3E4BD background.