COLOR #E6DCBD

HEX: #E6DCBD RGB: (230,220,189)

Color info

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

RGB color model

#E6DCBD color RGB value is (230,220,189).

RGB: (230,220,189) (90%, 86%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 189 of 255 = 74%

230
220
189

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 189 = 639 (100%)
R 230 of 639 ~ 35.99%
G 220 of 639 ~ 34.43%
B 189 of 639 ~ 29.58'%

%35.99
%34.43
%29.58

CMYK color model

#E6DCBD color CMYK value is (0,4,18,10).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK: (0,4,18,10) C0M4Y18K10 (0%,4%,18%,10%) (0.00/0.04/0.18/0.10) 

CMYK percentages

%0
%4.35
%17.83
%9.8

Codes

Color #E6DCBD in popluar color models

E6 DC BD
RGB 230 220 189
HSL 45° 45.05% 82.16%
HSB/HSV 45° 17.83% 90.20%
CMYK 0.00% 4.35% 17.83%
9.80%

Color #E6DCBD in popluar number systems.

HEX E6 DC BD
Decimal 230 220 189
Binary 11100110 11011100 10111101
Octal 346 334 275

Shades and tints

Shades of #E6DCBD

#E6DCBD
(230,220,189)
#D2C8AC
(210,200,172)
#BEB49B
(190,180,155)
#AAA08A
(170,160,138)
#968C79
(150,140,121)
#827868
(130,120,104)
#6E6457
(110,100,87)
#5A5046
(90,80,70)
#463C35
(70,60,53)
#322824
(50,40,36)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6DCBD

#E6DCBD
(230,220,189)
#E8DFC3
(232,223,195)
#EAE2C9
(234,226,201)
#ECE5CF
(236,229,207)
#EEE8D5
(238,232,213)
#F0EBDB
(240,235,219)
#F2EEE1
(242,238,225)
#F4F1E7
(244,241,231)
#F6F4ED
(246,244,237)
#F8F7F3
(248,247,243)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCBD; }

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

This text font color is #E6DCBD.

Background Color

.myBgColor { background-color: #E6DCBD; }

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

This div background color is #E6DCBD.

Border color

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

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

This div border color is #E6DCBD.

Opacity

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

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

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

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

This text has shadow with #E6DCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCBD.

Preview

Color preview on black background

This text has color #E6DCBD on black background.


Color preview on white background

This text has color #E6DCBD on white background.


Black color preview on #E6DCBD background

This text has black color on #E6DCBD background.


White color preview on #E6DCBD background

This text has white color on #E6DCBD background.


Related colors

Complementary color

Complementary color for #hex is #192342.


I love getcolorcode.com

Triadic colors

1 #BDE6DC and #DCBDE6 with #E6DCBD are triadic colors.

2 #BDDCE6 and #DCE6BD with #E6DCBD are triadic colors.