COLOR #E6D4B9

HEX: #E6D4B9 RGB: (230,212,185)

Color info

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

RGB color model

#E6D4B9 color RGB value is (230,212,185).

RGB: (230,212,185) (90%, 83%, 73%)

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 185 of 255 = 73%

230
212
185

R + G + B ~ 82%. #E6D4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 212 + 185 = 627 (100%)
R 230 of 627 ~ 36.68%
G 212 of 627 ~ 33.81%
B 185 of 627 ~ 29.51'%

%36.68
%33.81
%29.51

CMYK color model

#E6D4B9 color CMYK value is (0,8,20,10).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK: (0,8,20,10) C0M8Y20K10 (0%,8%,20%,10%) (0.00/0.08/0.20/0.10) 

CMYK percentages

%0
%7.83
%19.57
%9.8

Codes

Color #E6D4B9 in popluar color models

E6 D4 B9
RGB 230 212 185
HSL 36° 47.37% 81.37%
HSB/HSV 36° 19.57% 90.20%
CMYK 0.00% 7.83% 19.57%
9.80%

Color #E6D4B9 in popluar number systems.

HEX E6 D4 B9
Decimal 230 212 185
Binary 11100110 11010100 10111001
Octal 346 324 271

Shades and tints

Shades of #E6D4B9

#E6D4B9
(230,212,185)
#D2C1A9
(210,193,169)
#BEAE99
(190,174,153)
#AA9B89
(170,155,137)
#968879
(150,136,121)
#827569
(130,117,105)
#6E6259
(110,98,89)
#5A4F49
(90,79,73)
#463C39
(70,60,57)
#322929
(50,41,41)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6D4B9

#E6D4B9
(230,212,185)
#E8D7BF
(232,215,191)
#EADAC5
(234,218,197)
#ECDDCB
(236,221,203)
#EEE0D1
(238,224,209)
#F0E3D7
(240,227,215)
#F2E6DD
(242,230,221)
#F4E9E3
(244,233,227)
#F6ECE9
(246,236,233)
#F8EFEF
(248,239,239)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4B9; }

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

This text font color is #E6D4B9.

Background Color

.myBgColor { background-color: #E6D4B9; }

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

This div background color is #E6D4B9.

Border color

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

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

This div border color is #E6D4B9.

Opacity

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

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

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

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

This text has shadow with #E6D4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D4B9.

Preview

Color preview on black background

This text has color #E6D4B9 on black background.


Color preview on white background

This text has color #E6D4B9 on white background.


Black color preview on #E6D4B9 background

This text has black color on #E6D4B9 background.


White color preview on #E6D4B9 background

This text has white color on #E6D4B9 background.


Related colors

Complementary color

Complementary color for #hex is #192B46.


I love getcolorcode.com

Triadic colors

1 #B9E6D4 and #D4B9E6 with #E6D4B9 are triadic colors.

2 #B9D4E6 and #D4E6B9 with #E6D4B9 are triadic colors.