COLOR #EFB69C

HEX: #EFB69C
RGB: (239,182,156)

Color info

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

RGB color model

#EFB69C color RGB value is (239,182,156).

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

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 156 of 255 = 61%

239
182
156

R + G + B ~ 75%. #EFB69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 182 + 156 = 577 (100%)
R 239 of 577 ~ 41.42%
G 182 of 577 ~ 31.54%
B 156 of 577 ~ 27.04%

%41.42
%31.54
%27.04

CMYK color model

#EFB69C color CMYK value is (0,24,35,6).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,24,35,6)
C0M24Y35K6 
(0%,24%,35%,6%)
(0.00/0.24/0.35/0.06)	

CMYK percentages

%0
%23.85
%34.73
%6.27

Codes

Color #EFB69C in popluar color models

EFB69C
RGB239182156
HSL19°72.17%77.45%
HSB/HSV19°34.73%93.73%
CMYK0.00%23.85%34.73%
6.27%

Color #EFB69C in popluar number systems.

HEXEFB69C
Decimal239182156
Binary111011111011011010011100
Octal357266234

Shades and tints

Shades of #EFB69C

#EFB69C
(239,182,156)
#DAA68E
(218,166,142)
#C59680
(197,150,128)
#B08672
(176,134,114)
#9B7664
(155,118,100)
#866656
(134,102,86)
#715648
(113,86,72)
#5C463A
(92,70,58)
#47362C
(71,54,44)
#32261E
(50,38,30)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #EFB69C

#EFB69C
(239,182,156)
#F0BCA5
(240,188,165)
#F1C2AE
(241,194,174)
#F2C8B7
(242,200,183)
#F3CEC0
(243,206,192)
#F4D4C9
(244,212,201)
#F5DAD2
(245,218,210)
#F6E0DB
(246,224,219)
#F7E6E4
(247,230,228)
#F8ECED
(248,236,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB69C; }

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

This text font color is #EFB69C.


Background Color

.myBgColor { background-color: #EFB69C; }

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

This div background color is #EFB69C.


Border color

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

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

This div border color is #EFB69C.


Opacity

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

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

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

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

This text has shadow with #EFB69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB69C on black background.


Color preview on white background

This text has color #EFB69C on white background.



Black color preview on #EFB69C background

This text has black color on #EFB69C background.


White color preview on #EFB69C background

This text has white color on #EFB69C background.