COLOR #E6D6BD

HEX: #E6D6BD RGB: (230,214,189)

Color info

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

RGB color model

#E6D6BD color RGB value is (230,214,189).

RGB: (230,214,189) (90%, 84%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 189 of 255 = 74%

230
214
189

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

Portions of RGB colors in percentages

R + G + B = 230 + 214 + 189 = 633 (100%)
R 230 of 633 ~ 36.33%
G 214 of 633 ~ 33.81%
B 189 of 633 ~ 29.86'%

%36.33
%33.81
%29.86

CMYK color model

#E6D6BD color CMYK value is (0,7,18,10).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 17.83%
  • key color value is 9.80%

CMYK: (0,7,18,10)
C0M7Y18K10 (0%, 7%, 18%, 10%)
(0.00 / 0.07 / 0.18 / 0.10)

CMYK percentages

%0
%6.96
%17.83
%9.8

Codes

Color #E6D6BD in popluar color models

E6 D6 BD
RGB 230 214 189
HSL 37° 45.05% 82.16%
HSB/HSV 37° 17.83% 90.20%
CMYK 0.00% 6.96% 17.83%
9.80%

Color #E6D6BD in popluar number systems.

HEX E6 D6 BD
Decimal 230 214 189
Binary 11100110 11010110 10111101
Octal 346 326 275

Shades and tints

Shades of #E6D6BD

#E6D6BD
(230,214,189)
#D2C3AC
(210,195,172)
#BEB09B
(190,176,155)
#AA9D8A
(170,157,138)
#968A79
(150,138,121)
#827768
(130,119,104)
#6E6457
(110,100,87)
#5A5146
(90,81,70)
#463E35
(70,62,53)
#322B24
(50,43,36)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6D6BD

#E6D6BD
(230,214,189)
#E8D9C3
(232,217,195)
#EADCC9
(234,220,201)
#ECDFCF
(236,223,207)
#EEE2D5
(238,226,213)
#F0E5DB
(240,229,219)
#F2E8E1
(242,232,225)
#F4EBE7
(244,235,231)
#F6EEED
(246,238,237)
#F8F1F3
(248,241,243)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6BD; }

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

This text font color is #E6D6BD.

Background Color

.myBgColor { background-color: #E6D6BD; }

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

This div background color is #E6D6BD.

Border color

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

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

This div border color is #E6D6BD.

Opacity

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

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

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

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

This text has shadow with #E6D6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D6BD.

Preview

Color preview on black background

This text has color #E6D6BD on black background.


Color preview on white background

This text has color #E6D6BD on white background.


Black color preview on #E6D6BD background

This text has black color on #E6D6BD background.


White color preview on #E6D6BD background

This text has white color on #E6D6BD background.


Related colors

Complementary color

Complementary color for #hex is #192942.


I love getcolorcode.com

Triadic colors

1 #BDE6D6 and #D6BDE6 with #E6D6BD are triadic colors.

2 #BDD6E6 and #D6E6BD with #E6D6BD are triadic colors.