COLOR #EFB9BC

HEX: #EFB9BC RGB: (239,185,188)

Color info

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

RGB color model

#EFB9BC color RGB value is (239,185,188).

RGB: (239,185,188) (94%, 73%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 188 of 255 = 74%

239
185
188

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

Portions of RGB colors in percentages

R + G + B = 239 + 185 + 188 = 612 (100%)
R 239 of 612 ~ 39.05%
G 185 of 612 ~ 30.23%
B 188 of 612 ~ 30.72'%

%39.05
%30.23
%30.72

CMYK color model

#EFB9BC color CMYK value is (0,23,21,6).

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

CMYK: (0,23,21,6)
C0M23Y21K6 (0%, 23%, 21%, 6%)
(0.00 / 0.23 / 0.21 / 0.06)

CMYK percentages

%0
%22.59
%21.34
%6.27

Codes

Color #EFB9BC in popluar color models

EF B9 BC
RGB 239 185 188
HSL 357° 62.79% 83.14%
HSB/HSV 357° 22.59% 93.73%
CMYK 0.00% 22.59% 21.34%
6.27%

Color #EFB9BC in popluar number systems.

HEX EF B9 BC
Decimal 239 185 188
Binary 11101111 10111001 10111100
Octal 357 271 274

Shades and tints

Shades of #EFB9BC

#EFB9BC
(239,185,188)
#DAA9AB
(218,169,171)
#C5999A
(197,153,154)
#B08989
(176,137,137)
#9B7978
(155,121,120)
#866967
(134,105,103)
#715956
(113,89,86)
#5C4945
(92,73,69)
#473934
(71,57,52)
#322923
(50,41,35)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #EFB9BC

#EFB9BC
(239,185,188)
#F0BFC2
(240,191,194)
#F1C5C8
(241,197,200)
#F2CBCE
(242,203,206)
#F3D1D4
(243,209,212)
#F4D7DA
(244,215,218)
#F5DDE0
(245,221,224)
#F6E3E6
(246,227,230)
#F7E9EC
(247,233,236)
#F8EFF2
(248,239,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB9BC; }

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

This text font color is #EFB9BC.

Background Color

.myBgColor { background-color: #EFB9BC; }

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

This div background color is #EFB9BC.

Border color

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

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

This div border color is #EFB9BC.

Opacity

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

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

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

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

This text has shadow with #EFB9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB9BC.

Preview

Color preview on black background

This text has color #EFB9BC on black background.


Color preview on white background

This text has color #EFB9BC on white background.


Black color preview on #EFB9BC background

This text has black color on #EFB9BC background.


White color preview on #EFB9BC background

This text has white color on #EFB9BC background.


Related colors

Complementary color

Complementary color for #hex is #104643.


I love getcolorcode.com

Triadic colors

1 #BCEFB9 and #B9BCEF with #EFB9BC are triadic colors.

2 #BCB9EF and #B9EFBC with #EFB9BC are triadic colors.