COLOR #E7CCEB

HEX: #E7CCEB
RGB: (231,204,235)

Color info

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

RGB color model

#E7CCEB color RGB value is (231,204,235).

  • red value is 231;
  • green value is 204;
  • blue value is 235.
RGB:
(231,204,235)
(91%,80%,92%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 235 of 255 = 92%

231
204
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 204 + 235 = 670 (100%)
R 231 of 670 ~ 34.48%
G 204 of 670 ~ 30.45%
B 235 of 670 ~ 35.07%

%34.48
%30.45
%35.07

CMYK color model

#E7CCEB color CMYK value is (2,13,0,8).

  • cyan value is 1.70%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,13,0,8)
C2M13Y0K8 
(2%,13%,0%,8%)
(0.02/0.13/0.00/0.08)	

CMYK percentages

%1.7
%13.19
%0
%7.84

Codes

Color #E7CCEB in popluar color models

E7CCEB
RGB231204235
HSL292°43.66%86.08%
HSB/HSV292°13.19%92.16%
CMYK1.70%13.19%0.00%
7.84%

Color #E7CCEB in popluar number systems.

HEXE7CCEB
Decimal231204235
Binary111001111100110011101011
Octal347314353

Shades and tints

Shades of #E7CCEB

#E7CCEB
(231,204,235)
#D2BAD6
(210,186,214)
#BDA8C1
(189,168,193)
#A896AC
(168,150,172)
#938497
(147,132,151)
#7E7282
(126,114,130)
#69606D
(105,96,109)
#544E58
(84,78,88)
#3F3C43
(63,60,67)
#2A2A2E
(42,42,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7CCEB

#E7CCEB
(231,204,235)
#E9D0EC
(233,208,236)
#EBD4ED
(235,212,237)
#EDD8EE
(237,216,238)
#EFDCEF
(239,220,239)
#F1E0F0
(241,224,240)
#F3E4F1
(243,228,241)
#F5E8F2
(245,232,242)
#F7ECF3
(247,236,243)
#F9F0F4
(249,240,244)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CCEB color. Also use rgb(231,204,235) instead hex code.

Text Font Color

.myTextColor { color: #E7CCEB; }

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

This text font color is #E7CCEB.


Background Color

.myBgColor { background-color: #E7CCEB; }

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

This div background color is #E7CCEB.


Border color

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

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

This div border color is #E7CCEB.


Opacity

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

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

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

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

This text has shadow with #E7CCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CCEB on black background.


Color preview on white background

This text has color #E7CCEB on white background.



Black color preview on #E7CCEB background

This text has black color on #E7CCEB background.


White color preview on #E7CCEB background

This text has white color on #E7CCEB background.