COLOR #E3C9CF

HEX: #E3C9CF
RGB: (227,201,207)

Color info

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

RGB color model

#E3C9CF color RGB value is (227,201,207).

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

RGB channels and saturation

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

227
201
207

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

Portions of RGB colors in percentages

R + G + B =
227 + 201 + 207 = 635 (100%)
R 227 of 635 ~ 35.75%
G 201 of 635 ~ 31.65%
B 207 of 635 ~ 32.6%

%35.75
%31.65
%32.6

CMYK color model

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

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

CMYK percentages

%0
%11.45
%8.81
%10.98

Codes

Color #E3C9CF in popluar color models

E3C9CF
RGB227201207
HSL346°31.71%83.92%
HSB/HSV346°11.45%89.02%
CMYK0.00%11.45%8.81%
10.98%

Color #E3C9CF in popluar number systems.

HEXE3C9CF
Decimal227201207
Binary111000111100100111001111
Octal343311317

Shades and tints

Shades of #E3C9CF

#E3C9CF
(227,201,207)
#CFB7BD
(207,183,189)
#BBA5AB
(187,165,171)
#A79399
(167,147,153)
#938187
(147,129,135)
#7F6F75
(127,111,117)
#6B5D63
(107,93,99)
#574B51
(87,75,81)
#43393F
(67,57,63)
#2F272D
(47,39,45)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #E3C9CF

#E3C9CF
(227,201,207)
#E5CDD3
(229,205,211)
#E7D1D7
(231,209,215)
#E9D5DB
(233,213,219)
#EBD9DF
(235,217,223)
#EDDDE3
(237,221,227)
#EFE1E7
(239,225,231)
#F1E5EB
(241,229,235)
#F3E9EF
(243,233,239)
#F5EDF3
(245,237,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C9CF; }

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

This text font color is #E3C9CF.


Background Color

.myBgColor { background-color: #E3C9CF; }

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

This div background color is #E3C9CF.


Border color

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

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

This div border color is #E3C9CF.


Opacity

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

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

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

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

This text has shadow with #E3C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C9CF on black background.


Color preview on white background

This text has color #E3C9CF on white background.



Black color preview on #E3C9CF background

This text has black color on #E3C9CF background.


White color preview on #E3C9CF background

This text has white color on #E3C9CF background.