COLOR #E6E3AB

HEX: #E6E3AB RGB: (230,227,171)

Color info

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

RGB color model

#E6E3AB color RGB value is (230,227,171).

RGB: (230,227,171) (90%, 89%, 67%)

RGB channels and saturation

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

230
227
171

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

Portions of RGB colors in percentages

R + G + B = 230 + 227 + 171 = 628 (100%)
R 230 of 628 ~ 36.62%
G 227 of 628 ~ 36.15%
B 171 of 628 ~ 27.23'%

%36.62
%36.15
%27.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 25.65%
  • key color value is 9.80%

CMYK: (0,1,26,10)
C0M1Y26K10 (0%, 1%, 26%, 10%)
(0.00 / 0.01 / 0.26 / 0.10)

CMYK percentages

%0
%1.3
%25.65
%9.8

Codes

Color #E6E3AB in popluar color models

E6 E3 AB
RGB 230 227 171
HSL 57° 54.13% 78.63%
HSB/HSV 57° 25.65% 90.20%
CMYK 0.00% 1.30% 25.65%
9.80%

Color #E6E3AB in popluar number systems.

HEX E6 E3 AB
Decimal 230 227 171
Binary 11100110 11100011 10101011
Octal 346 343 253

Shades and tints

Shades of #E6E3AB

#E6E3AB
(230,227,171)
#D2CF9C
(210,207,156)
#BEBB8D
(190,187,141)
#AAA77E
(170,167,126)
#96936F
(150,147,111)
#827F60
(130,127,96)
#6E6B51
(110,107,81)
#5A5742
(90,87,66)
#464333
(70,67,51)
#322F24
(50,47,36)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6E3AB

#E6E3AB
(230,227,171)
#E8E5B2
(232,229,178)
#EAE7B9
(234,231,185)
#ECE9C0
(236,233,192)
#EEEBC7
(238,235,199)
#F0EDCE
(240,237,206)
#F2EFD5
(242,239,213)
#F4F1DC
(244,241,220)
#F6F3E3
(246,243,227)
#F8F5EA
(248,245,234)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E3AB; }

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

This text font color is #E6E3AB.

Background Color

.myBgColor { background-color: #E6E3AB; }

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

This div background color is #E6E3AB.

Border color

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

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

This div border color is #E6E3AB.

Opacity

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

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

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

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

This text has shadow with #E6E3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E3AB.

Preview

Color preview on black background

This text has color #E6E3AB on black background.


Color preview on white background

This text has color #E6E3AB on white background.


Black color preview on #E6E3AB background

This text has black color on #E6E3AB background.


White color preview on #E6E3AB background

This text has white color on #E6E3AB background.


Related colors

Complementary color

Complementary color for #hex is #191C54.


I love getcolorcode.com

Triadic colors

1 #ABE6E3 and #E3ABE6 with #E6E3AB are triadic colors.

2 #ABE3E6 and #E3E6AB with #E6E3AB are triadic colors.