COLOR #EFABBF

HEX: #EFABBF
RGB: (239,171,191)

Color info

#EFABBF contains mainly red and blue colors. Web safe color of #EFABBF is #FF99CC (or #F9C).

RGB color model

#EFABBF color RGB value is (239,171,191).

  • red value is 239;
  • green value is 171;
  • blue value is 191.
RGB:
(239,171,191)
(94%,67%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 191 of 255 = 75%

239
171
191

R + G + B ~ 79%. #EFABBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 171 + 191 = 601 (100%)
R 239 of 601 ~ 39.77%
G 171 of 601 ~ 28.45%
B 191 of 601 ~ 31.78%

%39.77
%28.45
%31.78

CMYK color model

#EFABBF color CMYK value is (0,28,20,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,28,20,6)
C0M28Y20K6 
(0%,28%,20%,6%)
(0.00/0.28/0.20/0.06)	

CMYK percentages

%0
%28.45
%20.08
%6.27

Codes

Color #EFABBF in popluar color models

EFABBF
RGB239171191
HSL342°68.00%80.39%
HSB/HSV342°28.45%93.73%
CMYK0.00%28.45%20.08%
6.27%

Color #EFABBF in popluar number systems.

HEXEFABBF
Decimal239171191
Binary111011111010101110111111
Octal357253277

Shades and tints

Shades of #EFABBF

#EFABBF
(239,171,191)
#DA9CAE
(218,156,174)
#C58D9D
(197,141,157)
#B07E8C
(176,126,140)
#9B6F7B
(155,111,123)
#86606A
(134,96,106)
#715159
(113,81,89)
#5C4248
(92,66,72)
#473337
(71,51,55)
#322426
(50,36,38)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFABBF

#EFABBF
(239,171,191)
#F0B2C4
(240,178,196)
#F1B9C9
(241,185,201)
#F2C0CE
(242,192,206)
#F3C7D3
(243,199,211)
#F4CED8
(244,206,216)
#F5D5DD
(245,213,221)
#F6DCE2
(246,220,226)
#F7E3E7
(247,227,231)
#F8EAEC
(248,234,236)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFABBF color. Also use rgb(239,171,191) instead hex code.

Text Font Color

.myTextColor { color: #EFABBF; }

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

This text font color is #EFABBF.


Background Color

.myBgColor { background-color: #EFABBF; }

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

This div background color is #EFABBF.


Border color

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

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

This div border color is #EFABBF.


Opacity

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

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

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

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

This text has shadow with #EFABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFABBF on black background.


Color preview on white background

This text has color #EFABBF on white background.



Black color preview on #EFABBF background

This text has black color on #EFABBF background.


White color preview on #EFABBF background

This text has white color on #EFABBF background.