COLOR #E6E3BC

HEX: #E6E3BC
RGB: (230,227,188)

Color info

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

RGB color model

#E6E3BC color RGB value is (230,227,188).

  • red value is 230;
  • green value is 227;
  • blue value is 188.
RGB:
(230,227,188)
(90%,89%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 188 of 255 = 74%

230
227
188

R + G + B ~ 84%. #E6E3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 227 + 188 = 645 (100%)
R 230 of 645 ~ 35.66%
G 227 of 645 ~ 35.19%
B 188 of 645 ~ 29.15%

%35.66
%35.19
%29.15

CMYK color model

#E6E3BC color CMYK value is (0,1,18,10).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 18.26%
  • key color value is 9.80%
CMYK:
(0,1,18,10)
C0M1Y18K10 
(0%,1%,18%,10%)
(0.00/0.01/0.18/0.10)	

CMYK percentages

%0
%1.3
%18.26
%9.8

Codes

Color #E6E3BC in popluar color models

E6E3BC
RGB230227188
HSL56°45.65%81.96%
HSB/HSV56°18.26%90.20%
CMYK0.00%1.30%18.26%
9.80%

Color #E6E3BC in popluar number systems.

HEXE6E3BC
Decimal230227188
Binary111001101110001110111100
Octal346343274

Shades and tints

Shades of #E6E3BC

#E6E3BC
(230,227,188)
#D2CFAB
(210,207,171)
#BEBB9A
(190,187,154)
#AAA789
(170,167,137)
#969378
(150,147,120)
#827F67
(130,127,103)
#6E6B56
(110,107,86)
#5A5745
(90,87,69)
#464334
(70,67,52)
#322F23
(50,47,35)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #E6E3BC

#E6E3BC
(230,227,188)
#E8E5C2
(232,229,194)
#EAE7C8
(234,231,200)
#ECE9CE
(236,233,206)
#EEEBD4
(238,235,212)
#F0EDDA
(240,237,218)
#F2EFE0
(242,239,224)
#F4F1E6
(244,241,230)
#F6F3EC
(246,243,236)
#F8F5F2
(248,245,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E3BC color. Also use rgb(230,227,188) instead hex code.

Text Font Color

.myTextColor { color: #E6E3BC; }

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

This text font color is #E6E3BC.


Background Color

.myBgColor { background-color: #E6E3BC; }

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

This div background color is #E6E3BC.


Border color

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

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

This div border color is #E6E3BC.


Opacity

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

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

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

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

This text has shadow with #E6E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3BC on black background.


Color preview on white background

This text has color #E6E3BC on white background.



Black color preview on #E6E3BC background

This text has black color on #E6E3BC background.


White color preview on #E6E3BC background

This text has white color on #E6E3BC background.