COLOR #E6DABE

HEX: #E6DABE
RGB: (230,218,190)

Color info

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

RGB color model

#E6DABE color RGB value is (230,218,190).

  • red value is 230;
  • green value is 218;
  • blue value is 190.
RGB:
(230,218,190)
(90%,85%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 190 of 255 = 75%

230
218
190

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

Portions of RGB colors in percentages

R + G + B =
230 + 218 + 190 = 638 (100%)
R 230 of 638 ~ 36.05%
G 218 of 638 ~ 34.17%
B 190 of 638 ~ 29.78%

%36.05
%34.17
%29.78

CMYK color model

#E6DABE color CMYK value is (0,5,17,10).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(0,5,17,10)
C0M5Y17K10 
(0%,5%,17%,10%)
(0.00/0.05/0.17/0.10)	

CMYK percentages

%0
%5.22
%17.39
%9.8

Codes

Color #E6DABE in popluar color models

E6DABE
RGB230218190
HSL42°44.44%82.35%
HSB/HSV42°17.39%90.20%
CMYK0.00%5.22%17.39%
9.80%

Color #E6DABE in popluar number systems.

HEXE6DABE
Decimal230218190
Binary111001101101101010111110
Octal346332276

Shades and tints

Shades of #E6DABE

#E6DABE
(230,218,190)
#D2C7AD
(210,199,173)
#BEB49C
(190,180,156)
#AAA18B
(170,161,139)
#968E7A
(150,142,122)
#827B69
(130,123,105)
#6E6858
(110,104,88)
#5A5547
(90,85,71)
#464236
(70,66,54)
#322F25
(50,47,37)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6DABE

#E6DABE
(230,218,190)
#E8DDC3
(232,221,195)
#EAE0C8
(234,224,200)
#ECE3CD
(236,227,205)
#EEE6D2
(238,230,210)
#F0E9D7
(240,233,215)
#F2ECDC
(242,236,220)
#F4EFE1
(244,239,225)
#F6F2E6
(246,242,230)
#F8F5EB
(248,245,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DABE; }

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

This text font color is #E6DABE.


Background Color

.myBgColor { background-color: #E6DABE; }

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

This div background color is #E6DABE.


Border color

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

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

This div border color is #E6DABE.


Opacity

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

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

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

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

This text has shadow with #E6DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DABE on black background.


Color preview on white background

This text has color #E6DABE on white background.



Black color preview on #E6DABE background

This text has black color on #E6DABE background.


White color preview on #E6DABE background

This text has white color on #E6DABE background.