COLOR #E6CAD5

HEX: #E6CAD5 RGB: (230,202,213)

Color info

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

RGB color model

#E6CAD5 color RGB value is (230,202,213).

RGB: (230,202,213) (90%, 79%, 84%)

RGB channels and saturation

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

230
202
213

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 213 = 645 (100%)
R 230 of 645 ~ 35.66%
G 202 of 645 ~ 31.32%
B 213 of 645 ~ 33.02'%

%35.66
%31.32
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 7.39%
  • 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
%7.39
%9.8

Codes

Color #E6CAD5 in popluar color models

E6 CA D5
RGB 230 202 213
HSL 336° 35.90% 84.71%
HSB/HSV 336° 12.17% 90.20%
CMYK 0.00% 12.17% 7.39%
9.80%

Color #E6CAD5 in popluar number systems.

HEX E6 CA D5
Decimal 230 202 213
Binary 11100110 11001010 11010101
Octal 346 312 325

Shades and tints

Shades of #E6CAD5

#E6CAD5
(230,202,213)
#D2B8C2
(210,184,194)
#BEA6AF
(190,166,175)
#AA949C
(170,148,156)
#968289
(150,130,137)
#827076
(130,112,118)
#6E5E63
(110,94,99)
#5A4C50
(90,76,80)
#463A3D
(70,58,61)
#32282A
(50,40,42)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #E6CAD5

#E6CAD5
(230,202,213)
#E8CED8
(232,206,216)
#EAD2DB
(234,210,219)
#ECD6DE
(236,214,222)
#EEDAE1
(238,218,225)
#F0DEE4
(240,222,228)
#F2E2E7
(242,226,231)
#F4E6EA
(244,230,234)
#F6EAED
(246,234,237)
#F8EEF0
(248,238,240)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAD5; }

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

This text font color is #E6CAD5.

Background Color

.myBgColor { background-color: #E6CAD5; }

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

This div background color is #E6CAD5.

Border color

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

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

This div border color is #E6CAD5.

Opacity

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

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

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

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

This text has shadow with #E6CAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAD5.

Preview

Color preview on black background

This text has color #E6CAD5 on black background.


Color preview on white background

This text has color #E6CAD5 on white background.


Black color preview on #E6CAD5 background

This text has black color on #E6CAD5 background.


White color preview on #E6CAD5 background

This text has white color on #E6CAD5 background.


Related colors

Complementary color

Complementary color for #hex is #19352A.


I love getcolorcode.com

Triadic colors

1 #D5E6CA and #CAD5E6 with #E6CAD5 are triadic colors.

2 #D5CAE6 and #CAE6D5 with #E6CAD5 are triadic colors.