COLOR #EFB5B8

HEX: #EFB5B8
RGB: (239,181,184)

Color info

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

RGB color model

#EFB5B8 color RGB value is (239,181,184).

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

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 184 of 255 = 72%

239
181
184

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

Portions of RGB colors in percentages

R + G + B =
239 + 181 + 184 = 604 (100%)
R 239 of 604 ~ 39.57%
G 181 of 604 ~ 29.97%
B 184 of 604 ~ 30.46%

%39.57
%29.97
%30.46

CMYK color model

#EFB5B8 color CMYK value is (0,24,23,6).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(0,24,23,6)
C0M24Y23K6 
(0%,24%,23%,6%)
(0.00/0.24/0.23/0.06)	

CMYK percentages

%0
%24.27
%23.01
%6.27

Codes

Color #EFB5B8 in popluar color models

EFB5B8
RGB239181184
HSL357°64.44%82.35%
HSB/HSV357°24.27%93.73%
CMYK0.00%24.27%23.01%
6.27%

Color #EFB5B8 in popluar number systems.

HEXEFB5B8
Decimal239181184
Binary111011111011010110111000
Octal357265270

Shades and tints

Shades of #EFB5B8

#EFB5B8
(239,181,184)
#DAA5A8
(218,165,168)
#C59598
(197,149,152)
#B08588
(176,133,136)
#9B7578
(155,117,120)
#866568
(134,101,104)
#715558
(113,85,88)
#5C4548
(92,69,72)
#473538
(71,53,56)
#322528
(50,37,40)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFB5B8

#EFB5B8
(239,181,184)
#F0BBBE
(240,187,190)
#F1C1C4
(241,193,196)
#F2C7CA
(242,199,202)
#F3CDD0
(243,205,208)
#F4D3D6
(244,211,214)
#F5D9DC
(245,217,220)
#F6DFE2
(246,223,226)
#F7E5E8
(247,229,232)
#F8EBEE
(248,235,238)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB5B8; }

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

This text font color is #EFB5B8.


Background Color

.myBgColor { background-color: #EFB5B8; }

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

This div background color is #EFB5B8.


Border color

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

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

This div border color is #EFB5B8.


Opacity

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

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

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

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

This text has shadow with #EFB5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5B8 on black background.


Color preview on white background

This text has color #EFB5B8 on white background.



Black color preview on #EFB5B8 background

This text has black color on #EFB5B8 background.


White color preview on #EFB5B8 background

This text has white color on #EFB5B8 background.