COLOR #E7CEE4

HEX: #E7CEE4
RGB: (231,206,228)

Color info

#E7CEE4 contains red, green and blue colors in about the same proportion. Web safe color of #E7CEE4 is #FFCCCC (or #FCC).

RGB color model

#E7CEE4 color RGB value is (231,206,228).

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

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 228 of 255 = 89%

231
206
228

R + G + B ~ 87%. #E7CEE4 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 206 + 228 = 665 (100%)
R 231 of 665 ~ 34.74%
G 206 of 665 ~ 30.98%
B 228 of 665 ~ 34.29%

%34.74
%30.98
%34.29

CMYK color model

#E7CEE4 color CMYK value is (0,11,1,9).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 1.30%
  • key color value is 9.41%
CMYK:
(0,11,1,9)
C0M11Y1K9 
(0%,11%,1%,9%)
(0.00/0.11/0.01/0.09)	

CMYK percentages

%0
%10.82
%1.3
%9.41

Codes

Color #E7CEE4 in popluar color models

E7CEE4
RGB231206228
HSL307°34.25%85.69%
HSB/HSV307°10.82%90.59%
CMYK0.00%10.82%1.30%
9.41%

Color #E7CEE4 in popluar number systems.

HEXE7CEE4
Decimal231206228
Binary111001111100111011100100
Octal347316344

Shades and tints

Shades of #E7CEE4

#E7CEE4
(231,206,228)
#D2BCD0
(210,188,208)
#BDAABC
(189,170,188)
#A898A8
(168,152,168)
#938694
(147,134,148)
#7E7480
(126,116,128)
#69626C
(105,98,108)
#545058
(84,80,88)
#3F3E44
(63,62,68)
#2A2C30
(42,44,48)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #E7CEE4

#E7CEE4
(231,206,228)
#E9D2E6
(233,210,230)
#EBD6E8
(235,214,232)
#EDDAEA
(237,218,234)
#EFDEEC
(239,222,236)
#F1E2EE
(241,226,238)
#F3E6F0
(243,230,240)
#F5EAF2
(245,234,242)
#F7EEF4
(247,238,244)
#F9F2F6
(249,242,246)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEE4; }

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

This text font color is #E7CEE4.


Background Color

.myBgColor { background-color: #E7CEE4; }

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

This div background color is #E7CEE4.


Border color

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

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

This div border color is #E7CEE4.


Opacity

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

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

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

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

This text has shadow with #E7CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CEE4 on black background.


Color preview on white background

This text has color #E7CEE4 on white background.



Black color preview on #E7CEE4 background

This text has black color on #E7CEE4 background.


White color preview on #E7CEE4 background

This text has white color on #E7CEE4 background.