COLOR #EFDFB3

HEX: #EFDFB3
RGB: (239,223,179)

Color info

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

RGB color model

#EFDFB3 color RGB value is (239,223,179).

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

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 179 of 255 = 70%

239
223
179

R + G + B ~ 84%. #EFDFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 179 = 641 (100%)
R 239 of 641 ~ 37.29%
G 223 of 641 ~ 34.79%
B 179 of 641 ~ 27.93%

%37.29
%34.79
%27.93

CMYK color model

#EFDFB3 color CMYK value is (0,7,25,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK:
(0,7,25,6)
C0M7Y25K6 
(0%,7%,25%,6%)
(0.00/0.07/0.25/0.06)	

CMYK percentages

%0
%6.69
%25.1
%6.27

Codes

Color #EFDFB3 in popluar color models

EFDFB3
RGB239223179
HSL44°65.22%81.96%
HSB/HSV44°25.10%93.73%
CMYK0.00%6.69%25.10%
6.27%

Color #EFDFB3 in popluar number systems.

HEXEFDFB3
Decimal239223179
Binary111011111101111110110011
Octal357337263

Shades and tints

Shades of #EFDFB3

#EFDFB3
(239,223,179)
#DACBA3
(218,203,163)
#C5B793
(197,183,147)
#B0A383
(176,163,131)
#9B8F73
(155,143,115)
#867B63
(134,123,99)
#716753
(113,103,83)
#5C5343
(92,83,67)
#473F33
(71,63,51)
#322B23
(50,43,35)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #EFDFB3

#EFDFB3
(239,223,179)
#F0E1B9
(240,225,185)
#F1E3BF
(241,227,191)
#F2E5C5
(242,229,197)
#F3E7CB
(243,231,203)
#F4E9D1
(244,233,209)
#F5EBD7
(245,235,215)
#F6EDDD
(246,237,221)
#F7EFE3
(247,239,227)
#F8F1E9
(248,241,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFB3; }

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

This text font color is #EFDFB3.


Background Color

.myBgColor { background-color: #EFDFB3; }

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

This div background color is #EFDFB3.


Border color

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

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

This div border color is #EFDFB3.


Opacity

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

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

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

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

This text has shadow with #EFDFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFB3 on black background.


Color preview on white background

This text has color #EFDFB3 on white background.



Black color preview on #EFDFB3 background

This text has black color on #EFDFB3 background.


White color preview on #EFDFB3 background

This text has white color on #EFDFB3 background.