COLOR #E6C0B5

HEX: #E6C0B5 RGB: (230,192,181)

Color info

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

RGB color model

#E6C0B5 color RGB value is (230,192,181).

RGB: (230,192,181) (90%, 75%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 181 of 255 = 71%

230
192
181

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

Portions of RGB colors in percentages

R + G + B = 230 + 192 + 181 = 603 (100%)
R 230 of 603 ~ 38.14%
G 192 of 603 ~ 31.84%
B 181 of 603 ~ 30.02'%

%38.14
%31.84
%30.02

CMYK color model

#E6C0B5 color CMYK value is (0,17,21,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (0,17,21,10)
C0M17Y21K10 (0%, 17%, 21%, 10%)
(0.00 / 0.17 / 0.21 / 0.10)

CMYK percentages

%0
%16.52
%21.3
%9.8

Codes

Color #E6C0B5 in popluar color models

E6 C0 B5
RGB 230 192 181
HSL 13° 49.49% 80.59%
HSB/HSV 13° 21.30% 90.20%
CMYK 0.00% 16.52% 21.30%
9.80%

Color #E6C0B5 in popluar number systems.

HEX E6 C0 B5
Decimal 230 192 181
Binary 11100110 11000000 10110101
Octal 346 300 265

Shades and tints

Shades of #E6C0B5

#E6C0B5
(230,192,181)
#D2AFA5
(210,175,165)
#BE9E95
(190,158,149)
#AA8D85
(170,141,133)
#967C75
(150,124,117)
#826B65
(130,107,101)
#6E5A55
(110,90,85)
#5A4945
(90,73,69)
#463835
(70,56,53)
#322725
(50,39,37)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6C0B5

#E6C0B5
(230,192,181)
#E8C5BB
(232,197,187)
#EACAC1
(234,202,193)
#ECCFC7
(236,207,199)
#EED4CD
(238,212,205)
#F0D9D3
(240,217,211)
#F2DED9
(242,222,217)
#F4E3DF
(244,227,223)
#F6E8E5
(246,232,229)
#F8EDEB
(248,237,235)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C0B5 color. Also use rgb(230,192,181) instead hex code.

Text Font Color

.myTextColor { color: #E6C0B5; }

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

This text font color is #E6C0B5.

Background Color

.myBgColor { background-color: #E6C0B5; }

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

This div background color is #E6C0B5.

Border color

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

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

This div border color is #E6C0B5.

Opacity

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

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

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

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

This text has shadow with #E6C0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C0B5.

Preview

Color preview on black background

This text has color #E6C0B5 on black background.


Color preview on white background

This text has color #E6C0B5 on white background.


Black color preview on #E6C0B5 background

This text has black color on #E6C0B5 background.


White color preview on #E6C0B5 background

This text has white color on #E6C0B5 background.


Related colors

Complementary color

Complementary color for #hex is #193F4A.


I love getcolorcode.com

Triadic colors

1 #B5E6C0 and #C0B5E6 with #E6C0B5 are triadic colors.

2 #B5C0E6 and #C0E6B5 with #E6C0B5 are triadic colors.