COLOR #EFB2BD

HEX: #EFB2BD
RGB: (239,178,189)

Color info

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

RGB color model

#EFB2BD color RGB value is (239,178,189).

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

RGB channels and saturation

R 239 of 255 = 94%
G 178 of 255 = 70%
B 189 of 255 = 74%

239
178
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 178 + 189 = 606 (100%)
R 239 of 606 ~ 39.44%
G 178 of 606 ~ 29.37%
B 189 of 606 ~ 31.19%

%39.44
%29.37
%31.19

CMYK color model

#EFB2BD color CMYK value is (0,26,21,6).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(0,26,21,6)
C0M26Y21K6 
(0%,26%,21%,6%)
(0.00/0.26/0.21/0.06)	

CMYK percentages

%0
%25.52
%20.92
%6.27

Codes

Color #EFB2BD in popluar color models

EFB2BD
RGB239178189
HSL349°65.59%81.76%
HSB/HSV349°25.52%93.73%
CMYK0.00%25.52%20.92%
6.27%

Color #EFB2BD in popluar number systems.

HEXEFB2BD
Decimal239178189
Binary111011111011001010111101
Octal357262275

Shades and tints

Shades of #EFB2BD

#EFB2BD
(239,178,189)
#DAA2AC
(218,162,172)
#C5929B
(197,146,155)
#B0828A
(176,130,138)
#9B7279
(155,114,121)
#866268
(134,98,104)
#715257
(113,82,87)
#5C4246
(92,66,70)
#473235
(71,50,53)
#322224
(50,34,36)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #EFB2BD

#EFB2BD
(239,178,189)
#F0B9C3
(240,185,195)
#F1C0C9
(241,192,201)
#F2C7CF
(242,199,207)
#F3CED5
(243,206,213)
#F4D5DB
(244,213,219)
#F5DCE1
(245,220,225)
#F6E3E7
(246,227,231)
#F7EAED
(247,234,237)
#F8F1F3
(248,241,243)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB2BD; }

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

This text font color is #EFB2BD.


Background Color

.myBgColor { background-color: #EFB2BD; }

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

This div background color is #EFB2BD.


Border color

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

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

This div border color is #EFB2BD.


Opacity

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

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

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

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

This text has shadow with #EFB2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB2BD on black background.


Color preview on white background

This text has color #EFB2BD on white background.



Black color preview on #EFB2BD background

This text has black color on #EFB2BD background.


White color preview on #EFB2BD background

This text has white color on #EFB2BD background.