COLOR #E6CAEB

HEX: #E6CAEB
RGB: (230,202,235)

Color info

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

RGB color model

#E6CAEB color RGB value is (230,202,235).

  • red value is 230;
  • green value is 202;
  • blue value is 235.
RGB:
(230,202,235)
(90%,79%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 235 of 255 = 92%

230
202
235

R + G + B ~ 87%. #E6CAEB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 235 = 667 (100%)
R 230 of 667 ~ 34.48%
G 202 of 667 ~ 30.28%
B 235 of 667 ~ 35.23%

%34.48
%30.28
%35.23

CMYK color model

#E6CAEB color CMYK value is (2,14,0,8).

  • cyan value is 2.13%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,14,0,8)
C2M14Y0K8 
(2%,14%,0%,8%)
(0.02/0.14/0.00/0.08)	

CMYK percentages

%2.13
%14.04
%0
%7.84

Codes

Color #E6CAEB in popluar color models

E6CAEB
RGB230202235
HSL291°45.21%85.69%
HSB/HSV291°14.04%92.16%
CMYK2.13%14.04%0.00%
7.84%

Color #E6CAEB in popluar number systems.

HEXE6CAEB
Decimal230202235
Binary111001101100101011101011
Octal346312353

Shades and tints

Shades of #E6CAEB

#E6CAEB
(230,202,235)
#D2B8D6
(210,184,214)
#BEA6C1
(190,166,193)
#AA94AC
(170,148,172)
#968297
(150,130,151)
#827082
(130,112,130)
#6E5E6D
(110,94,109)
#5A4C58
(90,76,88)
#463A43
(70,58,67)
#32282E
(50,40,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6CAEB

#E6CAEB
(230,202,235)
#E8CEEC
(232,206,236)
#EAD2ED
(234,210,237)
#ECD6EE
(236,214,238)
#EEDAEF
(238,218,239)
#F0DEF0
(240,222,240)
#F2E2F1
(242,226,241)
#F4E6F2
(244,230,242)
#F6EAF3
(246,234,243)
#F8EEF4
(248,238,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAEB; }

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

This text font color is #E6CAEB.


Background Color

.myBgColor { background-color: #E6CAEB; }

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

This div background color is #E6CAEB.


Border color

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

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

This div border color is #E6CAEB.


Opacity

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

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

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

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

This text has shadow with #E6CAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CAEB on black background.


Color preview on white background

This text has color #E6CAEB on white background.



Black color preview on #E6CAEB background

This text has black color on #E6CAEB background.


White color preview on #E6CAEB background

This text has white color on #E6CAEB background.