COLOR #E6E4BE

HEX: #E6E4BE RGB: (230,228,190)

Color info

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

RGB color model

#E6E4BE color RGB value is (230,228,190).

RGB: (230,228,190) (90%, 89%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 190 of 255 = 75%

230
228
190

R + G + B ~ 85%. #E6E4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 228 + 190 = 648 (100%)
R 230 of 648 ~ 35.49%
G 228 of 648 ~ 35.19%
B 190 of 648 ~ 29.32'%

%35.49
%35.19
%29.32

CMYK color model

#E6E4BE color CMYK value is (0,1,17,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 17.39%
  • key color value is 9.80%

CMYK: (0,1,17,10)
C0M1Y17K10 (0%, 1%, 17%, 10%)
(0.00 / 0.01 / 0.17 / 0.10)

CMYK percentages

%0
%0.87
%17.39
%9.8

Codes

Color #E6E4BE in popluar color models

E6 E4 BE
RGB 230 228 190
HSL 57° 44.44% 82.35%
HSB/HSV 57° 17.39% 90.20%
CMYK 0.00% 0.87% 17.39%
9.80%

Color #E6E4BE in popluar number systems.

HEX E6 E4 BE
Decimal 230 228 190
Binary 11100110 11100100 10111110
Octal 346 344 276

Shades and tints

Shades of #E6E4BE

#E6E4BE
(230,228,190)
#D2D0AD
(210,208,173)
#BEBC9C
(190,188,156)
#AAA88B
(170,168,139)
#96947A
(150,148,122)
#828069
(130,128,105)
#6E6C58
(110,108,88)
#5A5847
(90,88,71)
#464436
(70,68,54)
#323025
(50,48,37)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6E4BE

#E6E4BE
(230,228,190)
#E8E6C3
(232,230,195)
#EAE8C8
(234,232,200)
#ECEACD
(236,234,205)
#EEECD2
(238,236,210)
#F0EED7
(240,238,215)
#F2F0DC
(242,240,220)
#F4F2E1
(244,242,225)
#F6F4E6
(246,244,230)
#F8F6EB
(248,246,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4BE; }

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

This text font color is #E6E4BE.

Background Color

.myBgColor { background-color: #E6E4BE; }

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

This div background color is #E6E4BE.

Border color

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

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

This div border color is #E6E4BE.

Opacity

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

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

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

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

This text has shadow with #E6E4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E4BE.

Preview

Color preview on black background

This text has color #E6E4BE on black background.


Color preview on white background

This text has color #E6E4BE on white background.


Black color preview on #E6E4BE background

This text has black color on #E6E4BE background.


White color preview on #E6E4BE background

This text has white color on #E6E4BE background.


Related colors

Complementary color

Complementary color for #hex is #191B41.


I love getcolorcode.com

Triadic colors

1 #BEE6E4 and #E4BEE6 with #E6E4BE are triadic colors.

2 #BEE4E6 and #E4E6BE with #E6E4BE are triadic colors.