COLOR #E3C6CF

HEX: #E3C6CF
RGB: (227,198,207)

Color info

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

RGB color model

#E3C6CF color RGB value is (227,198,207).

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

RGB channels and saturation

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

227
198
207

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

Portions of RGB colors in percentages

R + G + B =
227 + 198 + 207 = 632 (100%)
R 227 of 632 ~ 35.92%
G 198 of 632 ~ 31.33%
B 207 of 632 ~ 32.75%

%35.92
%31.33
%32.75

CMYK color model

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

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

CMYK percentages

%0
%12.78
%8.81
%10.98

Codes

Color #E3C6CF in popluar color models

E3C6CF
RGB227198207
HSL341°34.12%83.33%
HSB/HSV341°12.78%89.02%
CMYK0.00%12.78%8.81%
10.98%

Color #E3C6CF in popluar number systems.

HEXE3C6CF
Decimal227198207
Binary111000111100011011001111
Octal343306317

Shades and tints

Shades of #E3C6CF

#E3C6CF
(227,198,207)
#CFB4BD
(207,180,189)
#BBA2AB
(187,162,171)
#A79099
(167,144,153)
#937E87
(147,126,135)
#7F6C75
(127,108,117)
#6B5A63
(107,90,99)
#574851
(87,72,81)
#43363F
(67,54,63)
#2F242D
(47,36,45)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #E3C6CF

#E3C6CF
(227,198,207)
#E5CBD3
(229,203,211)
#E7D0D7
(231,208,215)
#E9D5DB
(233,213,219)
#EBDADF
(235,218,223)
#EDDFE3
(237,223,227)
#EFE4E7
(239,228,231)
#F1E9EB
(241,233,235)
#F3EEEF
(243,238,239)
#F5F3F3
(245,243,243)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6CF; }

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

This text font color is #E3C6CF.


Background Color

.myBgColor { background-color: #E3C6CF; }

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

This div background color is #E3C6CF.


Border color

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

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

This div border color is #E3C6CF.


Opacity

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

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

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

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

This text has shadow with #E3C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C6CF on black background.


Color preview on white background

This text has color #E3C6CF on white background.



Black color preview on #E3C6CF background

This text has black color on #E3C6CF background.


White color preview on #E3C6CF background

This text has white color on #E3C6CF background.