COLOR #E5E1B6

HEX: #E5E1B6 RGB: (229,225,182)

Color info

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

RGB color model

#E5E1B6 color RGB value is (229,225,182).

RGB: (229,225,182) (90%, 88%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 182 of 255 = 71%

229
225
182

R + G + B ~ 83%. #E5E1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 225 + 182 = 636 (100%)
R 229 of 636 ~ 36.01%
G 225 of 636 ~ 35.38%
B 182 of 636 ~ 28.62'%

%36.01
%35.38
%28.62

CMYK color model

#E5E1B6 color CMYK value is (0,2,21,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 20.52%
  • key color value is 10.20%

CMYK: (0,2,21,10)
C0M2Y21K10 (0%, 2%, 21%, 10%)
(0.00 / 0.02 / 0.21 / 0.10)

CMYK percentages

%0
%1.75
%20.52
%10.2

Codes

Color #E5E1B6 in popluar color models

E5 E1 B6
RGB 229 225 182
HSL 55° 47.47% 80.59%
HSB/HSV 55° 20.52% 89.80%
CMYK 0.00% 1.75% 20.52%
10.20%

Color #E5E1B6 in popluar number systems.

HEX E5 E1 B6
Decimal 229 225 182
Binary 11100101 11100001 10110110
Octal 345 341 266

Shades and tints

Shades of #E5E1B6

#E5E1B6
(229,225,182)
#D1CDA6
(209,205,166)
#BDB996
(189,185,150)
#A9A586
(169,165,134)
#959176
(149,145,118)
#817D66
(129,125,102)
#6D6956
(109,105,86)
#595546
(89,85,70)
#454136
(69,65,54)
#312D26
(49,45,38)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5E1B6

#E5E1B6
(229,225,182)
#E7E3BC
(231,227,188)
#E9E5C2
(233,229,194)
#EBE7C8
(235,231,200)
#EDE9CE
(237,233,206)
#EFEBD4
(239,235,212)
#F1EDDA
(241,237,218)
#F3EFE0
(243,239,224)
#F5F1E6
(245,241,230)
#F7F3EC
(247,243,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1B6; }

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

This text font color is #E5E1B6.

Background Color

.myBgColor { background-color: #E5E1B6; }

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

This div background color is #E5E1B6.

Border color

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

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

This div border color is #E5E1B6.

Opacity

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

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

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

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

This text has shadow with #E5E1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E1B6.

Preview

Color preview on black background

This text has color #E5E1B6 on black background.


Color preview on white background

This text has color #E5E1B6 on white background.


Black color preview on #E5E1B6 background

This text has black color on #E5E1B6 background.


White color preview on #E5E1B6 background

This text has white color on #E5E1B6 background.


Related colors

Complementary color

Complementary color for #hex is #1A1E49.


I love getcolorcode.com

Triadic colors

1 #B6E5E1 and #E1B6E5 with #E5E1B6 are triadic colors.

2 #B6E1E5 and #E1E5B6 with #E5E1B6 are triadic colors.