COLOR #E6CFFD

HEX: #E6CFFD
RGB: (230,207,253)

Color info

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

RGB color model

#E6CFFD color RGB value is (230,207,253).

  • red value is 230;
  • green value is 207;
  • blue value is 253.
RGB:
(230,207,253)
(90%,81%,99%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 253 of 255 = 99%

230
207
253

R + G + B ~ 90%. #E6CFFD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 253 = 690 (100%)
R 230 of 690 ~ 33.33%
G 207 of 690 ~ 30%
B 253 of 690 ~ 36.67%

%33.33
%30
%36.67

CMYK color model

#E6CFFD color CMYK value is (9,18,0,1).

  • cyan value is 9.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,18,0,1)
C9M18Y0K1 
(9%,18%,0%,1%)
(0.09/0.18/0.00/0.01)	

CMYK percentages

%9.09
%18.18
%0
%0.78

Codes

Color #E6CFFD in popluar color models

E6CFFD
RGB230207253
HSL270°92.00%90.20%
HSB/HSV270°18.18%99.22%
CMYK9.09%18.18%0.00%
0.78%

Color #E6CFFD in popluar number systems.

HEXE6CFFD
Decimal230207253
Binary111001101100111111111101
Octal346317375

Shades and tints

Shades of #E6CFFD

#E6CFFD
(230,207,253)
#D2BDE6
(210,189,230)
#BEABCF
(190,171,207)
#AA99B8
(170,153,184)
#9687A1
(150,135,161)
#82758A
(130,117,138)
#6E6373
(110,99,115)
#5A515C
(90,81,92)
#463F45
(70,63,69)
#322D2E
(50,45,46)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6CFFD

#E6CFFD
(230,207,253)
#E8D3FD
(232,211,253)
#EAD7FD
(234,215,253)
#ECDBFD
(236,219,253)
#EEDFFD
(238,223,253)
#F0E3FD
(240,227,253)
#F2E7FD
(242,231,253)
#F4EBFD
(244,235,253)
#F6EFFD
(246,239,253)
#F8F3FD
(248,243,253)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFFD color. Also use rgb(230,207,253) instead hex code.

Text Font Color

.myTextColor { color: #E6CFFD; }

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

This text font color is #E6CFFD.


Background Color

.myBgColor { background-color: #E6CFFD; }

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

This div background color is #E6CFFD.


Border color

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

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

This div border color is #E6CFFD.


Opacity

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

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

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

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

This text has shadow with #E6CFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFFD on black background.


Color preview on white background

This text has color #E6CFFD on white background.



Black color preview on #E6CFFD background

This text has black color on #E6CFFD background.


White color preview on #E6CFFD background

This text has white color on #E6CFFD background.