COLOR #E6C2B1

HEX: #E6C2B1
RGB: (230,194,177)

Color info

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

RGB color model

#E6C2B1 color RGB value is (230,194,177).

  • red value is 230;
  • green value is 194;
  • blue value is 177.
RGB:
(230,194,177)
(90%,76%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 194 of 255 = 76%
B 177 of 255 = 69%

230
194
177

R + G + B ~ 78%. #E6C2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 194 + 177 = 601 (100%)
R 230 of 601 ~ 38.27%
G 194 of 601 ~ 32.28%
B 177 of 601 ~ 29.45%

%38.27
%32.28
%29.45

CMYK color model

#E6C2B1 color CMYK value is (0,16,23,10).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(0,16,23,10)
C0M16Y23K10 
(0%,16%,23%,10%)
(0.00/0.16/0.23/0.10)	

CMYK percentages

%0
%15.65
%23.04
%9.8

Codes

Color #E6C2B1 in popluar color models

E6C2B1
RGB230194177
HSL19°51.46%79.80%
HSB/HSV19°23.04%90.20%
CMYK0.00%15.65%23.04%
9.80%

Color #E6C2B1 in popluar number systems.

HEXE6C2B1
Decimal230194177
Binary111001101100001010110001
Octal346302261

Shades and tints

Shades of #E6C2B1

#E6C2B1
(230,194,177)
#D2B1A1
(210,177,161)
#BEA091
(190,160,145)
#AA8F81
(170,143,129)
#967E71
(150,126,113)
#826D61
(130,109,97)
#6E5C51
(110,92,81)
#5A4B41
(90,75,65)
#463A31
(70,58,49)
#322921
(50,41,33)
#1E1811
(30,24,17)
#000000
(0,0,0)

Tints of #E6C2B1

#E6C2B1
(230,194,177)
#E8C7B8
(232,199,184)
#EACCBF
(234,204,191)
#ECD1C6
(236,209,198)
#EED6CD
(238,214,205)
#F0DBD4
(240,219,212)
#F2E0DB
(242,224,219)
#F4E5E2
(244,229,226)
#F6EAE9
(246,234,233)
#F8EFF0
(248,239,240)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C2B1 color. Also use rgb(230,194,177) instead hex code.

Text Font Color

.myTextColor { color: #E6C2B1; }

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

This text font color is #E6C2B1.


Background Color

.myBgColor { background-color: #E6C2B1; }

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

This div background color is #E6C2B1.


Border color

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

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

This div border color is #E6C2B1.


Opacity

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

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

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

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

This text has shadow with #E6C2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C2B1 on black background.


Color preview on white background

This text has color #E6C2B1 on white background.



Black color preview on #E6C2B1 background

This text has black color on #E6C2B1 background.


White color preview on #E6C2B1 background

This text has white color on #E6C2B1 background.