COLOR #E7CBEF

HEX: #E7CBEF
RGB: (231,203,239)

Color info

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

RGB color model

#E7CBEF color RGB value is (231,203,239).

  • red value is 231;
  • green value is 203;
  • blue value is 239.
RGB:
(231,203,239)
(91%,80%,94%)

RGB channels and saturation

R 231 of 255 = 91%
G 203 of 255 = 80%
B 239 of 255 = 94%

231
203
239

R + G + B ~ 88%. #E7CBEF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 203 + 239 = 673 (100%)
R 231 of 673 ~ 34.32%
G 203 of 673 ~ 30.16%
B 239 of 673 ~ 35.51%

%34.32
%30.16
%35.51

CMYK color model

#E7CBEF color CMYK value is (3,15,0,6).

  • cyan value is 3.35%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(3,15,0,6)
C3M15Y0K6 
(3%,15%,0%,6%)
(0.03/0.15/0.00/0.06)	

CMYK percentages

%3.35
%15.06
%0
%6.27

Codes

Color #E7CBEF in popluar color models

E7CBEF
RGB231203239
HSL287°52.94%86.67%
HSB/HSV287°15.06%93.73%
CMYK3.35%15.06%0.00%
6.27%

Color #E7CBEF in popluar number systems.

HEXE7CBEF
Decimal231203239
Binary111001111100101111101111
Octal347313357

Shades and tints

Shades of #E7CBEF

#E7CBEF
(231,203,239)
#D2B9DA
(210,185,218)
#BDA7C5
(189,167,197)
#A895B0
(168,149,176)
#93839B
(147,131,155)
#7E7186
(126,113,134)
#695F71
(105,95,113)
#544D5C
(84,77,92)
#3F3B47
(63,59,71)
#2A2932
(42,41,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #E7CBEF

#E7CBEF
(231,203,239)
#E9CFF0
(233,207,240)
#EBD3F1
(235,211,241)
#EDD7F2
(237,215,242)
#EFDBF3
(239,219,243)
#F1DFF4
(241,223,244)
#F3E3F5
(243,227,245)
#F5E7F6
(245,231,246)
#F7EBF7
(247,235,247)
#F9EFF8
(249,239,248)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CBEF color. Also use rgb(231,203,239) instead hex code.

Text Font Color

.myTextColor { color: #E7CBEF; }

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

This text font color is #E7CBEF.


Background Color

.myBgColor { background-color: #E7CBEF; }

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

This div background color is #E7CBEF.


Border color

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

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

This div border color is #E7CBEF.


Opacity

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

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

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

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

This text has shadow with #E7CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CBEF on black background.


Color preview on white background

This text has color #E7CBEF on white background.



Black color preview on #E7CBEF background

This text has black color on #E7CBEF background.


White color preview on #E7CBEF background

This text has white color on #E7CBEF background.