COLOR #E5CEC3

HEX: #E5CEC3
RGB: (229,206,195)

Color info

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

RGB color model

#E5CEC3 color RGB value is (229,206,195).

  • red value is 229;
  • green value is 206;
  • blue value is 195.
RGB:
(229,206,195)
(90%,81%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 195 of 255 = 76%

229
206
195

R + G + B ~ 82%. #E5CEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 195 = 630 (100%)
R 229 of 630 ~ 36.35%
G 206 of 630 ~ 32.7%
B 195 of 630 ~ 30.95%

%36.35
%32.7
%30.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 14.85%
  • key color value is 10.20%
CMYK:
(0,10,15,10)
C0M10Y15K10 
(0%,10%,15%,10%)
(0.00/0.10/0.15/0.10)	

CMYK percentages

%0
%10.04
%14.85
%10.2

Codes

Color #E5CEC3 in popluar color models

E5CEC3
RGB229206195
HSL19°39.53%83.14%
HSB/HSV19°14.85%89.80%
CMYK0.00%10.04%14.85%
10.20%

Color #E5CEC3 in popluar number systems.

HEXE5CEC3
Decimal229206195
Binary111001011100111011000011
Octal345316303

Shades and tints

Shades of #E5CEC3

#E5CEC3
(229,206,195)
#D1BCB2
(209,188,178)
#BDAAA1
(189,170,161)
#A99890
(169,152,144)
#95867F
(149,134,127)
#81746E
(129,116,110)
#6D625D
(109,98,93)
#59504C
(89,80,76)
#453E3B
(69,62,59)
#312C2A
(49,44,42)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5CEC3

#E5CEC3
(229,206,195)
#E7D2C8
(231,210,200)
#E9D6CD
(233,214,205)
#EBDAD2
(235,218,210)
#EDDED7
(237,222,215)
#EFE2DC
(239,226,220)
#F1E6E1
(241,230,225)
#F3EAE6
(243,234,230)
#F5EEEB
(245,238,235)
#F7F2F0
(247,242,240)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CEC3 color. Also use rgb(229,206,195) instead hex code.

Text Font Color

.myTextColor { color: #E5CEC3; }

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

This text font color is #E5CEC3.


Background Color

.myBgColor { background-color: #E5CEC3; }

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

This div background color is #E5CEC3.


Border color

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

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

This div border color is #E5CEC3.


Opacity

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

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

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

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

This text has shadow with #E5CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CEC3 on black background.


Color preview on white background

This text has color #E5CEC3 on white background.



Black color preview on #E5CEC3 background

This text has black color on #E5CEC3 background.


White color preview on #E5CEC3 background

This text has white color on #E5CEC3 background.