COLOR #E6C1B6

HEX: #E6C1B6 RGB: (230,193,182)

Color info

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

RGB color model

#E6C1B6 color RGB value is (230,193,182).

RGB: (230,193,182) (90%, 76%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 182 of 255 = 71%

230
193
182

R + G + B ~ 79%. #E6C1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 193 + 182 = 605 (100%)
R 230 of 605 ~ 38.02%
G 193 of 605 ~ 31.9%
B 182 of 605 ~ 30.08'%

%38.02
%31.9
%30.08

CMYK color model

#E6C1B6 color CMYK value is (0,16,21,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 20.87%
  • key color value is 9.80%

CMYK: (0,16,21,10)
C0M16Y21K10 (0%, 16%, 21%, 10%)
(0.00 / 0.16 / 0.21 / 0.10)

CMYK percentages

%0
%16.09
%20.87
%9.8

Codes

Color #E6C1B6 in popluar color models

E6 C1 B6
RGB 230 193 182
HSL 14° 48.98% 80.78%
HSB/HSV 14° 20.87% 90.20%
CMYK 0.00% 16.09% 20.87%
9.80%

Color #E6C1B6 in popluar number systems.

HEX E6 C1 B6
Decimal 230 193 182
Binary 11100110 11000001 10110110
Octal 346 301 266

Shades and tints

Shades of #E6C1B6

#E6C1B6
(230,193,182)
#D2B0A6
(210,176,166)
#BE9F96
(190,159,150)
#AA8E86
(170,142,134)
#967D76
(150,125,118)
#826C66
(130,108,102)
#6E5B56
(110,91,86)
#5A4A46
(90,74,70)
#463936
(70,57,54)
#322826
(50,40,38)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #E6C1B6

#E6C1B6
(230,193,182)
#E8C6BC
(232,198,188)
#EACBC2
(234,203,194)
#ECD0C8
(236,208,200)
#EED5CE
(238,213,206)
#F0DAD4
(240,218,212)
#F2DFDA
(242,223,218)
#F4E4E0
(244,228,224)
#F6E9E6
(246,233,230)
#F8EEEC
(248,238,236)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C1B6; }

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

This text font color is #E6C1B6.

Background Color

.myBgColor { background-color: #E6C1B6; }

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

This div background color is #E6C1B6.

Border color

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

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

This div border color is #E6C1B6.

Opacity

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

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

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

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

This text has shadow with #E6C1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C1B6.

Preview

Color preview on black background

This text has color #E6C1B6 on black background.


Color preview on white background

This text has color #E6C1B6 on white background.


Black color preview on #E6C1B6 background

This text has black color on #E6C1B6 background.


White color preview on #E6C1B6 background

This text has white color on #E6C1B6 background.


Related colors

Complementary color

Complementary color for #hex is #193E49.


I love getcolorcode.com

Triadic colors

1 #B6E6C1 and #C1B6E6 with #E6C1B6 are triadic colors.

2 #B6C1E6 and #C1E6B6 with #E6C1B6 are triadic colors.