COLOR #EFB4AC

HEX: #EFB4AC
RGB: (239,180,172)

Color info

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

RGB color model

#EFB4AC color RGB value is (239,180,172).

  • red value is 239;
  • green value is 180;
  • blue value is 172.
RGB:
(239,180,172)
(94%,71%,67%)

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 172 of 255 = 67%

239
180
172

R + G + B ~ 77%. #EFB4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 172 = 591 (100%)
R 239 of 591 ~ 40.44%
G 180 of 591 ~ 30.46%
B 172 of 591 ~ 29.1%

%40.44
%30.46
%29.1

CMYK color model

#EFB4AC color CMYK value is (0,25,28,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 28.03%
  • key color value is 6.27%
CMYK:
(0,25,28,6)
C0M25Y28K6 
(0%,25%,28%,6%)
(0.00/0.25/0.28/0.06)	

CMYK percentages

%0
%24.69
%28.03
%6.27

Codes

Color #EFB4AC in popluar color models

EFB4AC
RGB239180172
HSL67.68%80.59%
HSB/HSV28.03%93.73%
CMYK0.00%24.69%28.03%
6.27%

Color #EFB4AC in popluar number systems.

HEXEFB4AC
Decimal239180172
Binary111011111011010010101100
Octal357264254

Shades and tints

Shades of #EFB4AC

#EFB4AC
(239,180,172)
#DAA49D
(218,164,157)
#C5948E
(197,148,142)
#B0847F
(176,132,127)
#9B7470
(155,116,112)
#866461
(134,100,97)
#715452
(113,84,82)
#5C4443
(92,68,67)
#473434
(71,52,52)
#322425
(50,36,37)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #EFB4AC

#EFB4AC
(239,180,172)
#F0BAB3
(240,186,179)
#F1C0BA
(241,192,186)
#F2C6C1
(242,198,193)
#F3CCC8
(243,204,200)
#F4D2CF
(244,210,207)
#F5D8D6
(245,216,214)
#F6DEDD
(246,222,221)
#F7E4E4
(247,228,228)
#F8EAEB
(248,234,235)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB4AC color. Also use rgb(239,180,172) instead hex code.

Text Font Color

.myTextColor { color: #EFB4AC; }

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

This text font color is #EFB4AC.


Background Color

.myBgColor { background-color: #EFB4AC; }

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

This div background color is #EFB4AC.


Border color

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

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

This div border color is #EFB4AC.


Opacity

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

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

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

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

This text has shadow with #EFB4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4AC on black background.


Color preview on white background

This text has color #EFB4AC on white background.



Black color preview on #EFB4AC background

This text has black color on #EFB4AC background.


White color preview on #EFB4AC background

This text has white color on #EFB4AC background.