COLOR #E3CFD2

HEX: #E3CFD2
RGB: (227,207,210)

Color info

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

RGB color model

#E3CFD2 color RGB value is (227,207,210).

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

RGB channels and saturation

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

227
207
210

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

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 210 = 644 (100%)
R 227 of 644 ~ 35.25%
G 207 of 644 ~ 32.14%
B 210 of 644 ~ 32.61%

%35.25
%32.14
%32.61

CMYK color model

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

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

CMYK percentages

%0
%8.81
%7.49
%10.98

Codes

Color #E3CFD2 in popluar color models

E3CFD2
RGB227207210
HSL351°26.32%85.10%
HSB/HSV351°8.81%89.02%
CMYK0.00%8.81%7.49%
10.98%

Color #E3CFD2 in popluar number systems.

HEXE3CFD2
Decimal227207210
Binary111000111100111111010010
Octal343317322

Shades and tints

Shades of #E3CFD2

#E3CFD2
(227,207,210)
#CFBDBF
(207,189,191)
#BBABAC
(187,171,172)
#A79999
(167,153,153)
#938786
(147,135,134)
#7F7573
(127,117,115)
#6B6360
(107,99,96)
#57514D
(87,81,77)
#433F3A
(67,63,58)
#2F2D27
(47,45,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #E3CFD2

#E3CFD2
(227,207,210)
#E5D3D6
(229,211,214)
#E7D7DA
(231,215,218)
#E9DBDE
(233,219,222)
#EBDFE2
(235,223,226)
#EDE3E6
(237,227,230)
#EFE7EA
(239,231,234)
#F1EBEE
(241,235,238)
#F3EFF2
(243,239,242)
#F5F3F6
(245,243,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CFD2; }

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

This text font color is #E3CFD2.


Background Color

.myBgColor { background-color: #E3CFD2; }

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

This div background color is #E3CFD2.


Border color

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

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

This div border color is #E3CFD2.


Opacity

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

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

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

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

This text has shadow with #E3CFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CFD2 on black background.


Color preview on white background

This text has color #E3CFD2 on white background.



Black color preview on #E3CFD2 background

This text has black color on #E3CFD2 background.


White color preview on #E3CFD2 background

This text has white color on #E3CFD2 background.