COLOR #E6CACC

HEX: #E6CACC RGB: (230,202,204)

Color info

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

RGB color model

#E6CACC color RGB value is (230,202,204).

RGB: (230,202,204) (90%, 79%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 204 of 255 = 80%

230
202
204

R + G + B ~ 83%. #E6CACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 204 = 636 (100%)
R 230 of 636 ~ 36.16%
G 202 of 636 ~ 31.76%
B 204 of 636 ~ 32.08'%

%36.16
%31.76
%32.08

CMYK color model

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

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

CMYK: (0,12,11,10)
C0M12Y11K10 (0%, 12%, 11%, 10%)
(0.00 / 0.12 / 0.11 / 0.10)

CMYK percentages

%0
%12.17
%11.3
%9.8

Codes

Color #E6CACC in popluar color models

E6 CA CC
RGB 230 202 204
HSL 356° 35.90% 84.71%
HSB/HSV 356° 12.17% 90.20%
CMYK 0.00% 12.17% 11.30%
9.80%

Color #E6CACC in popluar number systems.

HEX E6 CA CC
Decimal 230 202 204
Binary 11100110 11001010 11001100
Octal 346 312 314

Shades and tints

Shades of #E6CACC

#E6CACC
(230,202,204)
#D2B8BA
(210,184,186)
#BEA6A8
(190,166,168)
#AA9496
(170,148,150)
#968284
(150,130,132)
#827072
(130,112,114)
#6E5E60
(110,94,96)
#5A4C4E
(90,76,78)
#463A3C
(70,58,60)
#32282A
(50,40,42)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6CACC

#E6CACC
(230,202,204)
#E8CED0
(232,206,208)
#EAD2D4
(234,210,212)
#ECD6D8
(236,214,216)
#EEDADC
(238,218,220)
#F0DEE0
(240,222,224)
#F2E2E4
(242,226,228)
#F4E6E8
(244,230,232)
#F6EAEC
(246,234,236)
#F8EEF0
(248,238,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CACC; }

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

This text font color is #E6CACC.

Background Color

.myBgColor { background-color: #E6CACC; }

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

This div background color is #E6CACC.

Border color

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

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

This div border color is #E6CACC.

Opacity

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

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

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

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

This text has shadow with #E6CACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CACC.

Preview

Color preview on black background

This text has color #E6CACC on black background.


Color preview on white background

This text has color #E6CACC on white background.


Black color preview on #E6CACC background

This text has black color on #E6CACC background.


White color preview on #E6CACC background

This text has white color on #E6CACC background.


Related colors

Complementary color

Complementary color for #hex is #193533.


I love getcolorcode.com

Triadic colors

1 #CCE6CA and #CACCE6 with #E6CACC are triadic colors.

2 #CCCAE6 and #CAE6CC with #E6CACC are triadic colors.