COLOR #EFC9B0

HEX: #EFC9B0
RGB: (239,201,176)

Color info

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

RGB color model

#EFC9B0 color RGB value is (239,201,176).

  • red value is 239;
  • green value is 201;
  • blue value is 176.
RGB:
(239,201,176)
(94%,79%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 176 of 255 = 69%

239
201
176

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

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 176 = 616 (100%)
R 239 of 616 ~ 38.8%
G 201 of 616 ~ 32.63%
B 176 of 616 ~ 28.57%

%38.8
%32.63
%28.57

CMYK color model

#EFC9B0 color CMYK value is (0,16,26,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(0,16,26,6)
C0M16Y26K6 
(0%,16%,26%,6%)
(0.00/0.16/0.26/0.06)	

CMYK percentages

%0
%15.9
%26.36
%6.27

Codes

Color #EFC9B0 in popluar color models

EFC9B0
RGB239201176
HSL24°66.32%81.37%
HSB/HSV24°26.36%93.73%
CMYK0.00%15.90%26.36%
6.27%

Color #EFC9B0 in popluar number systems.

HEXEFC9B0
Decimal239201176
Binary111011111100100110110000
Octal357311260

Shades and tints

Shades of #EFC9B0

#EFC9B0
(239,201,176)
#DAB7A0
(218,183,160)
#C5A590
(197,165,144)
#B09380
(176,147,128)
#9B8170
(155,129,112)
#866F60
(134,111,96)
#715D50
(113,93,80)
#5C4B40
(92,75,64)
#473930
(71,57,48)
#322720
(50,39,32)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #EFC9B0

#EFC9B0
(239,201,176)
#F0CDB7
(240,205,183)
#F1D1BE
(241,209,190)
#F2D5C5
(242,213,197)
#F3D9CC
(243,217,204)
#F4DDD3
(244,221,211)
#F5E1DA
(245,225,218)
#F6E5E1
(246,229,225)
#F7E9E8
(247,233,232)
#F8EDEF
(248,237,239)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC9B0 color. Also use rgb(239,201,176) instead hex code.

Text Font Color

.myTextColor { color: #EFC9B0; }

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

This text font color is #EFC9B0.


Background Color

.myBgColor { background-color: #EFC9B0; }

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

This div background color is #EFC9B0.


Border color

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

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

This div border color is #EFC9B0.


Opacity

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

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

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

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

This text has shadow with #EFC9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9B0 on black background.


Color preview on white background

This text has color #EFC9B0 on white background.



Black color preview on #EFC9B0 background

This text has black color on #EFC9B0 background.


White color preview on #EFC9B0 background

This text has white color on #EFC9B0 background.