COLOR #EFB5BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
181
186

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

Portions of RGB colors in percentages

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

%39.44
%29.87
%30.69

CMYK color model

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

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

CMYK percentages

%0
%24.27
%22.18
%6.27

Codes

Color #EFB5BA in popluar color models

EFB5BA
RGB239181186
HSL355°64.44%82.35%
HSB/HSV355°24.27%93.73%
CMYK0.00%24.27%22.18%
6.27%

Color #EFB5BA in popluar number systems.

HEXEFB5BA
Decimal239181186
Binary111011111011010110111010
Octal357265272

Shades and tints

Shades of #EFB5BA

#EFB5BA
(239,181,186)
#DAA5AA
(218,165,170)
#C5959A
(197,149,154)
#B0858A
(176,133,138)
#9B757A
(155,117,122)
#86656A
(134,101,106)
#71555A
(113,85,90)
#5C454A
(92,69,74)
#47353A
(71,53,58)
#32252A
(50,37,42)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #EFB5BA

#EFB5BA
(239,181,186)
#F0BBC0
(240,187,192)
#F1C1C6
(241,193,198)
#F2C7CC
(242,199,204)
#F3CDD2
(243,205,210)
#F4D3D8
(244,211,216)
#F5D9DE
(245,217,222)
#F6DFE4
(246,223,228)
#F7E5EA
(247,229,234)
#F8EBF0
(248,235,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB5BA; }

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

This text font color is #EFB5BA.


Background Color

.myBgColor { background-color: #EFB5BA; }

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

This div background color is #EFB5BA.


Border color

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

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

This div border color is #EFB5BA.


Opacity

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

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

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

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

This text has shadow with #EFB5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5BA on black background.


Color preview on white background

This text has color #EFB5BA on white background.



Black color preview on #EFB5BA background

This text has black color on #EFB5BA background.


White color preview on #EFB5BA background

This text has white color on #EFB5BA background.