COLOR #EFB5B4

HEX: #EFB5B4
RGB: (239,181,180)

Color info

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

RGB color model

#EFB5B4 color RGB value is (239,181,180).

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

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 180 of 255 = 71%

239
181
180

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

Portions of RGB colors in percentages

R + G + B =
239 + 181 + 180 = 600 (100%)
R 239 of 600 ~ 39.83%
G 181 of 600 ~ 30.17%
B 180 of 600 ~ 30%

%39.83
%30.17
%30

CMYK color model

#EFB5B4 color CMYK value is (0,24,25,6).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(0,24,25,6)
C0M24Y25K6 
(0%,24%,25%,6%)
(0.00/0.24/0.25/0.06)	

CMYK percentages

%0
%24.27
%24.69
%6.27

Codes

Color #EFB5B4 in popluar color models

EFB5B4
RGB239181180
HSL64.84%82.16%
HSB/HSV24.69%93.73%
CMYK0.00%24.27%24.69%
6.27%

Color #EFB5B4 in popluar number systems.

HEXEFB5B4
Decimal239181180
Binary111011111011010110110100
Octal357265264

Shades and tints

Shades of #EFB5B4

#EFB5B4
(239,181,180)
#DAA5A4
(218,165,164)
#C59594
(197,149,148)
#B08584
(176,133,132)
#9B7574
(155,117,116)
#866564
(134,101,100)
#715554
(113,85,84)
#5C4544
(92,69,68)
#473534
(71,53,52)
#322524
(50,37,36)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFB5B4

#EFB5B4
(239,181,180)
#F0BBBA
(240,187,186)
#F1C1C0
(241,193,192)
#F2C7C6
(242,199,198)
#F3CDCC
(243,205,204)
#F4D3D2
(244,211,210)
#F5D9D8
(245,217,216)
#F6DFDE
(246,223,222)
#F7E5E4
(247,229,228)
#F8EBEA
(248,235,234)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB5B4; }

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

This text font color is #EFB5B4.


Background Color

.myBgColor { background-color: #EFB5B4; }

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

This div background color is #EFB5B4.


Border color

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

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

This div border color is #EFB5B4.


Opacity

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

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

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

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

This text has shadow with #EFB5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5B4 on black background.


Color preview on white background

This text has color #EFB5B4 on white background.



Black color preview on #EFB5B4 background

This text has black color on #EFB5B4 background.


White color preview on #EFB5B4 background

This text has white color on #EFB5B4 background.