COLOR #E7CBEC

HEX: #E7CBEC
RGB: (231,203,236)

Color info

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

RGB color model

#E7CBEC color RGB value is (231,203,236).

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

RGB channels and saturation

R 231 of 255 = 91%
G 203 of 255 = 80%
B 236 of 255 = 93%

231
203
236

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

Portions of RGB colors in percentages

R + G + B =
231 + 203 + 236 = 670 (100%)
R 231 of 670 ~ 34.48%
G 203 of 670 ~ 30.3%
B 236 of 670 ~ 35.22%

%34.48
%30.3
%35.22

CMYK color model

#E7CBEC color CMYK value is (2,14,0,7).

  • cyan value is 2.12%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(2,14,0,7)
C2M14Y0K7 
(2%,14%,0%,7%)
(0.02/0.14/0.00/0.07)	

CMYK percentages

%2.12
%13.98
%0
%7.45

Codes

Color #E7CBEC in popluar color models

E7CBEC
RGB231203236
HSL291°46.48%86.08%
HSB/HSV291°13.98%92.55%
CMYK2.12%13.98%0.00%
7.45%

Color #E7CBEC in popluar number systems.

HEXE7CBEC
Decimal231203236
Binary111001111100101111101100
Octal347313354

Shades and tints

Shades of #E7CBEC

#E7CBEC
(231,203,236)
#D2B9D7
(210,185,215)
#BDA7C2
(189,167,194)
#A895AD
(168,149,173)
#938398
(147,131,152)
#7E7183
(126,113,131)
#695F6E
(105,95,110)
#544D59
(84,77,89)
#3F3B44
(63,59,68)
#2A292F
(42,41,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7CBEC

#E7CBEC
(231,203,236)
#E9CFED
(233,207,237)
#EBD3EE
(235,211,238)
#EDD7EF
(237,215,239)
#EFDBF0
(239,219,240)
#F1DFF1
(241,223,241)
#F3E3F2
(243,227,242)
#F5E7F3
(245,231,243)
#F7EBF4
(247,235,244)
#F9EFF5
(249,239,245)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CBEC; }

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

This text font color is #E7CBEC.


Background Color

.myBgColor { background-color: #E7CBEC; }

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

This div background color is #E7CBEC.


Border color

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

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

This div border color is #E7CBEC.


Opacity

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

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

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

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

This text has shadow with #E7CBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CBEC on black background.


Color preview on white background

This text has color #E7CBEC on white background.



Black color preview on #E7CBEC background

This text has black color on #E7CBEC background.


White color preview on #E7CBEC background

This text has white color on #E7CBEC background.