COLOR #E6CFF3

HEX: #E6CFF3
RGB: (230,207,243)

Color info

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

RGB color model

#E6CFF3 color RGB value is (230,207,243).

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

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 243 of 255 = 95%

230
207
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 243 = 680 (100%)
R 230 of 680 ~ 33.82%
G 207 of 680 ~ 30.44%
B 243 of 680 ~ 35.74%

%33.82
%30.44
%35.74

CMYK color model

#E6CFF3 color CMYK value is (5,15,0,5).

  • cyan value is 5.35%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,15,0,5)
C5M15Y0K5 
(5%,15%,0%,5%)
(0.05/0.15/0.00/0.05)	

CMYK percentages

%5.35
%14.81
%0
%4.71

Codes

Color #E6CFF3 in popluar color models

E6CFF3
RGB230207243
HSL278°60.00%88.24%
HSB/HSV278°14.81%95.29%
CMYK5.35%14.81%0.00%
4.71%

Color #E6CFF3 in popluar number systems.

HEXE6CFF3
Decimal230207243
Binary111001101100111111110011
Octal346317363

Shades and tints

Shades of #E6CFF3

#E6CFF3
(230,207,243)
#D2BDDD
(210,189,221)
#BEABC7
(190,171,199)
#AA99B1
(170,153,177)
#96879B
(150,135,155)
#827585
(130,117,133)
#6E636F
(110,99,111)
#5A5159
(90,81,89)
#463F43
(70,63,67)
#322D2D
(50,45,45)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6CFF3

#E6CFF3
(230,207,243)
#E8D3F4
(232,211,244)
#EAD7F5
(234,215,245)
#ECDBF6
(236,219,246)
#EEDFF7
(238,223,247)
#F0E3F8
(240,227,248)
#F2E7F9
(242,231,249)
#F4EBFA
(244,235,250)
#F6EFFB
(246,239,251)
#F8F3FC
(248,243,252)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFF3; }

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

This text font color is #E6CFF3.


Background Color

.myBgColor { background-color: #E6CFF3; }

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

This div background color is #E6CFF3.


Border color

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

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

This div border color is #E6CFF3.


Opacity

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

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

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

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

This text has shadow with #E6CFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFF3 on black background.


Color preview on white background

This text has color #E6CFF3 on white background.



Black color preview on #E6CFF3 background

This text has black color on #E6CFF3 background.


White color preview on #E6CFF3 background

This text has white color on #E6CFF3 background.