COLOR #EFC3A3

HEX: #EFC3A3
RGB: (239,195,163)

Color info

#EFC3A3 contains mainly red and green colors. Web safe color of #EFC3A3 is #FFCC99 (or #FC9).

RGB color model

#EFC3A3 color RGB value is (239,195,163).

  • red value is 239;
  • green value is 195;
  • blue value is 163.
RGB:
(239,195,163)
(94%,76%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 163 of 255 = 64%

239
195
163

R + G + B ~ 78%. #EFC3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 195 + 163 = 597 (100%)
R 239 of 597 ~ 40.03%
G 195 of 597 ~ 32.66%
B 163 of 597 ~ 27.3%

%40.03
%32.66
%27.3

CMYK color model

#EFC3A3 color CMYK value is (0,18,32,6).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(0,18,32,6)
C0M18Y32K6 
(0%,18%,32%,6%)
(0.00/0.18/0.32/0.06)	

CMYK percentages

%0
%18.41
%31.8
%6.27

Codes

Color #EFC3A3 in popluar color models

EFC3A3
RGB239195163
HSL25°70.37%78.82%
HSB/HSV25°31.80%93.73%
CMYK0.00%18.41%31.80%
6.27%

Color #EFC3A3 in popluar number systems.

HEXEFC3A3
Decimal239195163
Binary111011111100001110100011
Octal357303243

Shades and tints

Shades of #EFC3A3

#EFC3A3
(239,195,163)
#DAB295
(218,178,149)
#C5A187
(197,161,135)
#B09079
(176,144,121)
#9B7F6B
(155,127,107)
#866E5D
(134,110,93)
#715D4F
(113,93,79)
#5C4C41
(92,76,65)
#473B33
(71,59,51)
#322A25
(50,42,37)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFC3A3

#EFC3A3
(239,195,163)
#F0C8AB
(240,200,171)
#F1CDB3
(241,205,179)
#F2D2BB
(242,210,187)
#F3D7C3
(243,215,195)
#F4DCCB
(244,220,203)
#F5E1D3
(245,225,211)
#F6E6DB
(246,230,219)
#F7EBE3
(247,235,227)
#F8F0EB
(248,240,235)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC3A3; }

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

This text font color is #EFC3A3.


Background Color

.myBgColor { background-color: #EFC3A3; }

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

This div background color is #EFC3A3.


Border color

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

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

This div border color is #EFC3A3.


Opacity

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

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

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

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

This text has shadow with #EFC3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC3A3 on black background.


Color preview on white background

This text has color #EFC3A3 on white background.



Black color preview on #EFC3A3 background

This text has black color on #EFC3A3 background.


White color preview on #EFC3A3 background

This text has white color on #EFC3A3 background.