COLOR #EFACB0

HEX: #EFACB0
RGB: (239,172,176)

Color info

#EFACB0 contains mainly red color. Web safe color of #EFACB0 is #FF9999 (or #F99).

RGB color model

#EFACB0 color RGB value is (239,172,176).

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

RGB channels and saturation

R 239 of 255 = 94%
G 172 of 255 = 67%
B 176 of 255 = 69%

239
172
176

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

Portions of RGB colors in percentages

R + G + B =
239 + 172 + 176 = 587 (100%)
R 239 of 587 ~ 40.72%
G 172 of 587 ~ 29.3%
B 176 of 587 ~ 29.98%

%40.72
%29.3
%29.98

CMYK color model

#EFACB0 color CMYK value is (0,28,26,6).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(0,28,26,6)
C0M28Y26K6 
(0%,28%,26%,6%)
(0.00/0.28/0.26/0.06)	

CMYK percentages

%0
%28.03
%26.36
%6.27

Codes

Color #EFACB0 in popluar color models

EFACB0
RGB239172176
HSL356°67.68%80.59%
HSB/HSV356°28.03%93.73%
CMYK0.00%28.03%26.36%
6.27%

Color #EFACB0 in popluar number systems.

HEXEFACB0
Decimal239172176
Binary111011111010110010110000
Octal357254260

Shades and tints

Shades of #EFACB0

#EFACB0
(239,172,176)
#DA9DA0
(218,157,160)
#C58E90
(197,142,144)
#B07F80
(176,127,128)
#9B7070
(155,112,112)
#866160
(134,97,96)
#715250
(113,82,80)
#5C4340
(92,67,64)
#473430
(71,52,48)
#322520
(50,37,32)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #EFACB0

#EFACB0
(239,172,176)
#F0B3B7
(240,179,183)
#F1BABE
(241,186,190)
#F2C1C5
(242,193,197)
#F3C8CC
(243,200,204)
#F4CFD3
(244,207,211)
#F5D6DA
(245,214,218)
#F6DDE1
(246,221,225)
#F7E4E8
(247,228,232)
#F8EBEF
(248,235,239)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFACB0; }

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

This text font color is #EFACB0.


Background Color

.myBgColor { background-color: #EFACB0; }

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

This div background color is #EFACB0.


Border color

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

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

This div border color is #EFACB0.


Opacity

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

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

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

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

This text has shadow with #EFACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFACB0 on black background.


Color preview on white background

This text has color #EFACB0 on white background.



Black color preview on #EFACB0 background

This text has black color on #EFACB0 background.


White color preview on #EFACB0 background

This text has white color on #EFACB0 background.