COLOR #EFB1B6

HEX: #EFB1B6
RGB: (239,177,182)

Color info

#EFB1B6 contains mainly red and blue colors. Web safe color of #EFB1B6 is #FF99CC (or #F9C).

RGB color model

#EFB1B6 color RGB value is (239,177,182).

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

RGB channels and saturation

R 239 of 255 = 94%
G 177 of 255 = 69%
B 182 of 255 = 71%

239
177
182

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

Portions of RGB colors in percentages

R + G + B =
239 + 177 + 182 = 598 (100%)
R 239 of 598 ~ 39.97%
G 177 of 598 ~ 29.6%
B 182 of 598 ~ 30.43%

%39.97
%29.6
%30.43

CMYK color model

#EFB1B6 color CMYK value is (0,26,24,6).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(0,26,24,6)
C0M26Y24K6 
(0%,26%,24%,6%)
(0.00/0.26/0.24/0.06)	

CMYK percentages

%0
%25.94
%23.85
%6.27

Codes

Color #EFB1B6 in popluar color models

EFB1B6
RGB239177182
HSL355°65.96%81.57%
HSB/HSV355°25.94%93.73%
CMYK0.00%25.94%23.85%
6.27%

Color #EFB1B6 in popluar number systems.

HEXEFB1B6
Decimal239177182
Binary111011111011000110110110
Octal357261266

Shades and tints

Shades of #EFB1B6

#EFB1B6
(239,177,182)
#DAA1A6
(218,161,166)
#C59196
(197,145,150)
#B08186
(176,129,134)
#9B7176
(155,113,118)
#866166
(134,97,102)
#715156
(113,81,86)
#5C4146
(92,65,70)
#473136
(71,49,54)
#322126
(50,33,38)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #EFB1B6

#EFB1B6
(239,177,182)
#F0B8BC
(240,184,188)
#F1BFC2
(241,191,194)
#F2C6C8
(242,198,200)
#F3CDCE
(243,205,206)
#F4D4D4
(244,212,212)
#F5DBDA
(245,219,218)
#F6E2E0
(246,226,224)
#F7E9E6
(247,233,230)
#F8F0EC
(248,240,236)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB1B6 color. Also use rgb(239,177,182) instead hex code.

Text Font Color

.myTextColor { color: #EFB1B6; }

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

This text font color is #EFB1B6.


Background Color

.myBgColor { background-color: #EFB1B6; }

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

This div background color is #EFB1B6.


Border color

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

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

This div border color is #EFB1B6.


Opacity

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

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

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

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

This text has shadow with #EFB1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB1B6 on black background.


Color preview on white background

This text has color #EFB1B6 on white background.



Black color preview on #EFB1B6 background

This text has black color on #EFB1B6 background.


White color preview on #EFB1B6 background

This text has white color on #EFB1B6 background.