COLOR #EFB9BB

HEX: #EFB9BB
RGB: (239,185,187)

Color info

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

RGB color model

#EFB9BB color RGB value is (239,185,187).

  • red value is 239;
  • green value is 185;
  • blue value is 187.
RGB:
(239,185,187)
(94%,73%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 187 of 255 = 73%

239
185
187

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

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 187 = 611 (100%)
R 239 of 611 ~ 39.12%
G 185 of 611 ~ 30.28%
B 187 of 611 ~ 30.61%

%39.12
%30.28
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 21.76%
  • 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
%22.59
%21.76
%6.27

Codes

Color #EFB9BB in popluar color models

EFB9BB
RGB239185187
HSL358°62.79%83.14%
HSB/HSV358°22.59%93.73%
CMYK0.00%22.59%21.76%
6.27%

Color #EFB9BB in popluar number systems.

HEXEFB9BB
Decimal239185187
Binary111011111011100110111011
Octal357271273

Shades and tints

Shades of #EFB9BB

#EFB9BB
(239,185,187)
#DAA9AA
(218,169,170)
#C59999
(197,153,153)
#B08988
(176,137,136)
#9B7977
(155,121,119)
#866966
(134,105,102)
#715955
(113,89,85)
#5C4944
(92,73,68)
#473933
(71,57,51)
#322922
(50,41,34)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #EFB9BB

#EFB9BB
(239,185,187)
#F0BFC1
(240,191,193)
#F1C5C7
(241,197,199)
#F2CBCD
(242,203,205)
#F3D1D3
(243,209,211)
#F4D7D9
(244,215,217)
#F5DDDF
(245,221,223)
#F6E3E5
(246,227,229)
#F7E9EB
(247,233,235)
#F8EFF1
(248,239,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB9BB color. Also use rgb(239,185,187) instead hex code.

Text Font Color

.myTextColor { color: #EFB9BB; }

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

This text font color is #EFB9BB.


Background Color

.myBgColor { background-color: #EFB9BB; }

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

This div background color is #EFB9BB.


Border color

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

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

This div border color is #EFB9BB.


Opacity

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

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

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

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

This text has shadow with #EFB9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB9BB on black background.


Color preview on white background

This text has color #EFB9BB on white background.



Black color preview on #EFB9BB background

This text has black color on #EFB9BB background.


White color preview on #EFB9BB background

This text has white color on #EFB9BB background.