COLOR #EFD9A7

HEX: #EFD9A7 RGB: (239,217,167)

Color info

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

RGB color model

#EFD9A7 color RGB value is (239,217,167).

RGB: (239,217,167) (94%, 85%, 65%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 167 of 255 = 65%

239
217
167

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

Portions of RGB colors in percentages

R + G + B = 239 + 217 + 167 = 623 (100%)
R 239 of 623 ~ 38.36%
G 217 of 623 ~ 34.83%
B 167 of 623 ~ 26.81'%

%38.36
%34.83
%26.81

CMYK color model

#EFD9A7 color CMYK value is (0,9,30,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 30.13%
  • key color value is 6.27%

CMYK: (0,9,30,6)
C0M9Y30K6 (0%, 9%, 30%, 6%)
(0.00 / 0.09 / 0.30 / 0.06)

CMYK percentages

%0
%9.21
%30.13
%6.27

Codes

Color #EFD9A7 in popluar color models

EF D9 A7
RGB 239 217 167
HSL 42° 69.23% 79.61%
HSB/HSV 42° 30.13% 93.73%
CMYK 0.00% 9.21% 30.13%
6.27%

Color #EFD9A7 in popluar number systems.

HEX EF D9 A7
Decimal 239 217 167
Binary 11101111 11011001 10100111
Octal 357 331 247

Shades and tints

Shades of #EFD9A7

#EFD9A7
(239,217,167)
#DAC698
(218,198,152)
#C5B389
(197,179,137)
#B0A07A
(176,160,122)
#9B8D6B
(155,141,107)
#867A5C
(134,122,92)
#71674D
(113,103,77)
#5C543E
(92,84,62)
#47412F
(71,65,47)
#322E20
(50,46,32)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #EFD9A7

#EFD9A7
(239,217,167)
#F0DCAF
(240,220,175)
#F1DFB7
(241,223,183)
#F2E2BF
(242,226,191)
#F3E5C7
(243,229,199)
#F4E8CF
(244,232,207)
#F5EBD7
(245,235,215)
#F6EEDF
(246,238,223)
#F7F1E7
(247,241,231)
#F8F4EF
(248,244,239)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9A7 color. Also use rgb(239,217,167) instead hex code.

Text Font Color

.myTextColor { color: #EFD9A7; }

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

This text font color is #EFD9A7.

Background Color

.myBgColor { background-color: #EFD9A7; }

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

This div background color is #EFD9A7.

Border color

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

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

This div border color is #EFD9A7.

Opacity

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

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

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

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

This text has shadow with #EFD9A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD9A7.

Preview

Color preview on black background

This text has color #EFD9A7 on black background.


Color preview on white background

This text has color #EFD9A7 on white background.


Black color preview on #EFD9A7 background

This text has black color on #EFD9A7 background.


White color preview on #EFD9A7 background

This text has white color on #EFD9A7 background.


Related colors

Complementary color

Complementary color for #hex is #102658.


I love getcolorcode.com

Triadic colors

1 #A7EFD9 and #D9A7EF with #EFD9A7 are triadic colors.

2 #A7D9EF and #D9EFA7 with #EFD9A7 are triadic colors.