COLOR #EFB2B7

HEX: #EFB2B7
RGB: (239,178,183)

Color info

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

RGB color model

#EFB2B7 color RGB value is (239,178,183).

  • red value is 239;
  • green value is 178;
  • blue value is 183.
RGB:
(239,178,183)
(94%,70%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 178 of 255 = 70%
B 183 of 255 = 72%

239
178
183

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

Portions of RGB colors in percentages

R + G + B =
239 + 178 + 183 = 600 (100%)
R 239 of 600 ~ 39.83%
G 178 of 600 ~ 29.67%
B 183 of 600 ~ 30.5%

%39.83
%29.67
%30.5

CMYK color model

#EFB2B7 color CMYK value is (0,26,23,6).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 23.43%
  • key color value is 6.27%
CMYK:
(0,26,23,6)
C0M26Y23K6 
(0%,26%,23%,6%)
(0.00/0.26/0.23/0.06)	

CMYK percentages

%0
%25.52
%23.43
%6.27

Codes

Color #EFB2B7 in popluar color models

EFB2B7
RGB239178183
HSL355°65.59%81.76%
HSB/HSV355°25.52%93.73%
CMYK0.00%25.52%23.43%
6.27%

Color #EFB2B7 in popluar number systems.

HEXEFB2B7
Decimal239178183
Binary111011111011001010110111
Octal357262267

Shades and tints

Shades of #EFB2B7

#EFB2B7
(239,178,183)
#DAA2A7
(218,162,167)
#C59297
(197,146,151)
#B08287
(176,130,135)
#9B7277
(155,114,119)
#866267
(134,98,103)
#715257
(113,82,87)
#5C4247
(92,66,71)
#473237
(71,50,55)
#322227
(50,34,39)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #EFB2B7

#EFB2B7
(239,178,183)
#F0B9BD
(240,185,189)
#F1C0C3
(241,192,195)
#F2C7C9
(242,199,201)
#F3CECF
(243,206,207)
#F4D5D5
(244,213,213)
#F5DCDB
(245,220,219)
#F6E3E1
(246,227,225)
#F7EAE7
(247,234,231)
#F8F1ED
(248,241,237)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB2B7 color. Also use rgb(239,178,183) instead hex code.

Text Font Color

.myTextColor { color: #EFB2B7; }

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

This text font color is #EFB2B7.


Background Color

.myBgColor { background-color: #EFB2B7; }

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

This div background color is #EFB2B7.


Border color

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

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

This div border color is #EFB2B7.


Opacity

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

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

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

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

This text has shadow with #EFB2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB2B7 on black background.


Color preview on white background

This text has color #EFB2B7 on white background.



Black color preview on #EFB2B7 background

This text has black color on #EFB2B7 background.


White color preview on #EFB2B7 background

This text has white color on #EFB2B7 background.