COLOR #E7CFF3

HEX: #E7CFF3
RGB: (231,207,243)

Color info

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

RGB color model

#E7CFF3 color RGB value is (231,207,243).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 243 of 255 = 95%

231
207
243

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

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 243 = 681 (100%)
R 231 of 681 ~ 33.92%
G 207 of 681 ~ 30.4%
B 243 of 681 ~ 35.68%

%33.92
%30.4
%35.68

CMYK color model

#E7CFF3 color CMYK value is (5,15,0,5).

  • cyan value is 4.94%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,15,0,5)
C5M15Y0K5 
(5%,15%,0%,5%)
(0.05/0.15/0.00/0.05)	

CMYK percentages

%4.94
%14.81
%0
%4.71

Codes

Color #E7CFF3 in popluar color models

E7CFF3
RGB231207243
HSL280°60.00%88.24%
HSB/HSV280°14.81%95.29%
CMYK4.94%14.81%0.00%
4.71%

Color #E7CFF3 in popluar number systems.

HEXE7CFF3
Decimal231207243
Binary111001111100111111110011
Octal347317363

Shades and tints

Shades of #E7CFF3

#E7CFF3
(231,207,243)
#D2BDDD
(210,189,221)
#BDABC7
(189,171,199)
#A899B1
(168,153,177)
#93879B
(147,135,155)
#7E7585
(126,117,133)
#69636F
(105,99,111)
#545159
(84,81,89)
#3F3F43
(63,63,67)
#2A2D2D
(42,45,45)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7CFF3

#E7CFF3
(231,207,243)
#E9D3F4
(233,211,244)
#EBD7F5
(235,215,245)
#EDDBF6
(237,219,246)
#EFDFF7
(239,223,247)
#F1E3F8
(241,227,248)
#F3E7F9
(243,231,249)
#F5EBFA
(245,235,250)
#F7EFFB
(247,239,251)
#F9F3FC
(249,243,252)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFF3; }

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

This text font color is #E7CFF3.


Background Color

.myBgColor { background-color: #E7CFF3; }

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

This div background color is #E7CFF3.


Border color

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

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

This div border color is #E7CFF3.


Opacity

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

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

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

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

This text has shadow with #E7CFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFF3 on black background.


Color preview on white background

This text has color #E7CFF3 on white background.



Black color preview on #E7CFF3 background

This text has black color on #E7CFF3 background.


White color preview on #E7CFF3 background

This text has white color on #E7CFF3 background.