COLOR #E6D3B2

HEX: #E6D3B2
RGB: (230,211,178)

Color info

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

RGB color model

#E6D3B2 color RGB value is (230,211,178).

  • red value is 230;
  • green value is 211;
  • blue value is 178.
RGB:
(230,211,178)
(90%,83%,70%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 178 of 255 = 70%

230
211
178

R + G + B ~ 81%. #E6D3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 211 + 178 = 619 (100%)
R 230 of 619 ~ 37.16%
G 211 of 619 ~ 34.09%
B 178 of 619 ~ 28.76%

%37.16
%34.09
%28.76

CMYK color model

#E6D3B2 color CMYK value is (0,8,23,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 22.61%
  • key color value is 9.80%
CMYK:
(0,8,23,10)
C0M8Y23K10 
(0%,8%,23%,10%)
(0.00/0.08/0.23/0.10)	

CMYK percentages

%0
%8.26
%22.61
%9.8

Codes

Color #E6D3B2 in popluar color models

E6D3B2
RGB230211178
HSL38°50.98%80.00%
HSB/HSV38°22.61%90.20%
CMYK0.00%8.26%22.61%
9.80%

Color #E6D3B2 in popluar number systems.

HEXE6D3B2
Decimal230211178
Binary111001101101001110110010
Octal346323262

Shades and tints

Shades of #E6D3B2

#E6D3B2
(230,211,178)
#D2C0A2
(210,192,162)
#BEAD92
(190,173,146)
#AA9A82
(170,154,130)
#968772
(150,135,114)
#827462
(130,116,98)
#6E6152
(110,97,82)
#5A4E42
(90,78,66)
#463B32
(70,59,50)
#322822
(50,40,34)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #E6D3B2

#E6D3B2
(230,211,178)
#E8D7B9
(232,215,185)
#EADBC0
(234,219,192)
#ECDFC7
(236,223,199)
#EEE3CE
(238,227,206)
#F0E7D5
(240,231,213)
#F2EBDC
(242,235,220)
#F4EFE3
(244,239,227)
#F6F3EA
(246,243,234)
#F8F7F1
(248,247,241)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3B2 color. Also use rgb(230,211,178) instead hex code.

Text Font Color

.myTextColor { color: #E6D3B2; }

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

This text font color is #E6D3B2.


Background Color

.myBgColor { background-color: #E6D3B2; }

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

This div background color is #E6D3B2.


Border color

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

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

This div border color is #E6D3B2.


Opacity

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

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

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

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

This text has shadow with #E6D3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D3B2 on black background.


Color preview on white background

This text has color #E6D3B2 on white background.



Black color preview on #E6D3B2 background

This text has black color on #E6D3B2 background.


White color preview on #E6D3B2 background

This text has white color on #E6D3B2 background.