COLOR #E3CEB6

HEX: #E3CEB6
RGB: (227,206,182)

Color info

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

RGB color model

#E3CEB6 color RGB value is (227,206,182).

  • red value is 227;
  • green value is 206;
  • blue value is 182.
RGB:
(227,206,182)
(89%,81%,71%)

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 182 of 255 = 71%

227
206
182

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 182 = 615 (100%)
R 227 of 615 ~ 36.91%
G 206 of 615 ~ 33.5%
B 182 of 615 ~ 29.59%

%36.91
%33.5
%29.59

CMYK color model

#E3CEB6 color CMYK value is (0,9,20,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK:
(0,9,20,11)
C0M9Y20K11 
(0%,9%,20%,11%)
(0.00/0.09/0.20/0.11)	

CMYK percentages

%0
%9.25
%19.82
%10.98

Codes

Color #E3CEB6 in popluar color models

E3CEB6
RGB227206182
HSL32°44.55%80.20%
HSB/HSV32°19.82%89.02%
CMYK0.00%9.25%19.82%
10.98%

Color #E3CEB6 in popluar number systems.

HEXE3CEB6
Decimal227206182
Binary111000111100111010110110
Octal343316266

Shades and tints

Shades of #E3CEB6

#E3CEB6
(227,206,182)
#CFBCA6
(207,188,166)
#BBAA96
(187,170,150)
#A79886
(167,152,134)
#938676
(147,134,118)
#7F7466
(127,116,102)
#6B6256
(107,98,86)
#575046
(87,80,70)
#433E36
(67,62,54)
#2F2C26
(47,44,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #E3CEB6

#E3CEB6
(227,206,182)
#E5D2BC
(229,210,188)
#E7D6C2
(231,214,194)
#E9DAC8
(233,218,200)
#EBDECE
(235,222,206)
#EDE2D4
(237,226,212)
#EFE6DA
(239,230,218)
#F1EAE0
(241,234,224)
#F3EEE6
(243,238,230)
#F5F2EC
(245,242,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CEB6 color. Also use rgb(227,206,182) instead hex code.

Text Font Color

.myTextColor { color: #E3CEB6; }

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

This text font color is #E3CEB6.


Background Color

.myBgColor { background-color: #E3CEB6; }

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

This div background color is #E3CEB6.


Border color

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

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

This div border color is #E3CEB6.


Opacity

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

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

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

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

This text has shadow with #E3CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CEB6 on black background.


Color preview on white background

This text has color #E3CEB6 on white background.



Black color preview on #E3CEB6 background

This text has black color on #E3CEB6 background.


White color preview on #E3CEB6 background

This text has white color on #E3CEB6 background.