COLOR #E6CAD0

HEX: #E6CAD0 RGB: (230,202,208)

Color info

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

RGB color model

#E6CAD0 color RGB value is (230,202,208).

RGB: (230,202,208) (90%, 79%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 208 of 255 = 82%

230
202
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 208 = 640 (100%)
R 230 of 640 ~ 35.94%
G 202 of 640 ~ 31.56%
B 208 of 640 ~ 32.5'%

%35.94
%31.56
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (0,12,10,10)
C0M12Y10K10 (0%, 12%, 10%, 10%)
(0.00 / 0.12 / 0.10 / 0.10)

CMYK percentages

%0
%12.17
%9.57
%9.8

Codes

Color #E6CAD0 in popluar color models

E6 CA D0
RGB 230 202 208
HSL 347° 35.90% 84.71%
HSB/HSV 347° 12.17% 90.20%
CMYK 0.00% 12.17% 9.57%
9.80%

Color #E6CAD0 in popluar number systems.

HEX E6 CA D0
Decimal 230 202 208
Binary 11100110 11001010 11010000
Octal 346 312 320

Shades and tints

Shades of #E6CAD0

#E6CAD0
(230,202,208)
#D2B8BE
(210,184,190)
#BEA6AC
(190,166,172)
#AA949A
(170,148,154)
#968288
(150,130,136)
#827076
(130,112,118)
#6E5E64
(110,94,100)
#5A4C52
(90,76,82)
#463A40
(70,58,64)
#32282E
(50,40,46)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #E6CAD0

#E6CAD0
(230,202,208)
#E8CED4
(232,206,212)
#EAD2D8
(234,210,216)
#ECD6DC
(236,214,220)
#EEDAE0
(238,218,224)
#F0DEE4
(240,222,228)
#F2E2E8
(242,226,232)
#F4E6EC
(244,230,236)
#F6EAF0
(246,234,240)
#F8EEF4
(248,238,244)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAD0; }

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

This text font color is #E6CAD0.

Background Color

.myBgColor { background-color: #E6CAD0; }

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

This div background color is #E6CAD0.

Border color

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

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

This div border color is #E6CAD0.

Opacity

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

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

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

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

This text has shadow with #E6CAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAD0.

Preview

Color preview on black background

This text has color #E6CAD0 on black background.


Color preview on white background

This text has color #E6CAD0 on white background.


Black color preview on #E6CAD0 background

This text has black color on #E6CAD0 background.


White color preview on #E6CAD0 background

This text has white color on #E6CAD0 background.


Related colors

Complementary color

Complementary color for #hex is #19352F.


I love getcolorcode.com

Triadic colors

1 #D0E6CA and #CAD0E6 with #E6CAD0 are triadic colors.

2 #D0CAE6 and #CAE6D0 with #E6CAD0 are triadic colors.