COLOR #EFCAC0

HEX: #EFCAC0
RGB: (239,202,192)

Color info

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

RGB color model

#EFCAC0 color RGB value is (239,202,192).

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

RGB channels and saturation

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

239
202
192

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

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 192 = 633 (100%)
R 239 of 633 ~ 37.76%
G 202 of 633 ~ 31.91%
B 192 of 633 ~ 30.33%

%37.76
%31.91
%30.33

CMYK color model

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

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

CMYK percentages

%0
%15.48
%19.67
%6.27

Codes

Color #EFCAC0 in popluar color models

EFCAC0
RGB239202192
HSL13°59.49%84.51%
HSB/HSV13°19.67%93.73%
CMYK0.00%15.48%19.67%
6.27%

Color #EFCAC0 in popluar number systems.

HEXEFCAC0
Decimal239202192
Binary111011111100101011000000
Octal357312300

Shades and tints

Shades of #EFCAC0

#EFCAC0
(239,202,192)
#DAB8AF
(218,184,175)
#C5A69E
(197,166,158)
#B0948D
(176,148,141)
#9B827C
(155,130,124)
#86706B
(134,112,107)
#715E5A
(113,94,90)
#5C4C49
(92,76,73)
#473A38
(71,58,56)
#322827
(50,40,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFCAC0

#EFCAC0
(239,202,192)
#F0CEC5
(240,206,197)
#F1D2CA
(241,210,202)
#F2D6CF
(242,214,207)
#F3DAD4
(243,218,212)
#F4DED9
(244,222,217)
#F5E2DE
(245,226,222)
#F6E6E3
(246,230,227)
#F7EAE8
(247,234,232)
#F8EEED
(248,238,237)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCAC0; }

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

This text font color is #EFCAC0.


Background Color

.myBgColor { background-color: #EFCAC0; }

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

This div background color is #EFCAC0.


Border color

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

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

This div border color is #EFCAC0.


Opacity

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

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

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

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

This text has shadow with #EFCAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCAC0 on black background.


Color preview on white background

This text has color #EFCAC0 on white background.



Black color preview on #EFCAC0 background

This text has black color on #EFCAC0 background.


White color preview on #EFCAC0 background

This text has white color on #EFCAC0 background.