COLOR #E6CACA

HEX: #E6CACA
RGB: (230,202,202)

Color info

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

RGB color model

#E6CACA color RGB value is (230,202,202).

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

RGB channels and saturation

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

230
202
202

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

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 202 = 634 (100%)
R 230 of 634 ~ 36.28%
G 202 of 634 ~ 31.86%
B 202 of 634 ~ 31.86%

%36.28
%31.86
%31.86

CMYK color model

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

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

CMYK percentages

%0
%12.17
%12.17
%9.8

Codes

Color #E6CACA in popluar color models

E6CACA
RGB230202202
HSL35.90%84.71%
HSB/HSV12.17%90.20%
CMYK0.00%12.17%12.17%
9.80%

Color #E6CACA in popluar number systems.

HEXE6CACA
Decimal230202202
Binary111001101100101011001010
Octal346312312

Shades and tints

Shades of #E6CACA

#E6CACA
(230,202,202)
#D2B8B8
(210,184,184)
#BEA6A6
(190,166,166)
#AA9494
(170,148,148)
#968282
(150,130,130)
#827070
(130,112,112)
#6E5E5E
(110,94,94)
#5A4C4C
(90,76,76)
#463A3A
(70,58,58)
#322828
(50,40,40)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E6CACA

#E6CACA
(230,202,202)
#E8CECE
(232,206,206)
#EAD2D2
(234,210,210)
#ECD6D6
(236,214,214)
#EEDADA
(238,218,218)
#F0DEDE
(240,222,222)
#F2E2E2
(242,226,226)
#F4E6E6
(244,230,230)
#F6EAEA
(246,234,234)
#F8EEEE
(248,238,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CACA; }

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

This text font color is #E6CACA.


Background Color

.myBgColor { background-color: #E6CACA; }

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

This div background color is #E6CACA.


Border color

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

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

This div border color is #E6CACA.


Opacity

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

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

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

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

This text has shadow with #E6CACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CACA on black background.


Color preview on white background

This text has color #E6CACA on white background.



Black color preview on #E6CACA background

This text has black color on #E6CACA background.


White color preview on #E6CACA background

This text has white color on #E6CACA background.