COLOR #E6CADC

HEX: #E6CADC
RGB: (230,202,220)

Color info

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

RGB color model

#E6CADC color RGB value is (230,202,220).

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

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 220 of 255 = 86%

230
202
220

R + G + B ~ 85%. #E6CADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 220 = 652 (100%)
R 230 of 652 ~ 35.28%
G 202 of 652 ~ 30.98%
B 220 of 652 ~ 33.74%

%35.28
%30.98
%33.74

CMYK color model

#E6CADC color CMYK value is (0,12,4,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(0,12,4,10)
C0M12Y4K10 
(0%,12%,4%,10%)
(0.00/0.12/0.04/0.10)	

CMYK percentages

%0
%12.17
%4.35
%9.8

Codes

Color #E6CADC in popluar color models

E6CADC
RGB230202220
HSL321°35.90%84.71%
HSB/HSV321°12.17%90.20%
CMYK0.00%12.17%4.35%
9.80%

Color #E6CADC in popluar number systems.

HEXE6CADC
Decimal230202220
Binary111001101100101011011100
Octal346312334

Shades and tints

Shades of #E6CADC

#E6CADC
(230,202,220)
#D2B8C8
(210,184,200)
#BEA6B4
(190,166,180)
#AA94A0
(170,148,160)
#96828C
(150,130,140)
#827078
(130,112,120)
#6E5E64
(110,94,100)
#5A4C50
(90,76,80)
#463A3C
(70,58,60)
#322828
(50,40,40)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6CADC

#E6CADC
(230,202,220)
#E8CEDF
(232,206,223)
#EAD2E2
(234,210,226)
#ECD6E5
(236,214,229)
#EEDAE8
(238,218,232)
#F0DEEB
(240,222,235)
#F2E2EE
(242,226,238)
#F4E6F1
(244,230,241)
#F6EAF4
(246,234,244)
#F8EEF7
(248,238,247)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CADC; }

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

This text font color is #E6CADC.


Background Color

.myBgColor { background-color: #E6CADC; }

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

This div background color is #E6CADC.


Border color

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

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

This div border color is #E6CADC.


Opacity

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

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

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

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

This text has shadow with #E6CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CADC on black background.


Color preview on white background

This text has color #E6CADC on white background.



Black color preview on #E6CADC background

This text has black color on #E6CADC background.


White color preview on #E6CADC background

This text has white color on #E6CADC background.