COLOR #EFBABD

HEX: #EFBABD
RGB: (239,186,189)

Color info

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

RGB color model

#EFBABD color RGB value is (239,186,189).

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

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 189 of 255 = 74%

239
186
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 189 = 614 (100%)
R 239 of 614 ~ 38.93%
G 186 of 614 ~ 30.29%
B 189 of 614 ~ 30.78%

%38.93
%30.29
%30.78

CMYK color model

#EFBABD color CMYK value is (0,22,21,6).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(0,22,21,6)
C0M22Y21K6 
(0%,22%,21%,6%)
(0.00/0.22/0.21/0.06)	

CMYK percentages

%0
%22.18
%20.92
%6.27

Codes

Color #EFBABD in popluar color models

EFBABD
RGB239186189
HSL357°62.35%83.33%
HSB/HSV357°22.18%93.73%
CMYK0.00%22.18%20.92%
6.27%

Color #EFBABD in popluar number systems.

HEXEFBABD
Decimal239186189
Binary111011111011101010111101
Octal357272275

Shades and tints

Shades of #EFBABD

#EFBABD
(239,186,189)
#DAAAAC
(218,170,172)
#C59A9B
(197,154,155)
#B08A8A
(176,138,138)
#9B7A79
(155,122,121)
#866A68
(134,106,104)
#715A57
(113,90,87)
#5C4A46
(92,74,70)
#473A35
(71,58,53)
#322A24
(50,42,36)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #EFBABD

#EFBABD
(239,186,189)
#F0C0C3
(240,192,195)
#F1C6C9
(241,198,201)
#F2CCCF
(242,204,207)
#F3D2D5
(243,210,213)
#F4D8DB
(244,216,219)
#F5DEE1
(245,222,225)
#F6E4E7
(246,228,231)
#F7EAED
(247,234,237)
#F8F0F3
(248,240,243)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBABD; }

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

This text font color is #EFBABD.


Background Color

.myBgColor { background-color: #EFBABD; }

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

This div background color is #EFBABD.


Border color

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

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

This div border color is #EFBABD.


Opacity

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

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

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

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

This text has shadow with #EFBABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBABD on black background.


Color preview on white background

This text has color #EFBABD on white background.



Black color preview on #EFBABD background

This text has black color on #EFBABD background.


White color preview on #EFBABD background

This text has white color on #EFBABD background.