COLOR #EFCAB6

HEX: #EFCAB6
RGB: (239,202,182)

Color info

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

RGB color model

#EFCAB6 color RGB value is (239,202,182).

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

RGB channels and saturation

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

239
202
182

R + G + B ~ 81%. #EFCAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 182 = 623 (100%)
R 239 of 623 ~ 38.36%
G 202 of 623 ~ 32.42%
B 182 of 623 ~ 29.21%

%38.36
%32.42
%29.21

CMYK color model

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

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

CMYK percentages

%0
%15.48
%23.85
%6.27

Codes

Color #EFCAB6 in popluar color models

EFCAB6
RGB239202182
HSL21°64.04%82.55%
HSB/HSV21°23.85%93.73%
CMYK0.00%15.48%23.85%
6.27%

Color #EFCAB6 in popluar number systems.

HEXEFCAB6
Decimal239202182
Binary111011111100101010110110
Octal357312266

Shades and tints

Shades of #EFCAB6

#EFCAB6
(239,202,182)
#DAB8A6
(218,184,166)
#C5A696
(197,166,150)
#B09486
(176,148,134)
#9B8276
(155,130,118)
#867066
(134,112,102)
#715E56
(113,94,86)
#5C4C46
(92,76,70)
#473A36
(71,58,54)
#322826
(50,40,38)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFCAB6

#EFCAB6
(239,202,182)
#F0CEBC
(240,206,188)
#F1D2C2
(241,210,194)
#F2D6C8
(242,214,200)
#F3DACE
(243,218,206)
#F4DED4
(244,222,212)
#F5E2DA
(245,226,218)
#F6E6E0
(246,230,224)
#F7EAE6
(247,234,230)
#F8EEEC
(248,238,236)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCAB6; }

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

This text font color is #EFCAB6.


Background Color

.myBgColor { background-color: #EFCAB6; }

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

This div background color is #EFCAB6.


Border color

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

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

This div border color is #EFCAB6.


Opacity

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

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

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

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

This text has shadow with #EFCAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCAB6 on black background.


Color preview on white background

This text has color #EFCAB6 on white background.



Black color preview on #EFCAB6 background

This text has black color on #EFCAB6 background.


White color preview on #EFCAB6 background

This text has white color on #EFCAB6 background.