COLOR #E6E6AB

HEX: #E6E6AB
RGB: (230,230,171)

Color info

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

RGB color model

#E6E6AB color RGB value is (230,230,171).

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

RGB channels and saturation

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

230
230
171

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

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 171 = 631 (100%)
R 230 of 631 ~ 36.45%
G 230 of 631 ~ 36.45%
B 171 of 631 ~ 27.1%

%36.45
%36.45
%27.1

CMYK color model

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

  • cyan value is 0.00%
  • 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
%0
%25.65
%9.8

Codes

Color #E6E6AB in popluar color models

E6E6AB
RGB230230171
HSL60°54.13%78.63%
HSB/HSV60°25.65%90.20%
CMYK0.00%0.00%25.65%
9.80%

Color #E6E6AB in popluar number systems.

HEXE6E6AB
Decimal230230171
Binary111001101110011010101011
Octal346346253

Shades and tints

Shades of #E6E6AB

#E6E6AB
(230,230,171)
#D2D29C
(210,210,156)
#BEBE8D
(190,190,141)
#AAAA7E
(170,170,126)
#96966F
(150,150,111)
#828260
(130,130,96)
#6E6E51
(110,110,81)
#5A5A42
(90,90,66)
#464633
(70,70,51)
#323224
(50,50,36)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #E6E6AB

#E6E6AB
(230,230,171)
#E8E8B2
(232,232,178)
#EAEAB9
(234,234,185)
#ECECC0
(236,236,192)
#EEEEC7
(238,238,199)
#F0F0CE
(240,240,206)
#F2F2D5
(242,242,213)
#F4F4DC
(244,244,220)
#F6F6E3
(246,246,227)
#F8F8EA
(248,248,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6AB; }

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

This text font color is #E6E6AB.


Background Color

.myBgColor { background-color: #E6E6AB; }

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

This div background color is #E6E6AB.


Border color

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

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

This div border color is #E6E6AB.


Opacity

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

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

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

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

This text has shadow with #E6E6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6AB on black background.


Color preview on white background

This text has color #E6E6AB on white background.



Black color preview on #E6E6AB background

This text has black color on #E6E6AB background.


White color preview on #E6E6AB background

This text has white color on #E6E6AB background.