COLOR #E6CAF7

HEX: #E6CAF7 RGB: (230,202,247)

Color info

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

RGB color model

#E6CAF7 color RGB value is (230,202,247).

RGB: (230,202,247) (90%, 79%, 97%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 247 of 255 = 97%

230
202
247

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 247 = 679 (100%)
R 230 of 679 ~ 33.87%
G 202 of 679 ~ 29.75%
B 247 of 679 ~ 36.38'%

%33.87
%29.75
%36.38

CMYK color model

#E6CAF7 color CMYK value is (7,18,0,3).

  • cyan value is 6.88%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (7,18,0,3)
C7M18Y0K3 (7%, 18%, 0%, 3%)
(0.07 / 0.18 / 0.00 / 0.03)

CMYK percentages

%6.88
%18.22
%0
%3.14

Codes

Color #E6CAF7 in popluar color models

E6 CA F7
RGB 230 202 247
HSL 277° 73.77% 88.04%
HSB/HSV 277° 18.22% 96.86%
CMYK 6.88% 18.22% 0.00%
3.14%

Color #E6CAF7 in popluar number systems.

HEX E6 CA F7
Decimal 230 202 247
Binary 11100110 11001010 11110111
Octal 346 312 367

Shades and tints

Shades of #E6CAF7

#E6CAF7
(230,202,247)
#D2B8E1
(210,184,225)
#BEA6CB
(190,166,203)
#AA94B5
(170,148,181)
#96829F
(150,130,159)
#827089
(130,112,137)
#6E5E73
(110,94,115)
#5A4C5D
(90,76,93)
#463A47
(70,58,71)
#322831
(50,40,49)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #E6CAF7

#E6CAF7
(230,202,247)
#E8CEF7
(232,206,247)
#EAD2F7
(234,210,247)
#ECD6F7
(236,214,247)
#EEDAF7
(238,218,247)
#F0DEF7
(240,222,247)
#F2E2F7
(242,226,247)
#F4E6F7
(244,230,247)
#F6EAF7
(246,234,247)
#F8EEF7
(248,238,247)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAF7; }

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

This text font color is #E6CAF7.

Background Color

.myBgColor { background-color: #E6CAF7; }

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

This div background color is #E6CAF7.

Border color

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

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

This div border color is #E6CAF7.

Opacity

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

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

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

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

This text has shadow with #E6CAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAF7.

Preview

Color preview on black background

This text has color #E6CAF7 on black background.


Color preview on white background

This text has color #E6CAF7 on white background.


Black color preview on #E6CAF7 background

This text has black color on #E6CAF7 background.


White color preview on #E6CAF7 background

This text has white color on #E6CAF7 background.


Related colors

Complementary color

Complementary color for #hex is #193508.


I love getcolorcode.com

Triadic colors

1 #F7E6CA and #CAF7E6 with #E6CAF7 are triadic colors.

2 #F7CAE6 and #CAE6F7 with #E6CAF7 are triadic colors.