COLOR #E1CFCA

HEX: #E1CFCA
RGB: (225,207,202)

Color info

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

RGB color model

#E1CFCA color RGB value is (225,207,202).

  • red value is 225;
  • green value is 207;
  • blue value is 202.
RGB:
(225,207,202)
(88%,81%,79%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 202 of 255 = 79%

225
207
202

R + G + B ~ 83%. #E1CFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 207 + 202 = 634 (100%)
R 225 of 634 ~ 35.49%
G 207 of 634 ~ 32.65%
B 202 of 634 ~ 31.86%

%35.49
%32.65
%31.86

CMYK color model

#E1CFCA color CMYK value is (0,8,10,12).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,8,10,12)
C0M8Y10K12 
(0%,8%,10%,12%)
(0.00/0.08/0.10/0.12)	

CMYK percentages

%0
%8
%10.22
%11.76

Codes

Color #E1CFCA in popluar color models

E1CFCA
RGB225207202
HSL13°27.71%83.73%
HSB/HSV13°10.22%88.24%
CMYK0.00%8.00%10.22%
11.76%

Color #E1CFCA in popluar number systems.

HEXE1CFCA
Decimal225207202
Binary111000011100111111001010
Octal341317312

Shades and tints

Shades of #E1CFCA

#E1CFCA
(225,207,202)
#CDBDB8
(205,189,184)
#B9ABA6
(185,171,166)
#A59994
(165,153,148)
#918782
(145,135,130)
#7D7570
(125,117,112)
#69635E
(105,99,94)
#55514C
(85,81,76)
#413F3A
(65,63,58)
#2D2D28
(45,45,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #E1CFCA

#E1CFCA
(225,207,202)
#E3D3CE
(227,211,206)
#E5D7D2
(229,215,210)
#E7DBD6
(231,219,214)
#E9DFDA
(233,223,218)
#EBE3DE
(235,227,222)
#EDE7E2
(237,231,226)
#EFEBE6
(239,235,230)
#F1EFEA
(241,239,234)
#F3F3EE
(243,243,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CFCA color. Also use rgb(225,207,202) instead hex code.

Text Font Color

.myTextColor { color: #E1CFCA; }

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

This text font color is #E1CFCA.


Background Color

.myBgColor { background-color: #E1CFCA; }

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

This div background color is #E1CFCA.


Border color

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

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

This div border color is #E1CFCA.


Opacity

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

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

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

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

This text has shadow with #E1CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CFCA on black background.


Color preview on white background

This text has color #E1CFCA on white background.



Black color preview on #E1CFCA background

This text has black color on #E1CFCA background.


White color preview on #E1CFCA background

This text has white color on #E1CFCA background.