COLOR #E6CAD3

HEX: #E6CAD3 RGB: (230,202,211)

Color info

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

RGB color model

#E6CAD3 color RGB value is (230,202,211).

RGB: (230,202,211) (90%, 79%, 83%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 211 of 255 = 83%

230
202
211

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 211 = 643 (100%)
R 230 of 643 ~ 35.77%
G 202 of 643 ~ 31.42%
B 211 of 643 ~ 32.81'%

%35.77
%31.42
%32.81

CMYK color model

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

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

CMYK: (0,12,8,10)
C0M12Y8K10 (0%, 12%, 8%, 10%)
(0.00 / 0.12 / 0.08 / 0.10)

CMYK percentages

%0
%12.17
%8.26
%9.8

Codes

Color #E6CAD3 in popluar color models

E6 CA D3
RGB 230 202 211
HSL 341° 35.90% 84.71%
HSB/HSV 341° 12.17% 90.20%
CMYK 0.00% 12.17% 8.26%
9.80%

Color #E6CAD3 in popluar number systems.

HEX E6 CA D3
Decimal 230 202 211
Binary 11100110 11001010 11010011
Octal 346 312 323

Shades and tints

Shades of #E6CAD3

#E6CAD3
(230,202,211)
#D2B8C0
(210,184,192)
#BEA6AD
(190,166,173)
#AA949A
(170,148,154)
#968287
(150,130,135)
#827074
(130,112,116)
#6E5E61
(110,94,97)
#5A4C4E
(90,76,78)
#463A3B
(70,58,59)
#322828
(50,40,40)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6CAD3

#E6CAD3
(230,202,211)
#E8CED7
(232,206,215)
#EAD2DB
(234,210,219)
#ECD6DF
(236,214,223)
#EEDAE3
(238,218,227)
#F0DEE7
(240,222,231)
#F2E2EB
(242,226,235)
#F4E6EF
(244,230,239)
#F6EAF3
(246,234,243)
#F8EEF7
(248,238,247)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAD3; }

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

This text font color is #E6CAD3.

Background Color

.myBgColor { background-color: #E6CAD3; }

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

This div background color is #E6CAD3.

Border color

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

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

This div border color is #E6CAD3.

Opacity

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

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

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

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

This text has shadow with #E6CAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAD3.

Preview

Color preview on black background

This text has color #E6CAD3 on black background.


Color preview on white background

This text has color #E6CAD3 on white background.


Black color preview on #E6CAD3 background

This text has black color on #E6CAD3 background.


White color preview on #E6CAD3 background

This text has white color on #E6CAD3 background.


Related colors

Complementary color

Complementary color for #hex is #19352C.


I love getcolorcode.com

Triadic colors

1 #D3E6CA and #CAD3E6 with #E6CAD3 are triadic colors.

2 #D3CAE6 and #CAE6D3 with #E6CAD3 are triadic colors.