COLOR #E6C0BF

HEX: #E6C0BF
RGB: (230,192,191)

Color info

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

RGB color model

#E6C0BF color RGB value is (230,192,191).

  • red value is 230;
  • green value is 192;
  • blue value is 191.
RGB:
(230,192,191)
(90%,75%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 191 of 255 = 75%

230
192
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 191 = 613 (100%)
R 230 of 613 ~ 37.52%
G 192 of 613 ~ 31.32%
B 191 of 613 ~ 31.16%

%37.52
%31.32
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,17,17,10)
C0M17Y17K10 
(0%,17%,17%,10%)
(0.00/0.17/0.17/0.10)	

CMYK percentages

%0
%16.52
%16.96
%9.8

Codes

Color #E6C0BF in popluar color models

E6C0BF
RGB230192191
HSL43.82%82.55%
HSB/HSV16.96%90.20%
CMYK0.00%16.52%16.96%
9.80%

Color #E6C0BF in popluar number systems.

HEXE6C0BF
Decimal230192191
Binary111001101100000010111111
Octal346300277

Shades and tints

Shades of #E6C0BF

#E6C0BF
(230,192,191)
#D2AFAE
(210,175,174)
#BE9E9D
(190,158,157)
#AA8D8C
(170,141,140)
#967C7B
(150,124,123)
#826B6A
(130,107,106)
#6E5A59
(110,90,89)
#5A4948
(90,73,72)
#463837
(70,56,55)
#322726
(50,39,38)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6C0BF

#E6C0BF
(230,192,191)
#E8C5C4
(232,197,196)
#EACAC9
(234,202,201)
#ECCFCE
(236,207,206)
#EED4D3
(238,212,211)
#F0D9D8
(240,217,216)
#F2DEDD
(242,222,221)
#F4E3E2
(244,227,226)
#F6E8E7
(246,232,231)
#F8EDEC
(248,237,236)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C0BF; }

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

This text font color is #E6C0BF.


Background Color

.myBgColor { background-color: #E6C0BF; }

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

This div background color is #E6C0BF.


Border color

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

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

This div border color is #E6C0BF.


Opacity

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

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

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

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

This text has shadow with #E6C0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0BF on black background.


Color preview on white background

This text has color #E6C0BF on white background.



Black color preview on #E6C0BF background

This text has black color on #E6C0BF background.


White color preview on #E6C0BF background

This text has white color on #E6C0BF background.