COLOR #E6D7C4

HEX: #E6D7C4
RGB: (230,215,196)

Color info

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

RGB color model

#E6D7C4 color RGB value is (230,215,196).

  • red value is 230;
  • green value is 215;
  • blue value is 196.
RGB:
(230,215,196)
(90%,84%,77%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 196 of 255 = 77%

230
215
196

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

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 196 = 641 (100%)
R 230 of 641 ~ 35.88%
G 215 of 641 ~ 33.54%
B 196 of 641 ~ 30.58%

%35.88
%33.54
%30.58

CMYK color model

#E6D7C4 color CMYK value is (0,7,15,10).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK:
(0,7,15,10)
C0M7Y15K10 
(0%,7%,15%,10%)
(0.00/0.07/0.15/0.10)	

CMYK percentages

%0
%6.52
%14.78
%9.8

Codes

Color #E6D7C4 in popluar color models

E6D7C4
RGB230215196
HSL34°40.48%83.53%
HSB/HSV34°14.78%90.20%
CMYK0.00%6.52%14.78%
9.80%

Color #E6D7C4 in popluar number systems.

HEXE6D7C4
Decimal230215196
Binary111001101101011111000100
Octal346327304

Shades and tints

Shades of #E6D7C4

#E6D7C4
(230,215,196)
#D2C4B3
(210,196,179)
#BEB1A2
(190,177,162)
#AA9E91
(170,158,145)
#968B80
(150,139,128)
#82786F
(130,120,111)
#6E655E
(110,101,94)
#5A524D
(90,82,77)
#463F3C
(70,63,60)
#322C2B
(50,44,43)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6D7C4

#E6D7C4
(230,215,196)
#E8DAC9
(232,218,201)
#EADDCE
(234,221,206)
#ECE0D3
(236,224,211)
#EEE3D8
(238,227,216)
#F0E6DD
(240,230,221)
#F2E9E2
(242,233,226)
#F4ECE7
(244,236,231)
#F6EFEC
(246,239,236)
#F8F2F1
(248,242,241)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7C4 color. Also use rgb(230,215,196) instead hex code.

Text Font Color

.myTextColor { color: #E6D7C4; }

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

This text font color is #E6D7C4.


Background Color

.myBgColor { background-color: #E6D7C4; }

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

This div background color is #E6D7C4.


Border color

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

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

This div border color is #E6D7C4.


Opacity

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

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

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

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

This text has shadow with #E6D7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7C4 on black background.


Color preview on white background

This text has color #E6D7C4 on white background.



Black color preview on #E6D7C4 background

This text has black color on #E6D7C4 background.


White color preview on #E6D7C4 background

This text has white color on #E6D7C4 background.