COLOR #EFBDB8

HEX: #EFBDB8
RGB: (239,189,184)

Color info

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

RGB color model

#EFBDB8 color RGB value is (239,189,184).

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

RGB channels and saturation

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

239
189
184

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

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 184 = 612 (100%)
R 239 of 612 ~ 39.05%
G 189 of 612 ~ 30.88%
B 184 of 612 ~ 30.07%

%39.05
%30.88
%30.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.92%
  • 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
%20.92
%23.01
%6.27

Codes

Color #EFBDB8 in popluar color models

EFBDB8
RGB239189184
HSL63.22%82.94%
HSB/HSV23.01%93.73%
CMYK0.00%20.92%23.01%
6.27%

Color #EFBDB8 in popluar number systems.

HEXEFBDB8
Decimal239189184
Binary111011111011110110111000
Octal357275270

Shades and tints

Shades of #EFBDB8

#EFBDB8
(239,189,184)
#DAACA8
(218,172,168)
#C59B98
(197,155,152)
#B08A88
(176,138,136)
#9B7978
(155,121,120)
#866868
(134,104,104)
#715758
(113,87,88)
#5C4648
(92,70,72)
#473538
(71,53,56)
#322428
(50,36,40)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFBDB8

#EFBDB8
(239,189,184)
#F0C3BE
(240,195,190)
#F1C9C4
(241,201,196)
#F2CFCA
(242,207,202)
#F3D5D0
(243,213,208)
#F4DBD6
(244,219,214)
#F5E1DC
(245,225,220)
#F6E7E2
(246,231,226)
#F7EDE8
(247,237,232)
#F8F3EE
(248,243,238)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBDB8; }

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

This text font color is #EFBDB8.


Background Color

.myBgColor { background-color: #EFBDB8; }

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

This div background color is #EFBDB8.


Border color

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

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

This div border color is #EFBDB8.


Opacity

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

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

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

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

This text has shadow with #EFBDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDB8 on black background.


Color preview on white background

This text has color #EFBDB8 on white background.



Black color preview on #EFBDB8 background

This text has black color on #EFBDB8 background.


White color preview on #EFBDB8 background

This text has white color on #EFBDB8 background.