COLOR #E6D4BE

HEX: #E6D4BE
RGB: (230,212,190)

Color info

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

RGB color model

#E6D4BE color RGB value is (230,212,190).

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

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 190 of 255 = 75%

230
212
190

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

Portions of RGB colors in percentages

R + G + B =
230 + 212 + 190 = 632 (100%)
R 230 of 632 ~ 36.39%
G 212 of 632 ~ 33.54%
B 190 of 632 ~ 30.06%

%36.39
%33.54
%30.06

CMYK color model

#E6D4BE color CMYK value is (0,8,17,10).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(0,8,17,10)
C0M8Y17K10 
(0%,8%,17%,10%)
(0.00/0.08/0.17/0.10)	

CMYK percentages

%0
%7.83
%17.39
%9.8

Codes

Color #E6D4BE in popluar color models

E6D4BE
RGB230212190
HSL33°44.44%82.35%
HSB/HSV33°17.39%90.20%
CMYK0.00%7.83%17.39%
9.80%

Color #E6D4BE in popluar number systems.

HEXE6D4BE
Decimal230212190
Binary111001101101010010111110
Octal346324276

Shades and tints

Shades of #E6D4BE

#E6D4BE
(230,212,190)
#D2C1AD
(210,193,173)
#BEAE9C
(190,174,156)
#AA9B8B
(170,155,139)
#96887A
(150,136,122)
#827569
(130,117,105)
#6E6258
(110,98,88)
#5A4F47
(90,79,71)
#463C36
(70,60,54)
#322925
(50,41,37)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6D4BE

#E6D4BE
(230,212,190)
#E8D7C3
(232,215,195)
#EADAC8
(234,218,200)
#ECDDCD
(236,221,205)
#EEE0D2
(238,224,210)
#F0E3D7
(240,227,215)
#F2E6DC
(242,230,220)
#F4E9E1
(244,233,225)
#F6ECE6
(246,236,230)
#F8EFEB
(248,239,235)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4BE; }

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

This text font color is #E6D4BE.


Background Color

.myBgColor { background-color: #E6D4BE; }

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

This div background color is #E6D4BE.


Border color

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

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

This div border color is #E6D4BE.


Opacity

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

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

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

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

This text has shadow with #E6D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4BE on black background.


Color preview on white background

This text has color #E6D4BE on white background.



Black color preview on #E6D4BE background

This text has black color on #E6D4BE background.


White color preview on #E6D4BE background

This text has white color on #E6D4BE background.