COLOR #E7CAFB

HEX: #E7CAFB
RGB: (231,202,251)

Color info

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

RGB color model

#E7CAFB color RGB value is (231,202,251).

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

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 251 of 255 = 98%

231
202
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 251 = 684 (100%)
R 231 of 684 ~ 33.77%
G 202 of 684 ~ 29.53%
B 251 of 684 ~ 36.7%

%33.77
%29.53
%36.7

CMYK color model

#E7CAFB color CMYK value is (8,20,0,2).

  • cyan value is 7.97%
  • magenta value is 19.52%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,20,0,2)
C8M20Y0K2 
(8%,20%,0%,2%)
(0.08/0.20/0.00/0.02)	

CMYK percentages

%7.97
%19.52
%0
%1.57

Codes

Color #E7CAFB in popluar color models

E7CAFB
RGB231202251
HSL276°85.96%88.82%
HSB/HSV276°19.52%98.43%
CMYK7.97%19.52%0.00%
1.57%

Color #E7CAFB in popluar number systems.

HEXE7CAFB
Decimal231202251
Binary111001111100101011111011
Octal347312373

Shades and tints

Shades of #E7CAFB

#E7CAFB
(231,202,251)
#D2B8E5
(210,184,229)
#BDA6CF
(189,166,207)
#A894B9
(168,148,185)
#9382A3
(147,130,163)
#7E708D
(126,112,141)
#695E77
(105,94,119)
#544C61
(84,76,97)
#3F3A4B
(63,58,75)
#2A2835
(42,40,53)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #E7CAFB

#E7CAFB
(231,202,251)
#E9CEFB
(233,206,251)
#EBD2FB
(235,210,251)
#EDD6FB
(237,214,251)
#EFDAFB
(239,218,251)
#F1DEFB
(241,222,251)
#F3E2FB
(243,226,251)
#F5E6FB
(245,230,251)
#F7EAFB
(247,234,251)
#F9EEFB
(249,238,251)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAFB; }

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

This text font color is #E7CAFB.


Background Color

.myBgColor { background-color: #E7CAFB; }

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

This div background color is #E7CAFB.


Border color

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

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

This div border color is #E7CAFB.


Opacity

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

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

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

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

This text has shadow with #E7CAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAFB on black background.


Color preview on white background

This text has color #E7CAFB on white background.



Black color preview on #E7CAFB background

This text has black color on #E7CAFB background.


White color preview on #E7CAFB background

This text has white color on #E7CAFB background.