COLOR #EFB7BA

HEX: #EFB7BA
RGB: (239,183,186)

Color info

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

RGB color model

#EFB7BA color RGB value is (239,183,186).

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

RGB channels and saturation

R 239 of 255 = 94%
G 183 of 255 = 72%
B 186 of 255 = 73%

239
183
186

R + G + B ~ 80%. #EFB7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 183 + 186 = 608 (100%)
R 239 of 608 ~ 39.31%
G 183 of 608 ~ 30.1%
B 186 of 608 ~ 30.59%

%39.31
%30.1
%30.59

CMYK color model

#EFB7BA color CMYK value is (0,23,22,6).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,23,22,6)
C0M23Y22K6 
(0%,23%,22%,6%)
(0.00/0.23/0.22/0.06)	

CMYK percentages

%0
%23.43
%22.18
%6.27

Codes

Color #EFB7BA in popluar color models

EFB7BA
RGB239183186
HSL357°63.64%82.75%
HSB/HSV357°23.43%93.73%
CMYK0.00%23.43%22.18%
6.27%

Color #EFB7BA in popluar number systems.

HEXEFB7BA
Decimal239183186
Binary111011111011011110111010
Octal357267272

Shades and tints

Shades of #EFB7BA

#EFB7BA
(239,183,186)
#DAA7AA
(218,167,170)
#C5979A
(197,151,154)
#B0878A
(176,135,138)
#9B777A
(155,119,122)
#86676A
(134,103,106)
#71575A
(113,87,90)
#5C474A
(92,71,74)
#47373A
(71,55,58)
#32272A
(50,39,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFB7BA

#EFB7BA
(239,183,186)
#F0BDC0
(240,189,192)
#F1C3C6
(241,195,198)
#F2C9CC
(242,201,204)
#F3CFD2
(243,207,210)
#F4D5D8
(244,213,216)
#F5DBDE
(245,219,222)
#F6E1E4
(246,225,228)
#F7E7EA
(247,231,234)
#F8EDF0
(248,237,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB7BA; }

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

This text font color is #EFB7BA.


Background Color

.myBgColor { background-color: #EFB7BA; }

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

This div background color is #EFB7BA.


Border color

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

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

This div border color is #EFB7BA.


Opacity

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

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

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

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

This text has shadow with #EFB7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB7BA on black background.


Color preview on white background

This text has color #EFB7BA on white background.



Black color preview on #EFB7BA background

This text has black color on #EFB7BA background.


White color preview on #EFB7BA background

This text has white color on #EFB7BA background.