COLOR #E3CFD6

HEX: #E3CFD6
RGB: (227,207,214)

Color info

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

RGB color model

#E3CFD6 color RGB value is (227,207,214).

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

RGB channels and saturation

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

227
207
214

R + G + B ~ 85%. #E3CFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 214 = 648 (100%)
R 227 of 648 ~ 35.03%
G 207 of 648 ~ 31.94%
B 214 of 648 ~ 33.02%

%35.03
%31.94
%33.02

CMYK color model

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

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

CMYK percentages

%0
%8.81
%5.73
%10.98

Codes

Color #E3CFD6 in popluar color models

E3CFD6
RGB227207214
HSL339°26.32%85.10%
HSB/HSV339°8.81%89.02%
CMYK0.00%8.81%5.73%
10.98%

Color #E3CFD6 in popluar number systems.

HEXE3CFD6
Decimal227207214
Binary111000111100111111010110
Octal343317326

Shades and tints

Shades of #E3CFD6

#E3CFD6
(227,207,214)
#CFBDC3
(207,189,195)
#BBABB0
(187,171,176)
#A7999D
(167,153,157)
#93878A
(147,135,138)
#7F7577
(127,117,119)
#6B6364
(107,99,100)
#575151
(87,81,81)
#433F3E
(67,63,62)
#2F2D2B
(47,45,43)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3CFD6

#E3CFD6
(227,207,214)
#E5D3D9
(229,211,217)
#E7D7DC
(231,215,220)
#E9DBDF
(233,219,223)
#EBDFE2
(235,223,226)
#EDE3E5
(237,227,229)
#EFE7E8
(239,231,232)
#F1EBEB
(241,235,235)
#F3EFEE
(243,239,238)
#F5F3F1
(245,243,241)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CFD6; }

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

This text font color is #E3CFD6.


Background Color

.myBgColor { background-color: #E3CFD6; }

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

This div background color is #E3CFD6.


Border color

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

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

This div border color is #E3CFD6.


Opacity

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

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

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

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

This text has shadow with #E3CFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CFD6 on black background.


Color preview on white background

This text has color #E3CFD6 on white background.



Black color preview on #E3CFD6 background

This text has black color on #E3CFD6 background.


White color preview on #E3CFD6 background

This text has white color on #E3CFD6 background.