COLOR #E6CEF5

HEX: #E6CEF5
RGB: (230,206,245)

Color info

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

RGB color model

#E6CEF5 color RGB value is (230,206,245).

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

RGB channels and saturation

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

230
206
245

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

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 245 = 681 (100%)
R 230 of 681 ~ 33.77%
G 206 of 681 ~ 30.25%
B 245 of 681 ~ 35.98%

%33.77
%30.25
%35.98

CMYK color model

#E6CEF5 color CMYK value is (6,16,0,4).

  • cyan value is 6.12%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,16,0,4)
C6M16Y0K4 
(6%,16%,0%,4%)
(0.06/0.16/0.00/0.04)	

CMYK percentages

%6.12
%15.92
%0
%3.92

Codes

Color #E6CEF5 in popluar color models

E6CEF5
RGB230206245
HSL277°66.10%88.43%
HSB/HSV277°15.92%96.08%
CMYK6.12%15.92%0.00%
3.92%

Color #E6CEF5 in popluar number systems.

HEXE6CEF5
Decimal230206245
Binary111001101100111011110101
Octal346316365

Shades and tints

Shades of #E6CEF5

#E6CEF5
(230,206,245)
#D2BCDF
(210,188,223)
#BEAAC9
(190,170,201)
#AA98B3
(170,152,179)
#96869D
(150,134,157)
#827487
(130,116,135)
#6E6271
(110,98,113)
#5A505B
(90,80,91)
#463E45
(70,62,69)
#322C2F
(50,44,47)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6CEF5

#E6CEF5
(230,206,245)
#E8D2F5
(232,210,245)
#EAD6F5
(234,214,245)
#ECDAF5
(236,218,245)
#EEDEF5
(238,222,245)
#F0E2F5
(240,226,245)
#F2E6F5
(242,230,245)
#F4EAF5
(244,234,245)
#F6EEF5
(246,238,245)
#F8F2F5
(248,242,245)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEF5; }

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

This text font color is #E6CEF5.


Background Color

.myBgColor { background-color: #E6CEF5; }

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

This div background color is #E6CEF5.


Border color

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

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

This div border color is #E6CEF5.


Opacity

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

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

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

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

This text has shadow with #E6CEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEF5 on black background.


Color preview on white background

This text has color #E6CEF5 on white background.



Black color preview on #E6CEF5 background

This text has black color on #E6CEF5 background.


White color preview on #E6CEF5 background

This text has white color on #E6CEF5 background.