COLOR #E4E1B6

HEX: #E4E1B6 RGB: (228,225,182)

Color info

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

RGB color model

#E4E1B6 color RGB value is (228,225,182).

RGB: (228,225,182) (89%, 88%, 71%)

RGB channels and saturation

R 228 of 255 = 89%
G 225 of 255 = 88%
B 182 of 255 = 71%

228
225
182

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

Portions of RGB colors in percentages

R + G + B = 228 + 225 + 182 = 635 (100%)
R 228 of 635 ~ 35.91%
G 225 of 635 ~ 35.43%
B 182 of 635 ~ 28.66'%

%35.91
%35.43
%28.66

CMYK color model

#E4E1B6 color CMYK value is (0,1,20,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 20.18%
  • key color value is 10.59%

CMYK: (0,1,20,11)
C0M1Y20K11 (0%, 1%, 20%, 11%)
(0.00 / 0.01 / 0.20 / 0.11)

CMYK percentages

%0
%1.32
%20.18
%10.59

Codes

Color #E4E1B6 in popluar color models

E4 E1 B6
RGB 228 225 182
HSL 56° 46.00% 80.39%
HSB/HSV 56° 20.18% 89.41%
CMYK 0.00% 1.32% 20.18%
10.59%

Color #E4E1B6 in popluar number systems.

HEX E4 E1 B6
Decimal 228 225 182
Binary 11100100 11100001 10110110
Octal 344 341 266

Shades and tints

Shades of #E4E1B6

#E4E1B6
(228,225,182)
#D0CDA6
(208,205,166)
#BCB996
(188,185,150)
#A8A586
(168,165,134)
#949176
(148,145,118)
#807D66
(128,125,102)
#6C6956
(108,105,86)
#585546
(88,85,70)
#444136
(68,65,54)
#302D26
(48,45,38)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #E4E1B6

#E4E1B6
(228,225,182)
#E6E3BC
(230,227,188)
#E8E5C2
(232,229,194)
#EAE7C8
(234,231,200)
#ECE9CE
(236,233,206)
#EEEBD4
(238,235,212)
#F0EDDA
(240,237,218)
#F2EFE0
(242,239,224)
#F4F1E6
(244,241,230)
#F6F3EC
(246,243,236)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E1B6; }

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

This text font color is #E4E1B6.

Background Color

.myBgColor { background-color: #E4E1B6; }

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

This div background color is #E4E1B6.

Border color

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

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

This div border color is #E4E1B6.

Opacity

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

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

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

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

This text has shadow with #E4E1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E1B6.

Preview

Color preview on black background

This text has color #E4E1B6 on black background.


Color preview on white background

This text has color #E4E1B6 on white background.


Black color preview on #E4E1B6 background

This text has black color on #E4E1B6 background.


White color preview on #E4E1B6 background

This text has white color on #E4E1B6 background.


Related colors

Complementary color

Complementary color for #hex is #1B1E49.


I love getcolorcode.com

Triadic colors

1 #B6E4E1 and #E1B6E4 with #E4E1B6 are triadic colors.

2 #B6E1E4 and #E1E4B6 with #E4E1B6 are triadic colors.