COLOR #E6C8BD

HEX: #E6C8BD
RGB: (230,200,189)

Color info

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

RGB color model

#E6C8BD color RGB value is (230,200,189).

  • red value is 230;
  • green value is 200;
  • blue value is 189.
RGB:
(230,200,189)
(90%,78%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 200 of 255 = 78%
B 189 of 255 = 74%

230
200
189

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

Portions of RGB colors in percentages

R + G + B =
230 + 200 + 189 = 619 (100%)
R 230 of 619 ~ 37.16%
G 200 of 619 ~ 32.31%
B 189 of 619 ~ 30.53%

%37.16
%32.31
%30.53

CMYK color model

#E6C8BD color CMYK value is (0,13,18,10).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(0,13,18,10)
C0M13Y18K10 
(0%,13%,18%,10%)
(0.00/0.13/0.18/0.10)	

CMYK percentages

%0
%13.04
%17.83
%9.8

Codes

Color #E6C8BD in popluar color models

E6C8BD
RGB230200189
HSL16°45.05%82.16%
HSB/HSV16°17.83%90.20%
CMYK0.00%13.04%17.83%
9.80%

Color #E6C8BD in popluar number systems.

HEXE6C8BD
Decimal230200189
Binary111001101100100010111101
Octal346310275

Shades and tints

Shades of #E6C8BD

#E6C8BD
(230,200,189)
#D2B6AC
(210,182,172)
#BEA49B
(190,164,155)
#AA928A
(170,146,138)
#968079
(150,128,121)
#826E68
(130,110,104)
#6E5C57
(110,92,87)
#5A4A46
(90,74,70)
#463835
(70,56,53)
#322624
(50,38,36)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6C8BD

#E6C8BD
(230,200,189)
#E8CDC3
(232,205,195)
#EAD2C9
(234,210,201)
#ECD7CF
(236,215,207)
#EEDCD5
(238,220,213)
#F0E1DB
(240,225,219)
#F2E6E1
(242,230,225)
#F4EBE7
(244,235,231)
#F6F0ED
(246,240,237)
#F8F5F3
(248,245,243)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C8BD color. Also use rgb(230,200,189) instead hex code.

Text Font Color

.myTextColor { color: #E6C8BD; }

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

This text font color is #E6C8BD.


Background Color

.myBgColor { background-color: #E6C8BD; }

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

This div background color is #E6C8BD.


Border color

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

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

This div border color is #E6C8BD.


Opacity

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

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

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

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

This text has shadow with #E6C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C8BD on black background.


Color preview on white background

This text has color #E6C8BD on white background.



Black color preview on #E6C8BD background

This text has black color on #E6C8BD background.


White color preview on #E6C8BD background

This text has white color on #E6C8BD background.