COLOR #E6C3BB

HEX: #E6C3BB
RGB: (230,195,187)

Color info

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

RGB color model

#E6C3BB color RGB value is (230,195,187).

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

RGB channels and saturation

R 230 of 255 = 90%
G 195 of 255 = 76%
B 187 of 255 = 73%

230
195
187

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

Portions of RGB colors in percentages

R + G + B =
230 + 195 + 187 = 612 (100%)
R 230 of 612 ~ 37.58%
G 195 of 612 ~ 31.86%
B 187 of 612 ~ 30.56%

%37.58
%31.86
%30.56

CMYK color model

#E6C3BB color CMYK value is (0,15,19,10).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(0,15,19,10)
C0M15Y19K10 
(0%,15%,19%,10%)
(0.00/0.15/0.19/0.10)	

CMYK percentages

%0
%15.22
%18.7
%9.8

Codes

Color #E6C3BB in popluar color models

E6C3BB
RGB230195187
HSL11°46.24%81.76%
HSB/HSV11°18.70%90.20%
CMYK0.00%15.22%18.70%
9.80%

Color #E6C3BB in popluar number systems.

HEXE6C3BB
Decimal230195187
Binary111001101100001110111011
Octal346303273

Shades and tints

Shades of #E6C3BB

#E6C3BB
(230,195,187)
#D2B2AA
(210,178,170)
#BEA199
(190,161,153)
#AA9088
(170,144,136)
#967F77
(150,127,119)
#826E66
(130,110,102)
#6E5D55
(110,93,85)
#5A4C44
(90,76,68)
#463B33
(70,59,51)
#322A22
(50,42,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #E6C3BB

#E6C3BB
(230,195,187)
#E8C8C1
(232,200,193)
#EACDC7
(234,205,199)
#ECD2CD
(236,210,205)
#EED7D3
(238,215,211)
#F0DCD9
(240,220,217)
#F2E1DF
(242,225,223)
#F4E6E5
(244,230,229)
#F6EBEB
(246,235,235)
#F8F0F1
(248,240,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C3BB color. Also use rgb(230,195,187) instead hex code.

Text Font Color

.myTextColor { color: #E6C3BB; }

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

This text font color is #E6C3BB.


Background Color

.myBgColor { background-color: #E6C3BB; }

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

This div background color is #E6C3BB.


Border color

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

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

This div border color is #E6C3BB.


Opacity

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

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

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

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

This text has shadow with #E6C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3BB on black background.


Color preview on white background

This text has color #E6C3BB on white background.



Black color preview on #E6C3BB background

This text has black color on #E6C3BB background.


White color preview on #E6C3BB background

This text has white color on #E6C3BB background.