COLOR #E6CAFC

HEX: #E6CAFC RGB: (230,202,252)

Color info

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

RGB color model

#E6CAFC color RGB value is (230,202,252).

RGB: (230,202,252) (90%, 79%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 252 of 255 = 99%

230
202
252

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 252 = 684 (100%)
R 230 of 684 ~ 33.63%
G 202 of 684 ~ 29.53%
B 252 of 684 ~ 36.84'%

%33.63
%29.53
%36.84

CMYK color model

#E6CAFC color CMYK value is (9,20,0,1).

  • cyan value is 8.73%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,20,0,1)
C9M20Y0K1 (9%, 20%, 0%, 1%)
(0.09 / 0.20 / 0.00 / 0.01)

CMYK percentages

%8.73
%19.84
%0
%1.18

Codes

Color #E6CAFC in popluar color models

E6 CA FC
RGB 230 202 252
HSL 274° 89.29% 89.02%
HSB/HSV 274° 19.84% 98.82%
CMYK 8.73% 19.84% 0.00%
1.18%

Color #E6CAFC in popluar number systems.

HEX E6 CA FC
Decimal 230 202 252
Binary 11100110 11001010 11111100
Octal 346 312 374

Shades and tints

Shades of #E6CAFC

#E6CAFC
(230,202,252)
#D2B8E6
(210,184,230)
#BEA6D0
(190,166,208)
#AA94BA
(170,148,186)
#9682A4
(150,130,164)
#82708E
(130,112,142)
#6E5E78
(110,94,120)
#5A4C62
(90,76,98)
#463A4C
(70,58,76)
#322836
(50,40,54)
#1E1620
(30,22,32)
#000000
(0,0,0)

Tints of #E6CAFC

#E6CAFC
(230,202,252)
#E8CEFC
(232,206,252)
#EAD2FC
(234,210,252)
#ECD6FC
(236,214,252)
#EEDAFC
(238,218,252)
#F0DEFC
(240,222,252)
#F2E2FC
(242,226,252)
#F4E6FC
(244,230,252)
#F6EAFC
(246,234,252)
#F8EEFC
(248,238,252)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CAFC color. Also use rgb(230,202,252) instead hex code.

Text Font Color

.myTextColor { color: #E6CAFC; }

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

This text font color is #E6CAFC.

Background Color

.myBgColor { background-color: #E6CAFC; }

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

This div background color is #E6CAFC.

Border color

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

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

This div border color is #E6CAFC.

Opacity

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

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

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

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

This text has shadow with #E6CAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAFC.

Preview

Color preview on black background

This text has color #E6CAFC on black background.


Color preview on white background

This text has color #E6CAFC on white background.


Black color preview on #E6CAFC background

This text has black color on #E6CAFC background.


White color preview on #E6CAFC background

This text has white color on #E6CAFC background.


Related colors

Complementary color

Complementary color for #hex is #193503.


I love getcolorcode.com

Triadic colors

1 #FCE6CA and #CAFCE6 with #E6CAFC are triadic colors.

2 #FCCAE6 and #CAE6FC with #E6CAFC are triadic colors.