COLOR #E6DCBE

HEX: #E6DCBE RGB: (230,220,190)

Color info

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

RGB color model

#E6DCBE color RGB value is (230,220,190).

RGB: (230,220,190) (90%, 86%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 190 of 255 = 75%

230
220
190

R + G + B ~ 84%. #E6DCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 190 = 640 (100%)
R 230 of 640 ~ 35.94%
G 220 of 640 ~ 34.38%
B 190 of 640 ~ 29.69'%

%35.94
%34.38
%29.69

CMYK color model

#E6DCBE color CMYK value is (0,4,17,10).

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

CMYK: (0,4,17,10)
C0M4Y17K10 (0%, 4%, 17%, 10%)
(0.00 / 0.04 / 0.17 / 0.10)

CMYK percentages

%0
%4.35
%17.39
%9.8

Codes

Color #E6DCBE in popluar color models

E6 DC BE
RGB 230 220 190
HSL 45° 44.44% 82.35%
HSB/HSV 45° 17.39% 90.20%
CMYK 0.00% 4.35% 17.39%
9.80%

Color #E6DCBE in popluar number systems.

HEX E6 DC BE
Decimal 230 220 190
Binary 11100110 11011100 10111110
Octal 346 334 276

Shades and tints

Shades of #E6DCBE

#E6DCBE
(230,220,190)
#D2C8AD
(210,200,173)
#BEB49C
(190,180,156)
#AAA08B
(170,160,139)
#968C7A
(150,140,122)
#827869
(130,120,105)
#6E6458
(110,100,88)
#5A5047
(90,80,71)
#463C36
(70,60,54)
#322825
(50,40,37)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E6DCBE

#E6DCBE
(230,220,190)
#E8DFC3
(232,223,195)
#EAE2C8
(234,226,200)
#ECE5CD
(236,229,205)
#EEE8D2
(238,232,210)
#F0EBD7
(240,235,215)
#F2EEDC
(242,238,220)
#F4F1E1
(244,241,225)
#F6F4E6
(246,244,230)
#F8F7EB
(248,247,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCBE; }

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

This text font color is #E6DCBE.

Background Color

.myBgColor { background-color: #E6DCBE; }

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

This div background color is #E6DCBE.

Border color

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

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

This div border color is #E6DCBE.

Opacity

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

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

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

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

This text has shadow with #E6DCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCBE.

Preview

Color preview on black background

This text has color #E6DCBE on black background.


Color preview on white background

This text has color #E6DCBE on white background.


Black color preview on #E6DCBE background

This text has black color on #E6DCBE background.


White color preview on #E6DCBE background

This text has white color on #E6DCBE background.


Related colors

Complementary color

Complementary color for #hex is #192341.


I love getcolorcode.com

Triadic colors

1 #BEE6DC and #DCBEE6 with #E6DCBE are triadic colors.

2 #BEDCE6 and #DCE6BE with #E6DCBE are triadic colors.