COLOR #E6E4BD

HEX: #E6E4BD
RGB: (230,228,189)

Color info

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

RGB color model

#E6E4BD color RGB value is (230,228,189).

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

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 189 of 255 = 74%

230
228
189

R + G + B ~ 84%. #E6E4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 228 + 189 = 647 (100%)
R 230 of 647 ~ 35.55%
G 228 of 647 ~ 35.24%
B 189 of 647 ~ 29.21%

%35.55
%35.24
%29.21

CMYK color model

#E6E4BD color CMYK value is (0,1,18,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(0,1,18,10)
C0M1Y18K10 
(0%,1%,18%,10%)
(0.00/0.01/0.18/0.10)	

CMYK percentages

%0
%0.87
%17.83
%9.8

Codes

Color #E6E4BD in popluar color models

E6E4BD
RGB230228189
HSL57°45.05%82.16%
HSB/HSV57°17.83%90.20%
CMYK0.00%0.87%17.83%
9.80%

Color #E6E4BD in popluar number systems.

HEXE6E4BD
Decimal230228189
Binary111001101110010010111101
Octal346344275

Shades and tints

Shades of #E6E4BD

#E6E4BD
(230,228,189)
#D2D0AC
(210,208,172)
#BEBC9B
(190,188,155)
#AAA88A
(170,168,138)
#969479
(150,148,121)
#828068
(130,128,104)
#6E6C57
(110,108,87)
#5A5846
(90,88,70)
#464435
(70,68,53)
#323024
(50,48,36)
#1E1C13
(30,28,19)
#000000
(0,0,0)

Tints of #E6E4BD

#E6E4BD
(230,228,189)
#E8E6C3
(232,230,195)
#EAE8C9
(234,232,201)
#ECEACF
(236,234,207)
#EEECD5
(238,236,213)
#F0EEDB
(240,238,219)
#F2F0E1
(242,240,225)
#F4F2E7
(244,242,231)
#F6F4ED
(246,244,237)
#F8F6F3
(248,246,243)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4BD; }

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

This text font color is #E6E4BD.


Background Color

.myBgColor { background-color: #E6E4BD; }

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

This div background color is #E6E4BD.


Border color

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

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

This div border color is #E6E4BD.


Opacity

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

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

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

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

This text has shadow with #E6E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4BD on black background.


Color preview on white background

This text has color #E6E4BD on white background.



Black color preview on #E6E4BD background

This text has black color on #E6E4BD background.


White color preview on #E6E4BD background

This text has white color on #E6E4BD background.