COLOR #E6CEF6

HEX: #E6CEF6
RGB: (230,206,246)

Color info

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

RGB color model

#E6CEF6 color RGB value is (230,206,246).

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

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 246 of 255 = 96%

230
206
246

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

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 246 = 682 (100%)
R 230 of 682 ~ 33.72%
G 206 of 682 ~ 30.21%
B 246 of 682 ~ 36.07%

%33.72
%30.21
%36.07

CMYK color model

#E6CEF6 color CMYK value is (7,16,0,4).

  • cyan value is 6.50%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,16,0,4)
C7M16Y0K4 
(7%,16%,0%,4%)
(0.07/0.16/0.00/0.04)	

CMYK percentages

%6.5
%16.26
%0
%3.53

Codes

Color #E6CEF6 in popluar color models

E6CEF6
RGB230206246
HSL276°68.97%88.63%
HSB/HSV276°16.26%96.47%
CMYK6.50%16.26%0.00%
3.53%

Color #E6CEF6 in popluar number systems.

HEXE6CEF6
Decimal230206246
Binary111001101100111011110110
Octal346316366

Shades and tints

Shades of #E6CEF6

#E6CEF6
(230,206,246)
#D2BCE0
(210,188,224)
#BEAACA
(190,170,202)
#AA98B4
(170,152,180)
#96869E
(150,134,158)
#827488
(130,116,136)
#6E6272
(110,98,114)
#5A505C
(90,80,92)
#463E46
(70,62,70)
#322C30
(50,44,48)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6CEF6

#E6CEF6
(230,206,246)
#E8D2F6
(232,210,246)
#EAD6F6
(234,214,246)
#ECDAF6
(236,218,246)
#EEDEF6
(238,222,246)
#F0E2F6
(240,226,246)
#F2E6F6
(242,230,246)
#F4EAF6
(244,234,246)
#F6EEF6
(246,238,246)
#F8F2F6
(248,242,246)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEF6; }

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

This text font color is #E6CEF6.


Background Color

.myBgColor { background-color: #E6CEF6; }

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

This div background color is #E6CEF6.


Border color

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

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

This div border color is #E6CEF6.


Opacity

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

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

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

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

This text has shadow with #E6CEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEF6 on black background.


Color preview on white background

This text has color #E6CEF6 on white background.



Black color preview on #E6CEF6 background

This text has black color on #E6CEF6 background.


White color preview on #E6CEF6 background

This text has white color on #E6CEF6 background.