COLOR #EFBABE

HEX: #EFBABE
RGB: (239,186,190)

Color info

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

RGB color model

#EFBABE color RGB value is (239,186,190).

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

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 190 of 255 = 75%

239
186
190

R + G + B ~ 81%. #EFBABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 190 = 615 (100%)
R 239 of 615 ~ 38.86%
G 186 of 615 ~ 30.24%
B 190 of 615 ~ 30.89%

%38.86
%30.24
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 20.50%
  • 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.5
%6.27

Codes

Color #EFBABE in popluar color models

EFBABE
RGB239186190
HSL355°62.35%83.33%
HSB/HSV355°22.18%93.73%
CMYK0.00%22.18%20.50%
6.27%

Color #EFBABE in popluar number systems.

HEXEFBABE
Decimal239186190
Binary111011111011101010111110
Octal357272276

Shades and tints

Shades of #EFBABE

#EFBABE
(239,186,190)
#DAAAAD
(218,170,173)
#C59A9C
(197,154,156)
#B08A8B
(176,138,139)
#9B7A7A
(155,122,122)
#866A69
(134,106,105)
#715A58
(113,90,88)
#5C4A47
(92,74,71)
#473A36
(71,58,54)
#322A25
(50,42,37)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFBABE

#EFBABE
(239,186,190)
#F0C0C3
(240,192,195)
#F1C6C8
(241,198,200)
#F2CCCD
(242,204,205)
#F3D2D2
(243,210,210)
#F4D8D7
(244,216,215)
#F5DEDC
(245,222,220)
#F6E4E1
(246,228,225)
#F7EAE6
(247,234,230)
#F8F0EB
(248,240,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBABE; }

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

This text font color is #EFBABE.


Background Color

.myBgColor { background-color: #EFBABE; }

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

This div background color is #EFBABE.


Border color

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

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

This div border color is #EFBABE.


Opacity

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

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

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

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

This text has shadow with #EFBABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBABE on black background.


Color preview on white background

This text has color #EFBABE on white background.



Black color preview on #EFBABE background

This text has black color on #EFBABE background.


White color preview on #EFBABE background

This text has white color on #EFBABE background.