COLOR #E5E5BE

HEX: #E5E5BE RGB: (229,229,190)

Color info

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

RGB color model

#E5E5BE color RGB value is (229,229,190).

RGB: (229,229,190) (90%, 90%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 229 of 255 = 90%
B 190 of 255 = 75%

229
229
190

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

Portions of RGB colors in percentages

R + G + B = 229 + 229 + 190 = 648 (100%)
R 229 of 648 ~ 35.34%
G 229 of 648 ~ 35.34%
B 190 of 648 ~ 29.32'%

%35.34
%35.34
%29.32

CMYK color model

#E5E5BE color CMYK value is (0,0,17,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 10.20%

CMYK: (0,0,17,10)
C0M0Y17K10 (0%, 0%, 17%, 10%)
(0.00 / 0.00 / 0.17 / 0.10)

CMYK percentages

%0
%0
%17.03
%10.2

Codes

Color #E5E5BE in popluar color models

E5 E5 BE
RGB 229 229 190
HSL 60° 42.86% 82.16%
HSB/HSV 60° 17.03% 89.80%
CMYK 0.00% 0.00% 17.03%
10.20%

Color #E5E5BE in popluar number systems.

HEX E5 E5 BE
Decimal 229 229 190
Binary 11100101 11100101 10111110
Octal 345 345 276

Shades and tints

Shades of #E5E5BE

#E5E5BE
(229,229,190)
#D1D1AD
(209,209,173)
#BDBD9C
(189,189,156)
#A9A98B
(169,169,139)
#95957A
(149,149,122)
#818169
(129,129,105)
#6D6D58
(109,109,88)
#595947
(89,89,71)
#454536
(69,69,54)
#313125
(49,49,37)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #E5E5BE

#E5E5BE
(229,229,190)
#E7E7C3
(231,231,195)
#E9E9C8
(233,233,200)
#EBEBCD
(235,235,205)
#EDEDD2
(237,237,210)
#EFEFD7
(239,239,215)
#F1F1DC
(241,241,220)
#F3F3E1
(243,243,225)
#F5F5E6
(245,245,230)
#F7F7EB
(247,247,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E5BE color. Also use rgb(229,229,190) instead hex code.

Text Font Color

.myTextColor { color: #E5E5BE; }

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

This text font color is #E5E5BE.

Background Color

.myBgColor { background-color: #E5E5BE; }

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

This div background color is #E5E5BE.

Border color

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

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

This div border color is #E5E5BE.

Opacity

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

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

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

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

This text has shadow with #E5E5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E5BE.

Preview

Color preview on black background

This text has color #E5E5BE on black background.


Color preview on white background

This text has color #E5E5BE on white background.


Black color preview on #E5E5BE background

This text has black color on #E5E5BE background.


White color preview on #E5E5BE background

This text has white color on #E5E5BE background.


Related colors

Complementary color

Complementary color for #hex is #1A1A41.


I love getcolorcode.com