COLOR #EFBBB9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

239
187
185

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

Portions of RGB colors in percentages

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

%39.12
%30.61
%30.28

CMYK color model

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

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

CMYK percentages

%0
%21.76
%22.59
%6.27

Codes

Color #EFBBB9 in popluar color models

EFBBB9
RGB239187185
HSL62.79%83.14%
HSB/HSV22.59%93.73%
CMYK0.00%21.76%22.59%
6.27%

Color #EFBBB9 in popluar number systems.

HEXEFBBB9
Decimal239187185
Binary111011111011101110111001
Octal357273271

Shades and tints

Shades of #EFBBB9

#EFBBB9
(239,187,185)
#DAAAA9
(218,170,169)
#C59999
(197,153,153)
#B08889
(176,136,137)
#9B7779
(155,119,121)
#866669
(134,102,105)
#715559
(113,85,89)
#5C4449
(92,68,73)
#473339
(71,51,57)
#322229
(50,34,41)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #EFBBB9

#EFBBB9
(239,187,185)
#F0C1BF
(240,193,191)
#F1C7C5
(241,199,197)
#F2CDCB
(242,205,203)
#F3D3D1
(243,211,209)
#F4D9D7
(244,217,215)
#F5DFDD
(245,223,221)
#F6E5E3
(246,229,227)
#F7EBE9
(247,235,233)
#F8F1EF
(248,241,239)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBB9; }

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

This text font color is #EFBBB9.


Background Color

.myBgColor { background-color: #EFBBB9; }

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

This div background color is #EFBBB9.


Border color

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

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

This div border color is #EFBBB9.


Opacity

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

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

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

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

This text has shadow with #EFBBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBB9 on black background.


Color preview on white background

This text has color #EFBBB9 on white background.



Black color preview on #EFBBB9 background

This text has black color on #EFBBB9 background.


White color preview on #EFBBB9 background

This text has white color on #EFBBB9 background.