COLOR #E1E6B4

HEX: #E1E6B4
RGB: (225,230,180)

Color info

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

RGB color model

#E1E6B4 color RGB value is (225,230,180).

  • red value is 225;
  • green value is 230;
  • blue value is 180.
RGB:
(225,230,180)
(88%,90%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 230 of 255 = 90%
B 180 of 255 = 71%

225
230
180

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

Portions of RGB colors in percentages

R + G + B =
225 + 230 + 180 = 635 (100%)
R 225 of 635 ~ 35.43%
G 230 of 635 ~ 36.22%
B 180 of 635 ~ 28.35%

%35.43
%36.22
%28.35

CMYK color model

#E1E6B4 color CMYK value is (2,0,22,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 9.80%
CMYK:
(2,0,22,10)
C2M0Y22K10 
(2%,0%,22%,10%)
(0.02/0.00/0.22/0.10)	

CMYK percentages

%2.17
%0
%21.74
%9.8

Codes

Color #E1E6B4 in popluar color models

E1E6B4
RGB225230180
HSL66°50.00%80.39%
HSB/HSV66°21.74%90.20%
CMYK2.17%0.00%21.74%
9.80%

Color #E1E6B4 in popluar number systems.

HEXE1E6B4
Decimal225230180
Binary111000011110011010110100
Octal341346264

Shades and tints

Shades of #E1E6B4

#E1E6B4
(225,230,180)
#CDD2A4
(205,210,164)
#B9BE94
(185,190,148)
#A5AA84
(165,170,132)
#919674
(145,150,116)
#7D8264
(125,130,100)
#696E54
(105,110,84)
#555A44
(85,90,68)
#414634
(65,70,52)
#2D3224
(45,50,36)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #E1E6B4

#E1E6B4
(225,230,180)
#E3E8BA
(227,232,186)
#E5EAC0
(229,234,192)
#E7ECC6
(231,236,198)
#E9EECC
(233,238,204)
#EBF0D2
(235,240,210)
#EDF2D8
(237,242,216)
#EFF4DE
(239,244,222)
#F1F6E4
(241,246,228)
#F3F8EA
(243,248,234)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E6B4 color. Also use rgb(225,230,180) instead hex code.

Text Font Color

.myTextColor { color: #E1E6B4; }

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

This text font color is #E1E6B4.


Background Color

.myBgColor { background-color: #E1E6B4; }

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

This div background color is #E1E6B4.


Border color

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

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

This div border color is #E1E6B4.


Opacity

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

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

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

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

This text has shadow with #E1E6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6B4 on black background.


Color preview on white background

This text has color #E1E6B4 on white background.



Black color preview on #E1E6B4 background

This text has black color on #E1E6B4 background.


White color preview on #E1E6B4 background

This text has white color on #E1E6B4 background.