COLOR #E1E6B5

HEX: #E1E6B5 RGB: (225,230,181)

Color info

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

RGB color model

#E1E6B5 color RGB value is (225,230,181).

RGB: (225,230,181) (88%, 90%, 71%)

RGB channels and saturation

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

225
230
181

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

Portions of RGB colors in percentages

R + G + B = 225 + 230 + 181 = 636 (100%)
R 225 of 636 ~ 35.38%
G 230 of 636 ~ 36.16%
B 181 of 636 ~ 28.46'%

%35.38
%36.16
%28.46

CMYK color model

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

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%

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

CMYK percentages

%2.17
%0
%21.3
%9.8

Codes

Color #E1E6B5 in popluar color models

E1 E6 B5
RGB 225 230 181
HSL 66° 49.49% 80.59%
HSB/HSV 66° 21.30% 90.20%
CMYK 2.17% 0.00% 21.30%
9.80%

Color #E1E6B5 in popluar number systems.

HEX E1 E6 B5
Decimal 225 230 181
Binary 11100001 11100110 10110101
Octal 341 346 265

Shades and tints

Shades of #E1E6B5

#E1E6B5
(225,230,181)
#CDD2A5
(205,210,165)
#B9BE95
(185,190,149)
#A5AA85
(165,170,133)
#919675
(145,150,117)
#7D8265
(125,130,101)
#696E55
(105,110,85)
#555A45
(85,90,69)
#414635
(65,70,53)
#2D3225
(45,50,37)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #E1E6B5

#E1E6B5
(225,230,181)
#E3E8BB
(227,232,187)
#E5EAC1
(229,234,193)
#E7ECC7
(231,236,199)
#E9EECD
(233,238,205)
#EBF0D3
(235,240,211)
#EDF2D9
(237,242,217)
#EFF4DF
(239,244,223)
#F1F6E5
(241,246,229)
#F3F8EB
(243,248,235)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6B5; }

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

This text font color is #E1E6B5.

Background Color

.myBgColor { background-color: #E1E6B5; }

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

This div background color is #E1E6B5.

Border color

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

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

This div border color is #E1E6B5.

Opacity

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

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

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

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

This text has shadow with #E1E6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E6B5.

Preview

Color preview on black background

This text has color #E1E6B5 on black background.


Color preview on white background

This text has color #E1E6B5 on white background.


Black color preview on #E1E6B5 background

This text has black color on #E1E6B5 background.


White color preview on #E1E6B5 background

This text has white color on #E1E6B5 background.


Related colors

Complementary color

Complementary color for #hex is #1E194A.


I love getcolorcode.com

Triadic colors

1 #B5E1E6 and #E6B5E1 with #E1E6B5 are triadic colors.

2 #B5E6E1 and #E6E1B5 with #E1E6B5 are triadic colors.