COLOR #E6C1B9

HEX: #E6C1B9
RGB: (230,193,185)

Color info

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

RGB color model

#E6C1B9 color RGB value is (230,193,185).

  • red value is 230;
  • green value is 193;
  • blue value is 185.
RGB:
(230,193,185)
(90%,76%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 185 of 255 = 73%

230
193
185

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

Portions of RGB colors in percentages

R + G + B =
230 + 193 + 185 = 608 (100%)
R 230 of 608 ~ 37.83%
G 193 of 608 ~ 31.74%
B 185 of 608 ~ 30.43%

%37.83
%31.74
%30.43

CMYK color model

#E6C1B9 color CMYK value is (0,16,20,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(0,16,20,10)
C0M16Y20K10 
(0%,16%,20%,10%)
(0.00/0.16/0.20/0.10)	

CMYK percentages

%0
%16.09
%19.57
%9.8

Codes

Color #E6C1B9 in popluar color models

E6C1B9
RGB230193185
HSL11°47.37%81.37%
HSB/HSV11°19.57%90.20%
CMYK0.00%16.09%19.57%
9.80%

Color #E6C1B9 in popluar number systems.

HEXE6C1B9
Decimal230193185
Binary111001101100000110111001
Octal346301271

Shades and tints

Shades of #E6C1B9

#E6C1B9
(230,193,185)
#D2B0A9
(210,176,169)
#BE9F99
(190,159,153)
#AA8E89
(170,142,137)
#967D79
(150,125,121)
#826C69
(130,108,105)
#6E5B59
(110,91,89)
#5A4A49
(90,74,73)
#463939
(70,57,57)
#322829
(50,40,41)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6C1B9

#E6C1B9
(230,193,185)
#E8C6BF
(232,198,191)
#EACBC5
(234,203,197)
#ECD0CB
(236,208,203)
#EED5D1
(238,213,209)
#F0DAD7
(240,218,215)
#F2DFDD
(242,223,221)
#F4E4E3
(244,228,227)
#F6E9E9
(246,233,233)
#F8EEEF
(248,238,239)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C1B9 color. Also use rgb(230,193,185) instead hex code.

Text Font Color

.myTextColor { color: #E6C1B9; }

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

This text font color is #E6C1B9.


Background Color

.myBgColor { background-color: #E6C1B9; }

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

This div background color is #E6C1B9.


Border color

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

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

This div border color is #E6C1B9.


Opacity

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

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

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

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

This text has shadow with #E6C1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1B9 on black background.


Color preview on white background

This text has color #E6C1B9 on white background.



Black color preview on #E6C1B9 background

This text has black color on #E6C1B9 background.


White color preview on #E6C1B9 background

This text has white color on #E6C1B9 background.