COLOR #EFCACA

HEX: #EFCACA
RGB: (239,202,202)

Color info

#EFCACA contains red, green and blue colors in about the same proportion. Web safe color of #EFCACA is #FFCCCC (or #FCC).

RGB color model

#EFCACA color RGB value is (239,202,202).

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

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 202 of 255 = 79%

239
202
202

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

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 202 = 643 (100%)
R 239 of 643 ~ 37.17%
G 202 of 643 ~ 31.42%
B 202 of 643 ~ 31.42%

%37.17
%31.42
%31.42

CMYK color model

#EFCACA color CMYK value is (0,15,15,6).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(0,15,15,6)
C0M15Y15K6 
(0%,15%,15%,6%)
(0.00/0.15/0.15/0.06)	

CMYK percentages

%0
%15.48
%15.48
%6.27

Codes

Color #EFCACA in popluar color models

EFCACA
RGB239202202
HSL53.62%86.47%
HSB/HSV15.48%93.73%
CMYK0.00%15.48%15.48%
6.27%

Color #EFCACA in popluar number systems.

HEXEFCACA
Decimal239202202
Binary111011111100101011001010
Octal357312312

Shades and tints

Shades of #EFCACA

#EFCACA
(239,202,202)
#DAB8B8
(218,184,184)
#C5A6A6
(197,166,166)
#B09494
(176,148,148)
#9B8282
(155,130,130)
#867070
(134,112,112)
#715E5E
(113,94,94)
#5C4C4C
(92,76,76)
#473A3A
(71,58,58)
#322828
(50,40,40)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFCACA

#EFCACA
(239,202,202)
#F0CECE
(240,206,206)
#F1D2D2
(241,210,210)
#F2D6D6
(242,214,214)
#F3DADA
(243,218,218)
#F4DEDE
(244,222,222)
#F5E2E2
(245,226,226)
#F6E6E6
(246,230,230)
#F7EAEA
(247,234,234)
#F8EEEE
(248,238,238)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCACA; }

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

This text font color is #EFCACA.


Background Color

.myBgColor { background-color: #EFCACA; }

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

This div background color is #EFCACA.


Border color

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

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

This div border color is #EFCACA.


Opacity

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

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

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

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

This text has shadow with #EFCACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCACA on black background.


Color preview on white background

This text has color #EFCACA on white background.



Black color preview on #EFCACA background

This text has black color on #EFCACA background.


White color preview on #EFCACA background

This text has white color on #EFCACA background.