COLOR #E7C5FB

HEX: #E7C5FB RGB: (231,197,251)

Color info

#E7C5FB contains red, green and blue colors in about the same proportion. Web safe color of #E7C5FB is #FFCCFF (or #FCF).

RGB color model

#E7C5FB color RGB value is (231,197,251).

RGB: (231,197,251) (91%, 77%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 197 of 255 = 77%
B 251 of 255 = 98%

231
197
251

R + G + B ~ 89%. #E7C5FB is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 197 + 251 = 679 (100%)
R 231 of 679 ~ 34.02%
G 197 of 679 ~ 29.01%
B 251 of 679 ~ 36.97'%

%34.02
%29.01
%36.97

CMYK color model

#E7C5FB color CMYK value is (8,22,0,2).

  • cyan value is 7.97%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (8,22,0,2) C8M22Y0K2 (8%,22%,0%,2%) (0.08/0.22/0.00/0.02) 

CMYK percentages

%7.97
%21.51
%0
%1.57

Codes

Color #E7C5FB in popluar color models

E7 C5 FB
RGB 231 197 251
HSL 278° 87.10% 87.84%
HSB/HSV 278° 21.51% 98.43%
CMYK 7.97% 21.51% 0.00%
1.57%

Color #E7C5FB in popluar number systems.

HEX E7 C5 FB
Decimal 231 197 251
Binary 11100111 11000101 11111011
Octal 347 305 373

Shades and tints

Shades of #E7C5FB

#E7C5FB
(231,197,251)
#D2B4E5
(210,180,229)
#BDA3CF
(189,163,207)
#A892B9
(168,146,185)
#9381A3
(147,129,163)
#7E708D
(126,112,141)
#695F77
(105,95,119)
#544E61
(84,78,97)
#3F3D4B
(63,61,75)
#2A2C35
(42,44,53)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #E7C5FB

#E7C5FB
(231,197,251)
#E9CAFB
(233,202,251)
#EBCFFB
(235,207,251)
#EDD4FB
(237,212,251)
#EFD9FB
(239,217,251)
#F1DEFB
(241,222,251)
#F3E3FB
(243,227,251)
#F5E8FB
(245,232,251)
#F7EDFB
(247,237,251)
#F9F2FB
(249,242,251)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C5FB color. Also use rgb(231,197,251) instead hex code.

Text Font Color

.myTextColor { color: #E7C5FB; }

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

This text font color is #E7C5FB.

Background Color

.myBgColor { background-color: #E7C5FB; }

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

This div background color is #E7C5FB.

Border color

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

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

This div border color is #E7C5FB.

Opacity

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

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

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

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

This text has shadow with #E7C5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C5FB.

Preview

Color preview on black background

This text has color #E7C5FB on black background.


Color preview on white background

This text has color #E7C5FB on white background.


Black color preview on #E7C5FB background

This text has black color on #E7C5FB background.


White color preview on #E7C5FB background

This text has white color on #E7C5FB background.


Related colors

Complementary color

Complementary color for #hex is #183A04.


I love getcolorcode.com

Triadic colors

1 #FBE7C5 and #C5FBE7 with #E7C5FB are triadic colors.

2 #FBC5E7 and #C5E7FB with #E7C5FB are triadic colors.