COLOR #EFC8AD

HEX: #EFC8AD
RGB: (239,200,173)

Color info

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

RGB color model

#EFC8AD color RGB value is (239,200,173).

  • red value is 239;
  • green value is 200;
  • blue value is 173.
RGB:
(239,200,173)
(94%,78%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 173 of 255 = 68%

239
200
173

R + G + B ~ 80%. #EFC8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 173 = 612 (100%)
R 239 of 612 ~ 39.05%
G 200 of 612 ~ 32.68%
B 173 of 612 ~ 28.27%

%39.05
%32.68
%28.27

CMYK color model

#EFC8AD color CMYK value is (0,16,28,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 27.62%
  • key color value is 6.27%
CMYK:
(0,16,28,6)
C0M16Y28K6 
(0%,16%,28%,6%)
(0.00/0.16/0.28/0.06)	

CMYK percentages

%0
%16.32
%27.62
%6.27

Codes

Color #EFC8AD in popluar color models

EFC8AD
RGB239200173
HSL25°67.35%80.78%
HSB/HSV25°27.62%93.73%
CMYK0.00%16.32%27.62%
6.27%

Color #EFC8AD in popluar number systems.

HEXEFC8AD
Decimal239200173
Binary111011111100100010101101
Octal357310255

Shades and tints

Shades of #EFC8AD

#EFC8AD
(239,200,173)
#DAB69E
(218,182,158)
#C5A48F
(197,164,143)
#B09280
(176,146,128)
#9B8071
(155,128,113)
#866E62
(134,110,98)
#715C53
(113,92,83)
#5C4A44
(92,74,68)
#473835
(71,56,53)
#322626
(50,38,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EFC8AD

#EFC8AD
(239,200,173)
#F0CDB4
(240,205,180)
#F1D2BB
(241,210,187)
#F2D7C2
(242,215,194)
#F3DCC9
(243,220,201)
#F4E1D0
(244,225,208)
#F5E6D7
(245,230,215)
#F6EBDE
(246,235,222)
#F7F0E5
(247,240,229)
#F8F5EC
(248,245,236)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8AD; }

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

This text font color is #EFC8AD.


Background Color

.myBgColor { background-color: #EFC8AD; }

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

This div background color is #EFC8AD.


Border color

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

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

This div border color is #EFC8AD.


Opacity

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

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

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

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

This text has shadow with #EFC8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8AD on black background.


Color preview on white background

This text has color #EFC8AD on white background.



Black color preview on #EFC8AD background

This text has black color on #EFC8AD background.


White color preview on #EFC8AD background

This text has white color on #EFC8AD background.