COLOR #EFBCB8

HEX: #EFBCB8
RGB: (239,188,184)

Color info

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

RGB color model

#EFBCB8 color RGB value is (239,188,184).

  • red value is 239;
  • green value is 188;
  • blue value is 184.
RGB:
(239,188,184)
(94%,74%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 184 of 255 = 72%

239
188
184

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

Portions of RGB colors in percentages

R + G + B =
239 + 188 + 184 = 611 (100%)
R 239 of 611 ~ 39.12%
G 188 of 611 ~ 30.77%
B 184 of 611 ~ 30.11%

%39.12
%30.77
%30.11

CMYK color model

#EFBCB8 color CMYK value is (0,21,23,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(0,21,23,6)
C0M21Y23K6 
(0%,21%,23%,6%)
(0.00/0.21/0.23/0.06)	

CMYK percentages

%0
%21.34
%23.01
%6.27

Codes

Color #EFBCB8 in popluar color models

EFBCB8
RGB239188184
HSL63.22%82.94%
HSB/HSV23.01%93.73%
CMYK0.00%21.34%23.01%
6.27%

Color #EFBCB8 in popluar number systems.

HEXEFBCB8
Decimal239188184
Binary111011111011110010111000
Octal357274270

Shades and tints

Shades of #EFBCB8

#EFBCB8
(239,188,184)
#DAABA8
(218,171,168)
#C59A98
(197,154,152)
#B08988
(176,137,136)
#9B7878
(155,120,120)
#866768
(134,103,104)
#715658
(113,86,88)
#5C4548
(92,69,72)
#473438
(71,52,56)
#322328
(50,35,40)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EFBCB8

#EFBCB8
(239,188,184)
#F0C2BE
(240,194,190)
#F1C8C4
(241,200,196)
#F2CECA
(242,206,202)
#F3D4D0
(243,212,208)
#F4DAD6
(244,218,214)
#F5E0DC
(245,224,220)
#F6E6E2
(246,230,226)
#F7ECE8
(247,236,232)
#F8F2EE
(248,242,238)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBCB8 color. Also use rgb(239,188,184) instead hex code.

Text Font Color

.myTextColor { color: #EFBCB8; }

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

This text font color is #EFBCB8.


Background Color

.myBgColor { background-color: #EFBCB8; }

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

This div background color is #EFBCB8.


Border color

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

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

This div border color is #EFBCB8.


Opacity

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

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

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

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

This text has shadow with #EFBCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBCB8 on black background.


Color preview on white background

This text has color #EFBCB8 on white background.



Black color preview on #EFBCB8 background

This text has black color on #EFBCB8 background.


White color preview on #EFBCB8 background

This text has white color on #EFBCB8 background.