COLOR #E0CEE6

HEX: #E0CEE6
RGB: (224,206,230)

Color info

#E0CEE6 contains red, green and blue colors in about the same proportion. Web safe color of #E0CEE6 is #CCCCCC (or #CCC).

RGB color model

#E0CEE6 color RGB value is (224,206,230).

  • red value is 224;
  • green value is 206;
  • blue value is 230.
RGB:
(224,206,230)
(88%,81%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 230 of 255 = 90%

224
206
230

R + G + B ~ 86%. #E0CEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 230 = 660 (100%)
R 224 of 660 ~ 33.94%
G 206 of 660 ~ 31.21%
B 230 of 660 ~ 34.85%

%33.94
%31.21
%34.85

CMYK color model

#E0CEE6 color CMYK value is (3,10,0,10).

  • cyan value is 2.61%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,10,0,10)
C3M10Y0K10 
(3%,10%,0%,10%)
(0.03/0.10/0.00/0.10)	

CMYK percentages

%2.61
%10.43
%0
%9.8

Codes

Color #E0CEE6 in popluar color models

E0CEE6
RGB224206230
HSL285°32.43%85.49%
HSB/HSV285°10.43%90.20%
CMYK2.61%10.43%0.00%
9.80%

Color #E0CEE6 in popluar number systems.

HEXE0CEE6
Decimal224206230
Binary111000001100111011100110
Octal340316346

Shades and tints

Shades of #E0CEE6

#E0CEE6
(224,206,230)
#CCBCD2
(204,188,210)
#B8AABE
(184,170,190)
#A498AA
(164,152,170)
#908696
(144,134,150)
#7C7482
(124,116,130)
#68626E
(104,98,110)
#54505A
(84,80,90)
#403E46
(64,62,70)
#2C2C32
(44,44,50)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #E0CEE6

#E0CEE6
(224,206,230)
#E2D2E8
(226,210,232)
#E4D6EA
(228,214,234)
#E6DAEC
(230,218,236)
#E8DEEE
(232,222,238)
#EAE2F0
(234,226,240)
#ECE6F2
(236,230,242)
#EEEAF4
(238,234,244)
#F0EEF6
(240,238,246)
#F2F2F8
(242,242,248)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CEE6 color. Also use rgb(224,206,230) instead hex code.

Text Font Color

.myTextColor { color: #E0CEE6; }

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

This text font color is #E0CEE6.


Background Color

.myBgColor { background-color: #E0CEE6; }

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

This div background color is #E0CEE6.


Border color

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

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

This div border color is #E0CEE6.


Opacity

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

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

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

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

This text has shadow with #E0CEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEE6 on black background.


Color preview on white background

This text has color #E0CEE6 on white background.



Black color preview on #E0CEE6 background

This text has black color on #E0CEE6 background.


White color preview on #E0CEE6 background

This text has white color on #E0CEE6 background.