COLOR #EFB69F

HEX: #EFB69F
RGB: (239,182,159)

Color info

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

RGB color model

#EFB69F color RGB value is (239,182,159).

  • red value is 239;
  • green value is 182;
  • blue value is 159.
RGB:
(239,182,159)
(94%,71%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 159 of 255 = 62%

239
182
159

R + G + B ~ 76%. #EFB69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 182 + 159 = 580 (100%)
R 239 of 580 ~ 41.21%
G 182 of 580 ~ 31.38%
B 159 of 580 ~ 27.41%

%41.21
%31.38
%27.41

CMYK color model

#EFB69F color CMYK value is (0,24,33,6).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK:
(0,24,33,6)
C0M24Y33K6 
(0%,24%,33%,6%)
(0.00/0.24/0.33/0.06)	

CMYK percentages

%0
%23.85
%33.47
%6.27

Codes

Color #EFB69F in popluar color models

EFB69F
RGB239182159
HSL17°71.43%78.04%
HSB/HSV17°33.47%93.73%
CMYK0.00%23.85%33.47%
6.27%

Color #EFB69F in popluar number systems.

HEXEFB69F
Decimal239182159
Binary111011111011011010011111
Octal357266237

Shades and tints

Shades of #EFB69F

#EFB69F
(239,182,159)
#DAA691
(218,166,145)
#C59683
(197,150,131)
#B08675
(176,134,117)
#9B7667
(155,118,103)
#866659
(134,102,89)
#71564B
(113,86,75)
#5C463D
(92,70,61)
#47362F
(71,54,47)
#322621
(50,38,33)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #EFB69F

#EFB69F
(239,182,159)
#F0BCA7
(240,188,167)
#F1C2AF
(241,194,175)
#F2C8B7
(242,200,183)
#F3CEBF
(243,206,191)
#F4D4C7
(244,212,199)
#F5DACF
(245,218,207)
#F6E0D7
(246,224,215)
#F7E6DF
(247,230,223)
#F8ECE7
(248,236,231)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB69F color. Also use rgb(239,182,159) instead hex code.

Text Font Color

.myTextColor { color: #EFB69F; }

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

This text font color is #EFB69F.


Background Color

.myBgColor { background-color: #EFB69F; }

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

This div background color is #EFB69F.


Border color

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

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

This div border color is #EFB69F.


Opacity

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

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

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

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

This text has shadow with #EFB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB69F on black background.


Color preview on white background

This text has color #EFB69F on white background.



Black color preview on #EFB69F background

This text has black color on #EFB69F background.


White color preview on #EFB69F background

This text has white color on #EFB69F background.