COLOR #E7CEF1

HEX: #E7CEF1
RGB: (231,206,241)

Color info

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

RGB color model

#E7CEF1 color RGB value is (231,206,241).

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

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 241 of 255 = 95%

231
206
241

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

Portions of RGB colors in percentages

R + G + B =
231 + 206 + 241 = 678 (100%)
R 231 of 678 ~ 34.07%
G 206 of 678 ~ 30.38%
B 241 of 678 ~ 35.55%

%34.07
%30.38
%35.55

CMYK color model

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

  • cyan value is 4.15%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,15,0,5)
C4M15Y0K5 
(4%,15%,0%,5%)
(0.04/0.15/0.00/0.05)	

CMYK percentages

%4.15
%14.52
%0
%5.49

Codes

Color #E7CEF1 in popluar color models

E7CEF1
RGB231206241
HSL283°55.56%87.65%
HSB/HSV283°14.52%94.51%
CMYK4.15%14.52%0.00%
5.49%

Color #E7CEF1 in popluar number systems.

HEXE7CEF1
Decimal231206241
Binary111001111100111011110001
Octal347316361

Shades and tints

Shades of #E7CEF1

#E7CEF1
(231,206,241)
#D2BCDC
(210,188,220)
#BDAAC7
(189,170,199)
#A898B2
(168,152,178)
#93869D
(147,134,157)
#7E7488
(126,116,136)
#696273
(105,98,115)
#54505E
(84,80,94)
#3F3E49
(63,62,73)
#2A2C34
(42,44,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #E7CEF1

#E7CEF1
(231,206,241)
#E9D2F2
(233,210,242)
#EBD6F3
(235,214,243)
#EDDAF4
(237,218,244)
#EFDEF5
(239,222,245)
#F1E2F6
(241,226,246)
#F3E6F7
(243,230,247)
#F5EAF8
(245,234,248)
#F7EEF9
(247,238,249)
#F9F2FA
(249,242,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CEF1 color. Also use rgb(231,206,241) instead hex code.

Text Font Color

.myTextColor { color: #E7CEF1; }

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

This text font color is #E7CEF1.


Background Color

.myBgColor { background-color: #E7CEF1; }

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

This div background color is #E7CEF1.


Border color

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

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

This div border color is #E7CEF1.


Opacity

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

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

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

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

This text has shadow with #E7CEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CEF1 on black background.


Color preview on white background

This text has color #E7CEF1 on white background.



Black color preview on #E7CEF1 background

This text has black color on #E7CEF1 background.


White color preview on #E7CEF1 background

This text has white color on #E7CEF1 background.