COLOR #EFB4B0

HEX: #EFB4B0
RGB: (239,180,176)

Color info

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

RGB color model

#EFB4B0 color RGB value is (239,180,176).

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

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 176 of 255 = 69%

239
180
176

R + G + B ~ 78%. #EFB4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 176 = 595 (100%)
R 239 of 595 ~ 40.17%
G 180 of 595 ~ 30.25%
B 176 of 595 ~ 29.58%

%40.17
%30.25
%29.58

CMYK color model

#EFB4B0 color CMYK value is (0,25,26,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(0,25,26,6)
C0M25Y26K6 
(0%,25%,26%,6%)
(0.00/0.25/0.26/0.06)	

CMYK percentages

%0
%24.69
%26.36
%6.27

Codes

Color #EFB4B0 in popluar color models

EFB4B0
RGB239180176
HSL66.32%81.37%
HSB/HSV26.36%93.73%
CMYK0.00%24.69%26.36%
6.27%

Color #EFB4B0 in popluar number systems.

HEXEFB4B0
Decimal239180176
Binary111011111011010010110000
Octal357264260

Shades and tints

Shades of #EFB4B0

#EFB4B0
(239,180,176)
#DAA4A0
(218,164,160)
#C59490
(197,148,144)
#B08480
(176,132,128)
#9B7470
(155,116,112)
#866460
(134,100,96)
#715450
(113,84,80)
#5C4440
(92,68,64)
#473430
(71,52,48)
#322420
(50,36,32)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EFB4B0

#EFB4B0
(239,180,176)
#F0BAB7
(240,186,183)
#F1C0BE
(241,192,190)
#F2C6C5
(242,198,197)
#F3CCCC
(243,204,204)
#F4D2D3
(244,210,211)
#F5D8DA
(245,216,218)
#F6DEE1
(246,222,225)
#F7E4E8
(247,228,232)
#F8EAEF
(248,234,239)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB4B0; }

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

This text font color is #EFB4B0.


Background Color

.myBgColor { background-color: #EFB4B0; }

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

This div background color is #EFB4B0.


Border color

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

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

This div border color is #EFB4B0.


Opacity

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

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

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

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

This text has shadow with #EFB4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4B0 on black background.


Color preview on white background

This text has color #EFB4B0 on white background.



Black color preview on #EFB4B0 background

This text has black color on #EFB4B0 background.


White color preview on #EFB4B0 background

This text has white color on #EFB4B0 background.