COLOR #E6CAD6

HEX: #E6CAD6
RGB: (230,202,214)

Color info

#E6CAD6 contains red, green and blue colors in about the same proportion. Web safe color of #E6CAD6 is #CCCCCC (or #CCC).

RGB color model

#E6CAD6 color RGB value is (230,202,214).

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

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 214 of 255 = 84%

230
202
214

R + G + B ~ 84%. #E6CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 214 = 646 (100%)
R 230 of 646 ~ 35.6%
G 202 of 646 ~ 31.27%
B 214 of 646 ~ 33.13%

%35.6
%31.27
%33.13

CMYK color model

#E6CAD6 color CMYK value is (0,12,7,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(0,12,7,10)
C0M12Y7K10 
(0%,12%,7%,10%)
(0.00/0.12/0.07/0.10)	

CMYK percentages

%0
%12.17
%6.96
%9.8

Codes

Color #E6CAD6 in popluar color models

E6CAD6
RGB230202214
HSL334°35.90%84.71%
HSB/HSV334°12.17%90.20%
CMYK0.00%12.17%6.96%
9.80%

Color #E6CAD6 in popluar number systems.

HEXE6CAD6
Decimal230202214
Binary111001101100101011010110
Octal346312326

Shades and tints

Shades of #E6CAD6

#E6CAD6
(230,202,214)
#D2B8C3
(210,184,195)
#BEA6B0
(190,166,176)
#AA949D
(170,148,157)
#96828A
(150,130,138)
#827077
(130,112,119)
#6E5E64
(110,94,100)
#5A4C51
(90,76,81)
#463A3E
(70,58,62)
#32282B
(50,40,43)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6CAD6

#E6CAD6
(230,202,214)
#E8CED9
(232,206,217)
#EAD2DC
(234,210,220)
#ECD6DF
(236,214,223)
#EEDAE2
(238,218,226)
#F0DEE5
(240,222,229)
#F2E2E8
(242,226,232)
#F4E6EB
(244,230,235)
#F6EAEE
(246,234,238)
#F8EEF1
(248,238,241)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAD6; }

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

This text font color is #E6CAD6.


Background Color

.myBgColor { background-color: #E6CAD6; }

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

This div background color is #E6CAD6.


Border color

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

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

This div border color is #E6CAD6.


Opacity

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

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

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

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

This text has shadow with #E6CAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CAD6 on black background.


Color preview on white background

This text has color #E6CAD6 on white background.



Black color preview on #E6CAD6 background

This text has black color on #E6CAD6 background.


White color preview on #E6CAD6 background

This text has white color on #E6CAD6 background.