COLOR #E7CFFB

HEX: #E7CFFB
RGB: (231,207,251)

Color info

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

RGB color model

#E7CFFB color RGB value is (231,207,251).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 251 of 255 = 98%

231
207
251

R + G + B ~ 90%. #E7CFFB is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 251 = 689 (100%)
R 231 of 689 ~ 33.53%
G 207 of 689 ~ 30.04%
B 251 of 689 ~ 36.43%

%33.53
%30.04
%36.43

CMYK color model

#E7CFFB color CMYK value is (8,18,0,2).

  • cyan value is 7.97%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,18,0,2)
C8M18Y0K2 
(8%,18%,0%,2%)
(0.08/0.18/0.00/0.02)	

CMYK percentages

%7.97
%17.53
%0
%1.57

Codes

Color #E7CFFB in popluar color models

E7CFFB
RGB231207251
HSL273°84.62%89.80%
HSB/HSV273°17.53%98.43%
CMYK7.97%17.53%0.00%
1.57%

Color #E7CFFB in popluar number systems.

HEXE7CFFB
Decimal231207251
Binary111001111100111111111011
Octal347317373

Shades and tints

Shades of #E7CFFB

#E7CFFB
(231,207,251)
#D2BDE5
(210,189,229)
#BDABCF
(189,171,207)
#A899B9
(168,153,185)
#9387A3
(147,135,163)
#7E758D
(126,117,141)
#696377
(105,99,119)
#545161
(84,81,97)
#3F3F4B
(63,63,75)
#2A2D35
(42,45,53)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #E7CFFB

#E7CFFB
(231,207,251)
#E9D3FB
(233,211,251)
#EBD7FB
(235,215,251)
#EDDBFB
(237,219,251)
#EFDFFB
(239,223,251)
#F1E3FB
(241,227,251)
#F3E7FB
(243,231,251)
#F5EBFB
(245,235,251)
#F7EFFB
(247,239,251)
#F9F3FB
(249,243,251)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFFB; }

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

This text font color is #E7CFFB.


Background Color

.myBgColor { background-color: #E7CFFB; }

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

This div background color is #E7CFFB.


Border color

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

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

This div border color is #E7CFFB.


Opacity

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

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

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

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

This text has shadow with #E7CFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFFB on black background.


Color preview on white background

This text has color #E7CFFB on white background.



Black color preview on #E7CFFB background

This text has black color on #E7CFFB background.


White color preview on #E7CFFB background

This text has white color on #E7CFFB background.