COLOR #EFB4BC

HEX: #EFB4BC RGB: (239,180,188)

Color info

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

RGB color model

#EFB4BC color RGB value is (239,180,188).

RGB: (239,180,188) (94%, 71%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 188 of 255 = 74%

239
180
188

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

Portions of RGB colors in percentages

R + G + B = 239 + 180 + 188 = 607 (100%)
R 239 of 607 ~ 39.37%
G 180 of 607 ~ 29.65%
B 188 of 607 ~ 30.97'%

%39.37
%29.65
%30.97

CMYK color model

#EFB4BC color CMYK value is (0,25,21,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 21.34%
  • key color value is 6.27%

CMYK: (0,25,21,6)
C0M25Y21K6 (0%, 25%, 21%, 6%)
(0.00 / 0.25 / 0.21 / 0.06)

CMYK percentages

%0
%24.69
%21.34
%6.27

Codes

Color #EFB4BC in popluar color models

EF B4 BC
RGB 239 180 188
HSL 352° 64.84% 82.16%
HSB/HSV 352° 24.69% 93.73%
CMYK 0.00% 24.69% 21.34%
6.27%

Color #EFB4BC in popluar number systems.

HEX EF B4 BC
Decimal 239 180 188
Binary 11101111 10110100 10111100
Octal 357 264 274

Shades and tints

Shades of #EFB4BC

#EFB4BC
(239,180,188)
#DAA4AB
(218,164,171)
#C5949A
(197,148,154)
#B08489
(176,132,137)
#9B7478
(155,116,120)
#866467
(134,100,103)
#715456
(113,84,86)
#5C4445
(92,68,69)
#473434
(71,52,52)
#322423
(50,36,35)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #EFB4BC

#EFB4BC
(239,180,188)
#F0BAC2
(240,186,194)
#F1C0C8
(241,192,200)
#F2C6CE
(242,198,206)
#F3CCD4
(243,204,212)
#F4D2DA
(244,210,218)
#F5D8E0
(245,216,224)
#F6DEE6
(246,222,230)
#F7E4EC
(247,228,236)
#F8EAF2
(248,234,242)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB4BC color. Also use rgb(239,180,188) instead hex code.

Text Font Color

.myTextColor { color: #EFB4BC; }

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

This text font color is #EFB4BC.

Background Color

.myBgColor { background-color: #EFB4BC; }

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

This div background color is #EFB4BC.

Border color

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

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

This div border color is #EFB4BC.

Opacity

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

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

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

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

This text has shadow with #EFB4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB4BC.

Preview

Color preview on black background

This text has color #EFB4BC on black background.


Color preview on white background

This text has color #EFB4BC on white background.


Black color preview on #EFB4BC background

This text has black color on #EFB4BC background.


White color preview on #EFB4BC background

This text has white color on #EFB4BC background.


Related colors

Complementary color

Complementary color for #hex is #104B43.


I love getcolorcode.com

Triadic colors

1 #BCEFB4 and #B4BCEF with #EFB4BC are triadic colors.

2 #BCB4EF and #B4EFBC with #EFB4BC are triadic colors.