COLOR #E3CFCF

HEX: #E3CFCF
RGB: (227,207,207)

Color info

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

RGB color model

#E3CFCF color RGB value is (227,207,207).

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

RGB channels and saturation

R 227 of 255 = 89%
G 207 of 255 = 81%
B 207 of 255 = 81%

227
207
207

R + G + B ~ 84%. #E3CFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 207 = 641 (100%)
R 227 of 641 ~ 35.41%
G 207 of 641 ~ 32.29%
B 207 of 641 ~ 32.29%

%35.41
%32.29
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK:
(0,9,9,11)
C0M9Y9K11 
(0%,9%,9%,11%)
(0.00/0.09/0.09/0.11)	

CMYK percentages

%0
%8.81
%8.81
%10.98

Codes

Color #E3CFCF in popluar color models

E3CFCF
RGB227207207
HSL26.32%85.10%
HSB/HSV8.81%89.02%
CMYK0.00%8.81%8.81%
10.98%

Color #E3CFCF in popluar number systems.

HEXE3CFCF
Decimal227207207
Binary111000111100111111001111
Octal343317317

Shades and tints

Shades of #E3CFCF

#E3CFCF
(227,207,207)
#CFBDBD
(207,189,189)
#BBABAB
(187,171,171)
#A79999
(167,153,153)
#938787
(147,135,135)
#7F7575
(127,117,117)
#6B6363
(107,99,99)
#575151
(87,81,81)
#433F3F
(67,63,63)
#2F2D2D
(47,45,45)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #E3CFCF

#E3CFCF
(227,207,207)
#E5D3D3
(229,211,211)
#E7D7D7
(231,215,215)
#E9DBDB
(233,219,219)
#EBDFDF
(235,223,223)
#EDE3E3
(237,227,227)
#EFE7E7
(239,231,231)
#F1EBEB
(241,235,235)
#F3EFEF
(243,239,239)
#F5F3F3
(245,243,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CFCF; }

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

This text font color is #E3CFCF.


Background Color

.myBgColor { background-color: #E3CFCF; }

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

This div background color is #E3CFCF.


Border color

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

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

This div border color is #E3CFCF.


Opacity

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

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

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

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

This text has shadow with #E3CFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CFCF on black background.


Color preview on white background

This text has color #E3CFCF on white background.



Black color preview on #E3CFCF background

This text has black color on #E3CFCF background.


White color preview on #E3CFCF background

This text has white color on #E3CFCF background.