COLOR #E5CFC1

HEX: #E5CFC1
RGB: (229,207,193)

Color info

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

RGB color model

#E5CFC1 color RGB value is (229,207,193).

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

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 193 of 255 = 76%

229
207
193

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

Portions of RGB colors in percentages

R + G + B =
229 + 207 + 193 = 629 (100%)
R 229 of 629 ~ 36.41%
G 207 of 629 ~ 32.91%
B 193 of 629 ~ 30.68%

%36.41
%32.91
%30.68

CMYK color model

#E5CFC1 color CMYK value is (0,10,16,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 15.72%
  • key color value is 10.20%
CMYK:
(0,10,16,10)
C0M10Y16K10 
(0%,10%,16%,10%)
(0.00/0.10/0.16/0.10)	

CMYK percentages

%0
%9.61
%15.72
%10.2

Codes

Color #E5CFC1 in popluar color models

E5CFC1
RGB229207193
HSL23°40.91%82.75%
HSB/HSV23°15.72%89.80%
CMYK0.00%9.61%15.72%
10.20%

Color #E5CFC1 in popluar number systems.

HEXE5CFC1
Decimal229207193
Binary111001011100111111000001
Octal345317301

Shades and tints

Shades of #E5CFC1

#E5CFC1
(229,207,193)
#D1BDB0
(209,189,176)
#BDAB9F
(189,171,159)
#A9998E
(169,153,142)
#95877D
(149,135,125)
#81756C
(129,117,108)
#6D635B
(109,99,91)
#59514A
(89,81,74)
#453F39
(69,63,57)
#312D28
(49,45,40)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5CFC1

#E5CFC1
(229,207,193)
#E7D3C6
(231,211,198)
#E9D7CB
(233,215,203)
#EBDBD0
(235,219,208)
#EDDFD5
(237,223,213)
#EFE3DA
(239,227,218)
#F1E7DF
(241,231,223)
#F3EBE4
(243,235,228)
#F5EFE9
(245,239,233)
#F7F3EE
(247,243,238)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFC1 color. Also use rgb(229,207,193) instead hex code.

Text Font Color

.myTextColor { color: #E5CFC1; }

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

This text font color is #E5CFC1.


Background Color

.myBgColor { background-color: #E5CFC1; }

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

This div background color is #E5CFC1.


Border color

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

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

This div border color is #E5CFC1.


Opacity

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

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

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

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

This text has shadow with #E5CFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFC1 on black background.


Color preview on white background

This text has color #E5CFC1 on white background.



Black color preview on #E5CFC1 background

This text has black color on #E5CFC1 background.


White color preview on #E5CFC1 background

This text has white color on #E5CFC1 background.