COLOR #E6C7B8

HEX: #E6C7B8
RGB: (230,199,184)

Color info

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

RGB color model

#E6C7B8 color RGB value is (230,199,184).

  • red value is 230;
  • green value is 199;
  • blue value is 184.
RGB:
(230,199,184)
(90%,78%,72%)

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 184 of 255 = 72%

230
199
184

R + G + B ~ 80%. #E6C7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 199 + 184 = 613 (100%)
R 230 of 613 ~ 37.52%
G 199 of 613 ~ 32.46%
B 184 of 613 ~ 30.02%

%37.52
%32.46
%30.02

CMYK color model

#E6C7B8 color CMYK value is (0,13,20,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(0,13,20,10)
C0M13Y20K10 
(0%,13%,20%,10%)
(0.00/0.13/0.20/0.10)	

CMYK percentages

%0
%13.48
%20
%9.8

Codes

Color #E6C7B8 in popluar color models

E6C7B8
RGB230199184
HSL20°47.92%81.18%
HSB/HSV20°20.00%90.20%
CMYK0.00%13.48%20.00%
9.80%

Color #E6C7B8 in popluar number systems.

HEXE6C7B8
Decimal230199184
Binary111001101100011110111000
Octal346307270

Shades and tints

Shades of #E6C7B8

#E6C7B8
(230,199,184)
#D2B5A8
(210,181,168)
#BEA398
(190,163,152)
#AA9188
(170,145,136)
#967F78
(150,127,120)
#826D68
(130,109,104)
#6E5B58
(110,91,88)
#5A4948
(90,73,72)
#463738
(70,55,56)
#322528
(50,37,40)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6C7B8

#E6C7B8
(230,199,184)
#E8CCBE
(232,204,190)
#EAD1C4
(234,209,196)
#ECD6CA
(236,214,202)
#EEDBD0
(238,219,208)
#F0E0D6
(240,224,214)
#F2E5DC
(242,229,220)
#F4EAE2
(244,234,226)
#F6EFE8
(246,239,232)
#F8F4EE
(248,244,238)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C7B8 color. Also use rgb(230,199,184) instead hex code.

Text Font Color

.myTextColor { color: #E6C7B8; }

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

This text font color is #E6C7B8.


Background Color

.myBgColor { background-color: #E6C7B8; }

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

This div background color is #E6C7B8.


Border color

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

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

This div border color is #E6C7B8.


Opacity

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

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

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

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

This text has shadow with #E6C7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7B8 on black background.


Color preview on white background

This text has color #E6C7B8 on white background.



Black color preview on #E6C7B8 background

This text has black color on #E6C7B8 background.


White color preview on #E6C7B8 background

This text has white color on #E6C7B8 background.