COLOR #E7C7E2

HEX: #E7C7E2
RGB: (231,199,226)

Color info

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

RGB color model

#E7C7E2 color RGB value is (231,199,226).

  • red value is 231;
  • green value is 199;
  • blue value is 226.
RGB:
(231,199,226)
(91%,78%,89%)

RGB channels and saturation

R 231 of 255 = 91%
G 199 of 255 = 78%
B 226 of 255 = 89%

231
199
226

R + G + B ~ 86%. #E7C7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 199 + 226 = 656 (100%)
R 231 of 656 ~ 35.21%
G 199 of 656 ~ 30.34%
B 226 of 656 ~ 34.45%

%35.21
%30.34
%34.45

CMYK color model

#E7C7E2 color CMYK value is (0,14,2,9).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(0,14,2,9)
C0M14Y2K9 
(0%,14%,2%,9%)
(0.00/0.14/0.02/0.09)	

CMYK percentages

%0
%13.85
%2.16
%9.41

Codes

Color #E7C7E2 in popluar color models

E7C7E2
RGB231199226
HSL309°40.00%84.31%
HSB/HSV309°13.85%90.59%
CMYK0.00%13.85%2.16%
9.41%

Color #E7C7E2 in popluar number systems.

HEXE7C7E2
Decimal231199226
Binary111001111100011111100010
Octal347307342

Shades and tints

Shades of #E7C7E2

#E7C7E2
(231,199,226)
#D2B5CE
(210,181,206)
#BDA3BA
(189,163,186)
#A891A6
(168,145,166)
#937F92
(147,127,146)
#7E6D7E
(126,109,126)
#695B6A
(105,91,106)
#544956
(84,73,86)
#3F3742
(63,55,66)
#2A252E
(42,37,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #E7C7E2

#E7C7E2
(231,199,226)
#E9CCE4
(233,204,228)
#EBD1E6
(235,209,230)
#EDD6E8
(237,214,232)
#EFDBEA
(239,219,234)
#F1E0EC
(241,224,236)
#F3E5EE
(243,229,238)
#F5EAF0
(245,234,240)
#F7EFF2
(247,239,242)
#F9F4F4
(249,244,244)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C7E2 color. Also use rgb(231,199,226) instead hex code.

Text Font Color

.myTextColor { color: #E7C7E2; }

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

This text font color is #E7C7E2.


Background Color

.myBgColor { background-color: #E7C7E2; }

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

This div background color is #E7C7E2.


Border color

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

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

This div border color is #E7C7E2.


Opacity

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

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

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

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

This text has shadow with #E7C7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C7E2 on black background.


Color preview on white background

This text has color #E7C7E2 on white background.



Black color preview on #E7C7E2 background

This text has black color on #E7C7E2 background.


White color preview on #E7C7E2 background

This text has white color on #E7C7E2 background.