COLOR #EFCACD

HEX: #EFCACD
RGB: (239,202,205)

Color info

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

RGB color model

#EFCACD color RGB value is (239,202,205).

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

RGB channels and saturation

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

239
202
205

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

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 205 = 646 (100%)
R 239 of 646 ~ 37%
G 202 of 646 ~ 31.27%
B 205 of 646 ~ 31.73%

%37
%31.27
%31.73

CMYK color model

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

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

CMYK percentages

%0
%15.48
%14.23
%6.27

Codes

Color #EFCACD in popluar color models

EFCACD
RGB239202205
HSL355°53.62%86.47%
HSB/HSV355°15.48%93.73%
CMYK0.00%15.48%14.23%
6.27%

Color #EFCACD in popluar number systems.

HEXEFCACD
Decimal239202205
Binary111011111100101011001101
Octal357312315

Shades and tints

Shades of #EFCACD

#EFCACD
(239,202,205)
#DAB8BB
(218,184,187)
#C5A6A9
(197,166,169)
#B09497
(176,148,151)
#9B8285
(155,130,133)
#867073
(134,112,115)
#715E61
(113,94,97)
#5C4C4F
(92,76,79)
#473A3D
(71,58,61)
#32282B
(50,40,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #EFCACD

#EFCACD
(239,202,205)
#F0CED1
(240,206,209)
#F1D2D5
(241,210,213)
#F2D6D9
(242,214,217)
#F3DADD
(243,218,221)
#F4DEE1
(244,222,225)
#F5E2E5
(245,226,229)
#F6E6E9
(246,230,233)
#F7EAED
(247,234,237)
#F8EEF1
(248,238,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCACD; }

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

This text font color is #EFCACD.


Background Color

.myBgColor { background-color: #EFCACD; }

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

This div background color is #EFCACD.


Border color

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

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

This div border color is #EFCACD.


Opacity

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

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

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

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

This text has shadow with #EFCACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCACD on black background.


Color preview on white background

This text has color #EFCACD on white background.



Black color preview on #EFCACD background

This text has black color on #EFCACD background.


White color preview on #EFCACD background

This text has white color on #EFCACD background.