COLOR #E7C3CF

HEX: #E7C3CF
RGB: (231,195,207)

Color info

#E7C3CF contains red, green and blue colors in about the same proportion. Web safe color of #E7C3CF is #FFCCCC (or #FCC).

RGB color model

#E7C3CF color RGB value is (231,195,207).

  • red value is 231;
  • green value is 195;
  • blue value is 207.
RGB:
(231,195,207)
(91%,76%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 207 of 255 = 81%

231
195
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 195 + 207 = 633 (100%)
R 231 of 633 ~ 36.49%
G 195 of 633 ~ 30.81%
B 207 of 633 ~ 32.7%

%36.49
%30.81
%32.7

CMYK color model

#E7C3CF color CMYK value is (0,16,10,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK:
(0,16,10,9)
C0M16Y10K9 
(0%,16%,10%,9%)
(0.00/0.16/0.10/0.09)	

CMYK percentages

%0
%15.58
%10.39
%9.41

Codes

Color #E7C3CF in popluar color models

E7C3CF
RGB231195207
HSL340°42.86%83.53%
HSB/HSV340°15.58%90.59%
CMYK0.00%15.58%10.39%
9.41%

Color #E7C3CF in popluar number systems.

HEXE7C3CF
Decimal231195207
Binary111001111100001111001111
Octal347303317

Shades and tints

Shades of #E7C3CF

#E7C3CF
(231,195,207)
#D2B2BD
(210,178,189)
#BDA1AB
(189,161,171)
#A89099
(168,144,153)
#937F87
(147,127,135)
#7E6E75
(126,110,117)
#695D63
(105,93,99)
#544C51
(84,76,81)
#3F3B3F
(63,59,63)
#2A2A2D
(42,42,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7C3CF

#E7C3CF
(231,195,207)
#E9C8D3
(233,200,211)
#EBCDD7
(235,205,215)
#EDD2DB
(237,210,219)
#EFD7DF
(239,215,223)
#F1DCE3
(241,220,227)
#F3E1E7
(243,225,231)
#F5E6EB
(245,230,235)
#F7EBEF
(247,235,239)
#F9F0F3
(249,240,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C3CF; }

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

This text font color is #E7C3CF.


Background Color

.myBgColor { background-color: #E7C3CF; }

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

This div background color is #E7C3CF.


Border color

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

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

This div border color is #E7C3CF.


Opacity

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

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

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

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

This text has shadow with #E7C3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C3CF on black background.


Color preview on white background

This text has color #E7C3CF on white background.



Black color preview on #E7C3CF background

This text has black color on #E7C3CF background.


White color preview on #E7C3CF background

This text has white color on #E7C3CF background.