COLOR #EFD3A6

HEX: #EFD3A6
RGB: (239,211,166)

Color info

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

RGB color model

#EFD3A6 color RGB value is (239,211,166).

  • red value is 239;
  • green value is 211;
  • blue value is 166.
RGB:
(239,211,166)
(94%,83%,65%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 166 of 255 = 65%

239
211
166

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

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 166 = 616 (100%)
R 239 of 616 ~ 38.8%
G 211 of 616 ~ 34.25%
B 166 of 616 ~ 26.95%

%38.8
%34.25
%26.95

CMYK color model

#EFD3A6 color CMYK value is (0,12,31,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 30.54%
  • key color value is 6.27%
CMYK:
(0,12,31,6)
C0M12Y31K6 
(0%,12%,31%,6%)
(0.00/0.12/0.31/0.06)	

CMYK percentages

%0
%11.72
%30.54
%6.27

Codes

Color #EFD3A6 in popluar color models

EFD3A6
RGB239211166
HSL37°69.52%79.41%
HSB/HSV37°30.54%93.73%
CMYK0.00%11.72%30.54%
6.27%

Color #EFD3A6 in popluar number systems.

HEXEFD3A6
Decimal239211166
Binary111011111101001110100110
Octal357323246

Shades and tints

Shades of #EFD3A6

#EFD3A6
(239,211,166)
#DAC097
(218,192,151)
#C5AD88
(197,173,136)
#B09A79
(176,154,121)
#9B876A
(155,135,106)
#86745B
(134,116,91)
#71614C
(113,97,76)
#5C4E3D
(92,78,61)
#473B2E
(71,59,46)
#32281F
(50,40,31)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #EFD3A6

#EFD3A6
(239,211,166)
#F0D7AE
(240,215,174)
#F1DBB6
(241,219,182)
#F2DFBE
(242,223,190)
#F3E3C6
(243,227,198)
#F4E7CE
(244,231,206)
#F5EBD6
(245,235,214)
#F6EFDE
(246,239,222)
#F7F3E6
(247,243,230)
#F8F7EE
(248,247,238)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD3A6 color. Also use rgb(239,211,166) instead hex code.

Text Font Color

.myTextColor { color: #EFD3A6; }

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

This text font color is #EFD3A6.


Background Color

.myBgColor { background-color: #EFD3A6; }

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

This div background color is #EFD3A6.


Border color

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

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

This div border color is #EFD3A6.


Opacity

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

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

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

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

This text has shadow with #EFD3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3A6 on black background.


Color preview on white background

This text has color #EFD3A6 on white background.



Black color preview on #EFD3A6 background

This text has black color on #EFD3A6 background.


White color preview on #EFD3A6 background

This text has white color on #EFD3A6 background.