COLOR #EFD9B3

HEX: #EFD9B3
RGB: (239,217,179)

Color info

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

RGB color model

#EFD9B3 color RGB value is (239,217,179).

  • red value is 239;
  • green value is 217;
  • blue value is 179.
RGB:
(239,217,179)
(94%,85%,70%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 179 of 255 = 70%

239
217
179

R + G + B ~ 83%. #EFD9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 179 = 635 (100%)
R 239 of 635 ~ 37.64%
G 217 of 635 ~ 34.17%
B 179 of 635 ~ 28.19%

%37.64
%34.17
%28.19

CMYK color model

#EFD9B3 color CMYK value is (0,9,25,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK:
(0,9,25,6)
C0M9Y25K6 
(0%,9%,25%,6%)
(0.00/0.09/0.25/0.06)	

CMYK percentages

%0
%9.21
%25.1
%6.27

Codes

Color #EFD9B3 in popluar color models

EFD9B3
RGB239217179
HSL38°65.22%81.96%
HSB/HSV38°25.10%93.73%
CMYK0.00%9.21%25.10%
6.27%

Color #EFD9B3 in popluar number systems.

HEXEFD9B3
Decimal239217179
Binary111011111101100110110011
Octal357331263

Shades and tints

Shades of #EFD9B3

#EFD9B3
(239,217,179)
#DAC6A3
(218,198,163)
#C5B393
(197,179,147)
#B0A083
(176,160,131)
#9B8D73
(155,141,115)
#867A63
(134,122,99)
#716753
(113,103,83)
#5C5443
(92,84,67)
#474133
(71,65,51)
#322E23
(50,46,35)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #EFD9B3

#EFD9B3
(239,217,179)
#F0DCB9
(240,220,185)
#F1DFBF
(241,223,191)
#F2E2C5
(242,226,197)
#F3E5CB
(243,229,203)
#F4E8D1
(244,232,209)
#F5EBD7
(245,235,215)
#F6EEDD
(246,238,221)
#F7F1E3
(247,241,227)
#F8F4E9
(248,244,233)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9B3; }

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

This text font color is #EFD9B3.


Background Color

.myBgColor { background-color: #EFD9B3; }

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

This div background color is #EFD9B3.


Border color

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

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

This div border color is #EFD9B3.


Opacity

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

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

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

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

This text has shadow with #EFD9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9B3 on black background.


Color preview on white background

This text has color #EFD9B3 on white background.



Black color preview on #EFD9B3 background

This text has black color on #EFD9B3 background.


White color preview on #EFD9B3 background

This text has white color on #EFD9B3 background.