COLOR #EFBAB5

HEX: #EFBAB5
RGB: (239,186,181)

Color info

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

RGB color model

#EFBAB5 color RGB value is (239,186,181).

  • red value is 239;
  • green value is 186;
  • blue value is 181.
RGB:
(239,186,181)
(94%,73%,71%)

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 181 of 255 = 71%

239
186
181

R + G + B ~ 79%. #EFBAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 181 = 606 (100%)
R 239 of 606 ~ 39.44%
G 186 of 606 ~ 30.69%
B 181 of 606 ~ 29.87%

%39.44
%30.69
%29.87

CMYK color model

#EFBAB5 color CMYK value is (0,22,24,6).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,22,24,6)
C0M22Y24K6 
(0%,22%,24%,6%)
(0.00/0.22/0.24/0.06)	

CMYK percentages

%0
%22.18
%24.27
%6.27

Codes

Color #EFBAB5 in popluar color models

EFBAB5
RGB239186181
HSL64.44%82.35%
HSB/HSV24.27%93.73%
CMYK0.00%22.18%24.27%
6.27%

Color #EFBAB5 in popluar number systems.

HEXEFBAB5
Decimal239186181
Binary111011111011101010110101
Octal357272265

Shades and tints

Shades of #EFBAB5

#EFBAB5
(239,186,181)
#DAAAA5
(218,170,165)
#C59A95
(197,154,149)
#B08A85
(176,138,133)
#9B7A75
(155,122,117)
#866A65
(134,106,101)
#715A55
(113,90,85)
#5C4A45
(92,74,69)
#473A35
(71,58,53)
#322A25
(50,42,37)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFBAB5

#EFBAB5
(239,186,181)
#F0C0BB
(240,192,187)
#F1C6C1
(241,198,193)
#F2CCC7
(242,204,199)
#F3D2CD
(243,210,205)
#F4D8D3
(244,216,211)
#F5DED9
(245,222,217)
#F6E4DF
(246,228,223)
#F7EAE5
(247,234,229)
#F8F0EB
(248,240,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBAB5 color. Also use rgb(239,186,181) instead hex code.

Text Font Color

.myTextColor { color: #EFBAB5; }

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

This text font color is #EFBAB5.


Background Color

.myBgColor { background-color: #EFBAB5; }

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

This div background color is #EFBAB5.


Border color

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

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

This div border color is #EFBAB5.


Opacity

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

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

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

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

This text has shadow with #EFBAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBAB5 on black background.


Color preview on white background

This text has color #EFBAB5 on white background.



Black color preview on #EFBAB5 background

This text has black color on #EFBAB5 background.


White color preview on #EFBAB5 background

This text has white color on #EFBAB5 background.