COLOR #E6CEBA

HEX: #E6CEBA
RGB: (230,206,186)

Color info

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

RGB color model

#E6CEBA color RGB value is (230,206,186).

  • red value is 230;
  • green value is 206;
  • blue value is 186.
RGB:
(230,206,186)
(90%,81%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 186 of 255 = 73%

230
206
186

R + G + B ~ 81%. #E6CEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 186 = 622 (100%)
R 230 of 622 ~ 36.98%
G 206 of 622 ~ 33.12%
B 186 of 622 ~ 29.9%

%36.98
%33.12
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 19.13%
  • key color value is 9.80%
CMYK:
(0,10,19,10)
C0M10Y19K10 
(0%,10%,19%,10%)
(0.00/0.10/0.19/0.10)	

CMYK percentages

%0
%10.43
%19.13
%9.8

Codes

Color #E6CEBA in popluar color models

E6CEBA
RGB230206186
HSL27°46.81%81.57%
HSB/HSV27°19.13%90.20%
CMYK0.00%10.43%19.13%
9.80%

Color #E6CEBA in popluar number systems.

HEXE6CEBA
Decimal230206186
Binary111001101100111010111010
Octal346316272

Shades and tints

Shades of #E6CEBA

#E6CEBA
(230,206,186)
#D2BCAA
(210,188,170)
#BEAA9A
(190,170,154)
#AA988A
(170,152,138)
#96867A
(150,134,122)
#82746A
(130,116,106)
#6E625A
(110,98,90)
#5A504A
(90,80,74)
#463E3A
(70,62,58)
#322C2A
(50,44,42)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6CEBA

#E6CEBA
(230,206,186)
#E8D2C0
(232,210,192)
#EAD6C6
(234,214,198)
#ECDACC
(236,218,204)
#EEDED2
(238,222,210)
#F0E2D8
(240,226,216)
#F2E6DE
(242,230,222)
#F4EAE4
(244,234,228)
#F6EEEA
(246,238,234)
#F8F2F0
(248,242,240)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CEBA color. Also use rgb(230,206,186) instead hex code.

Text Font Color

.myTextColor { color: #E6CEBA; }

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

This text font color is #E6CEBA.


Background Color

.myBgColor { background-color: #E6CEBA; }

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

This div background color is #E6CEBA.


Border color

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

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

This div border color is #E6CEBA.


Opacity

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

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

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

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

This text has shadow with #E6CEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEBA on black background.


Color preview on white background

This text has color #E6CEBA on white background.



Black color preview on #E6CEBA background

This text has black color on #E6CEBA background.


White color preview on #E6CEBA background

This text has white color on #E6CEBA background.