COLOR #E6CEE9

HEX: #E6CEE9
RGB: (230,206,233)

Color info

#E6CEE9 contains red, green and blue colors in about the same proportion. Web safe color of #E6CEE9 is #CCCCFF (or #CCF).

RGB color model

#E6CEE9 color RGB value is (230,206,233).

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

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 233 of 255 = 91%

230
206
233

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

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 233 = 669 (100%)
R 230 of 669 ~ 34.38%
G 206 of 669 ~ 30.79%
B 233 of 669 ~ 34.83%

%34.38
%30.79
%34.83

CMYK color model

#E6CEE9 color CMYK value is (1,12,0,9).

  • cyan value is 1.29%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(1,12,0,9)
C1M12Y0K9 
(1%,12%,0%,9%)
(0.01/0.12/0.00/0.09)	

CMYK percentages

%1.29
%11.59
%0
%8.63

Codes

Color #E6CEE9 in popluar color models

E6CEE9
RGB230206233
HSL293°38.03%86.08%
HSB/HSV293°11.59%91.37%
CMYK1.29%11.59%0.00%
8.63%

Color #E6CEE9 in popluar number systems.

HEXE6CEE9
Decimal230206233
Binary111001101100111011101001
Octal346316351

Shades and tints

Shades of #E6CEE9

#E6CEE9
(230,206,233)
#D2BCD4
(210,188,212)
#BEAABF
(190,170,191)
#AA98AA
(170,152,170)
#968695
(150,134,149)
#827480
(130,116,128)
#6E626B
(110,98,107)
#5A5056
(90,80,86)
#463E41
(70,62,65)
#322C2C
(50,44,44)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6CEE9

#E6CEE9
(230,206,233)
#E8D2EB
(232,210,235)
#EAD6ED
(234,214,237)
#ECDAEF
(236,218,239)
#EEDEF1
(238,222,241)
#F0E2F3
(240,226,243)
#F2E6F5
(242,230,245)
#F4EAF7
(244,234,247)
#F6EEF9
(246,238,249)
#F8F2FB
(248,242,251)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEE9; }

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

This text font color is #E6CEE9.


Background Color

.myBgColor { background-color: #E6CEE9; }

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

This div background color is #E6CEE9.


Border color

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

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

This div border color is #E6CEE9.


Opacity

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

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

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

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

This text has shadow with #E6CEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEE9 on black background.


Color preview on white background

This text has color #E6CEE9 on white background.



Black color preview on #E6CEE9 background

This text has black color on #E6CEE9 background.


White color preview on #E6CEE9 background

This text has white color on #E6CEE9 background.