COLOR #E6DCB1

HEX: #E6DCB1 RGB: (230,220,177)

Color info

#E6DCB1 contains red, green and blue colors in about the same proportion. Web safe color of #E6DCB1 is #CCCC99 (or #CC9).

RGB color model

#E6DCB1 color RGB value is (230,220,177).

RGB: (230,220,177) (90%, 86%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 177 of 255 = 69%

230
220
177

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 177 = 627 (100%)
R 230 of 627 ~ 36.68%
G 220 of 627 ~ 35.09%
B 177 of 627 ~ 28.23'%

%36.68
%35.09
%28.23

CMYK color model

#E6DCB1 color CMYK value is (0,4,23,10).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 23.04%
  • key color value is 9.80%

CMYK: (0,4,23,10)
C0M4Y23K10 (0%, 4%, 23%, 10%)
(0.00 / 0.04 / 0.23 / 0.10)

CMYK percentages

%0
%4.35
%23.04
%9.8

Codes

Color #E6DCB1 in popluar color models

E6 DC B1
RGB 230 220 177
HSL 49° 51.46% 79.80%
HSB/HSV 49° 23.04% 90.20%
CMYK 0.00% 4.35% 23.04%
9.80%

Color #E6DCB1 in popluar number systems.

HEX E6 DC B1
Decimal 230 220 177
Binary 11100110 11011100 10110001
Octal 346 334 261

Shades and tints

Shades of #E6DCB1

#E6DCB1
(230,220,177)
#D2C8A1
(210,200,161)
#BEB491
(190,180,145)
#AAA081
(170,160,129)
#968C71
(150,140,113)
#827861
(130,120,97)
#6E6451
(110,100,81)
#5A5041
(90,80,65)
#463C31
(70,60,49)
#322821
(50,40,33)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #E6DCB1

#E6DCB1
(230,220,177)
#E8DFB8
(232,223,184)
#EAE2BF
(234,226,191)
#ECE5C6
(236,229,198)
#EEE8CD
(238,232,205)
#F0EBD4
(240,235,212)
#F2EEDB
(242,238,219)
#F4F1E2
(244,241,226)
#F6F4E9
(246,244,233)
#F8F7F0
(248,247,240)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCB1; }

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

This text font color is #E6DCB1.

Background Color

.myBgColor { background-color: #E6DCB1; }

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

This div background color is #E6DCB1.

Border color

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

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

This div border color is #E6DCB1.

Opacity

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

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

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

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

This text has shadow with #E6DCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCB1.

Preview

Color preview on black background

This text has color #E6DCB1 on black background.


Color preview on white background

This text has color #E6DCB1 on white background.


Black color preview on #E6DCB1 background

This text has black color on #E6DCB1 background.


White color preview on #E6DCB1 background

This text has white color on #E6DCB1 background.


Related colors

Complementary color

Complementary color for #hex is #19234E.


I love getcolorcode.com

Triadic colors

1 #B1E6DC and #DCB1E6 with #E6DCB1 are triadic colors.

2 #B1DCE6 and #DCE6B1 with #E6DCB1 are triadic colors.