COLOR #E6E4B4

HEX: #E6E4B4
RGB: (230,228,180)

Color info

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

RGB color model

#E6E4B4 color RGB value is (230,228,180).

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

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 180 of 255 = 71%

230
228
180

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

Portions of RGB colors in percentages

R + G + B =
230 + 228 + 180 = 638 (100%)
R 230 of 638 ~ 36.05%
G 228 of 638 ~ 35.74%
B 180 of 638 ~ 28.21%

%36.05
%35.74
%28.21

CMYK color model

#E6E4B4 color CMYK value is (0,1,22,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 21.74%
  • key color value is 9.80%
CMYK:
(0,1,22,10)
C0M1Y22K10 
(0%,1%,22%,10%)
(0.00/0.01/0.22/0.10)	

CMYK percentages

%0
%0.87
%21.74
%9.8

Codes

Color #E6E4B4 in popluar color models

E6E4B4
RGB230228180
HSL58°50.00%80.39%
HSB/HSV58°21.74%90.20%
CMYK0.00%0.87%21.74%
9.80%

Color #E6E4B4 in popluar number systems.

HEXE6E4B4
Decimal230228180
Binary111001101110010010110100
Octal346344264

Shades and tints

Shades of #E6E4B4

#E6E4B4
(230,228,180)
#D2D0A4
(210,208,164)
#BEBC94
(190,188,148)
#AAA884
(170,168,132)
#969474
(150,148,116)
#828064
(130,128,100)
#6E6C54
(110,108,84)
#5A5844
(90,88,68)
#464434
(70,68,52)
#323024
(50,48,36)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6E4B4

#E6E4B4
(230,228,180)
#E8E6BA
(232,230,186)
#EAE8C0
(234,232,192)
#ECEAC6
(236,234,198)
#EEECCC
(238,236,204)
#F0EED2
(240,238,210)
#F2F0D8
(242,240,216)
#F4F2DE
(244,242,222)
#F6F4E4
(246,244,228)
#F8F6EA
(248,246,234)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4B4; }

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

This text font color is #E6E4B4.


Background Color

.myBgColor { background-color: #E6E4B4; }

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

This div background color is #E6E4B4.


Border color

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

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

This div border color is #E6E4B4.


Opacity

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

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

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

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

This text has shadow with #E6E4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4B4 on black background.


Color preview on white background

This text has color #E6E4B4 on white background.



Black color preview on #E6E4B4 background

This text has black color on #E6E4B4 background.


White color preview on #E6E4B4 background

This text has white color on #E6E4B4 background.