COLOR #E6CADF

HEX: #E6CADF
RGB: (230,202,223)

Color info

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

RGB color model

#E6CADF color RGB value is (230,202,223).

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

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 223 of 255 = 87%

230
202
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 223 = 655 (100%)
R 230 of 655 ~ 35.11%
G 202 of 655 ~ 30.84%
B 223 of 655 ~ 34.05%

%35.11
%30.84
%34.05

CMYK color model

#E6CADF color CMYK value is (0,12,3,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(0,12,3,10)
C0M12Y3K10 
(0%,12%,3%,10%)
(0.00/0.12/0.03/0.10)	

CMYK percentages

%0
%12.17
%3.04
%9.8

Codes

Color #E6CADF in popluar color models

E6CADF
RGB230202223
HSL315°35.90%84.71%
HSB/HSV315°12.17%90.20%
CMYK0.00%12.17%3.04%
9.80%

Color #E6CADF in popluar number systems.

HEXE6CADF
Decimal230202223
Binary111001101100101011011111
Octal346312337

Shades and tints

Shades of #E6CADF

#E6CADF
(230,202,223)
#D2B8CB
(210,184,203)
#BEA6B7
(190,166,183)
#AA94A3
(170,148,163)
#96828F
(150,130,143)
#82707B
(130,112,123)
#6E5E67
(110,94,103)
#5A4C53
(90,76,83)
#463A3F
(70,58,63)
#32282B
(50,40,43)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #E6CADF

#E6CADF
(230,202,223)
#E8CEE1
(232,206,225)
#EAD2E3
(234,210,227)
#ECD6E5
(236,214,229)
#EEDAE7
(238,218,231)
#F0DEE9
(240,222,233)
#F2E2EB
(242,226,235)
#F4E6ED
(244,230,237)
#F6EAEF
(246,234,239)
#F8EEF1
(248,238,241)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CADF; }

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

This text font color is #E6CADF.


Background Color

.myBgColor { background-color: #E6CADF; }

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

This div background color is #E6CADF.


Border color

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

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

This div border color is #E6CADF.


Opacity

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

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

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

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

This text has shadow with #E6CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CADF on black background.


Color preview on white background

This text has color #E6CADF on white background.



Black color preview on #E6CADF background

This text has black color on #E6CADF background.


White color preview on #E6CADF background

This text has white color on #E6CADF background.