COLOR #EFC9B6

HEX: #EFC9B6
RGB: (239,201,182)

Color info

#EFC9B6 contains red, green and blue colors in about the same proportion. Web safe color of #EFC9B6 is #FFCCCC (or #FCC).

RGB color model

#EFC9B6 color RGB value is (239,201,182).

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

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 182 of 255 = 71%

239
201
182

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

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 182 = 622 (100%)
R 239 of 622 ~ 38.42%
G 201 of 622 ~ 32.32%
B 182 of 622 ~ 29.26%

%38.42
%32.32
%29.26

CMYK color model

#EFC9B6 color CMYK value is (0,16,24,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(0,16,24,6)
C0M16Y24K6 
(0%,16%,24%,6%)
(0.00/0.16/0.24/0.06)	

CMYK percentages

%0
%15.9
%23.85
%6.27

Codes

Color #EFC9B6 in popluar color models

EFC9B6
RGB239201182
HSL20°64.04%82.55%
HSB/HSV20°23.85%93.73%
CMYK0.00%15.90%23.85%
6.27%

Color #EFC9B6 in popluar number systems.

HEXEFC9B6
Decimal239201182
Binary111011111100100110110110
Octal357311266

Shades and tints

Shades of #EFC9B6

#EFC9B6
(239,201,182)
#DAB7A6
(218,183,166)
#C5A596
(197,165,150)
#B09386
(176,147,134)
#9B8176
(155,129,118)
#866F66
(134,111,102)
#715D56
(113,93,86)
#5C4B46
(92,75,70)
#473936
(71,57,54)
#322726
(50,39,38)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFC9B6

#EFC9B6
(239,201,182)
#F0CDBC
(240,205,188)
#F1D1C2
(241,209,194)
#F2D5C8
(242,213,200)
#F3D9CE
(243,217,206)
#F4DDD4
(244,221,212)
#F5E1DA
(245,225,218)
#F6E5E0
(246,229,224)
#F7E9E6
(247,233,230)
#F8EDEC
(248,237,236)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9B6; }

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

This text font color is #EFC9B6.


Background Color

.myBgColor { background-color: #EFC9B6; }

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

This div background color is #EFC9B6.


Border color

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

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

This div border color is #EFC9B6.


Opacity

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

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

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

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

This text has shadow with #EFC9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9B6 on black background.


Color preview on white background

This text has color #EFC9B6 on white background.



Black color preview on #EFC9B6 background

This text has black color on #EFC9B6 background.


White color preview on #EFC9B6 background

This text has white color on #EFC9B6 background.