COLOR #E5E6AB

HEX: #E5E6AB
RGB: (229,230,171)

Color info

#E5E6AB contains red, green and blue colors in about the same proportion. Web safe color of #E5E6AB is #CCCC99 (or #CC9).

RGB color model

#E5E6AB color RGB value is (229,230,171).

  • red value is 229;
  • green value is 230;
  • blue value is 171.
RGB:
(229,230,171)
(90%,90%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 171 of 255 = 67%

229
230
171

R + G + B ~ 82%. #E5E6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 171 = 630 (100%)
R 229 of 630 ~ 36.35%
G 230 of 630 ~ 36.51%
B 171 of 630 ~ 27.14%

%36.35
%36.51
%27.14

CMYK color model

#E5E6AB color CMYK value is (0,0,26,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(0,0,26,10)
C0M0Y26K10 
(0%,0%,26%,10%)
(0.00/0.00/0.26/0.10)	

CMYK percentages

%0.43
%0
%25.65
%9.8

Codes

Color #E5E6AB in popluar color models

E5E6AB
RGB229230171
HSL61°54.13%78.63%
HSB/HSV61°25.65%90.20%
CMYK0.43%0.00%25.65%
9.80%

Color #E5E6AB in popluar number systems.

HEXE5E6AB
Decimal229230171
Binary111001011110011010101011
Octal345346253

Shades and tints

Shades of #E5E6AB

#E5E6AB
(229,230,171)
#D1D29C
(209,210,156)
#BDBE8D
(189,190,141)
#A9AA7E
(169,170,126)
#95966F
(149,150,111)
#818260
(129,130,96)
#6D6E51
(109,110,81)
#595A42
(89,90,66)
#454633
(69,70,51)
#313224
(49,50,36)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #E5E6AB

#E5E6AB
(229,230,171)
#E7E8B2
(231,232,178)
#E9EAB9
(233,234,185)
#EBECC0
(235,236,192)
#EDEEC7
(237,238,199)
#EFF0CE
(239,240,206)
#F1F2D5
(241,242,213)
#F3F4DC
(243,244,220)
#F5F6E3
(245,246,227)
#F7F8EA
(247,248,234)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E6AB; }

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

This text font color is #E5E6AB.


Background Color

.myBgColor { background-color: #E5E6AB; }

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

This div background color is #E5E6AB.


Border color

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

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

This div border color is #E5E6AB.


Opacity

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

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

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

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

This text has shadow with #E5E6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E6AB on black background.


Color preview on white background

This text has color #E5E6AB on white background.



Black color preview on #E5E6AB background

This text has black color on #E5E6AB background.


White color preview on #E5E6AB background

This text has white color on #E5E6AB background.