COLOR #E3CEAA

HEX: #E3CEAA
RGB: (227,206,170)

Color info

#E3CEAA contains red, green and blue colors in about the same proportion. Web safe color of #E3CEAA is #CCCC99 (or #CC9).

RGB color model

#E3CEAA color RGB value is (227,206,170).

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

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 170 of 255 = 67%

227
206
170

R + G + B ~ 79%. #E3CEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 170 = 603 (100%)
R 227 of 603 ~ 37.65%
G 206 of 603 ~ 34.16%
B 170 of 603 ~ 28.19%

%37.65
%34.16
%28.19

CMYK color model

#E3CEAA color CMYK value is (0,9,25,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(0,9,25,11)
C0M9Y25K11 
(0%,9%,25%,11%)
(0.00/0.09/0.25/0.11)	

CMYK percentages

%0
%9.25
%25.11
%10.98

Codes

Color #E3CEAA in popluar color models

E3CEAA
RGB227206170
HSL38°50.44%77.84%
HSB/HSV38°25.11%89.02%
CMYK0.00%9.25%25.11%
10.98%

Color #E3CEAA in popluar number systems.

HEXE3CEAA
Decimal227206170
Binary111000111100111010101010
Octal343316252

Shades and tints

Shades of #E3CEAA

#E3CEAA
(227,206,170)
#CFBC9B
(207,188,155)
#BBAA8C
(187,170,140)
#A7987D
(167,152,125)
#93866E
(147,134,110)
#7F745F
(127,116,95)
#6B6250
(107,98,80)
#575041
(87,80,65)
#433E32
(67,62,50)
#2F2C23
(47,44,35)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3CEAA

#E3CEAA
(227,206,170)
#E5D2B1
(229,210,177)
#E7D6B8
(231,214,184)
#E9DABF
(233,218,191)
#EBDEC6
(235,222,198)
#EDE2CD
(237,226,205)
#EFE6D4
(239,230,212)
#F1EADB
(241,234,219)
#F3EEE2
(243,238,226)
#F5F2E9
(245,242,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CEAA; }

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

This text font color is #E3CEAA.


Background Color

.myBgColor { background-color: #E3CEAA; }

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

This div background color is #E3CEAA.


Border color

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

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

This div border color is #E3CEAA.


Opacity

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

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

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

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

This text has shadow with #E3CEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CEAA on black background.


Color preview on white background

This text has color #E3CEAA on white background.



Black color preview on #E3CEAA background

This text has black color on #E3CEAA background.


White color preview on #E3CEAA background

This text has white color on #E3CEAA background.