COLOR #EFBCBC

HEX: #EFBCBC RGB: (239,188,188)

Color info

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

RGB color model

#EFBCBC color RGB value is (239,188,188).

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

RGB channels and saturation

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

239
188
188

R + G + B ~ 81%. #EFBCBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 188 = 615 (100%)
R 239 of 615 ~ 38.86%
G 188 of 615 ~ 30.57%
B 188 of 615 ~ 30.57'%

%38.86
%30.57
%30.57

CMYK color model

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

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

CMYK: (0,21,21,6)
C0M21Y21K6 (0%, 21%, 21%, 6%)
(0.00 / 0.21 / 0.21 / 0.06)

CMYK percentages

%0
%21.34
%21.34
%6.27

Codes

Color #EFBCBC in popluar color models

EF BC BC
RGB 239 188 188
HSL 61.45% 83.73%
HSB/HSV 21.34% 93.73%
CMYK 0.00% 21.34% 21.34%
6.27%

Color #EFBCBC in popluar number systems.

HEX EF BC BC
Decimal 239 188 188
Binary 11101111 10111100 10111100
Octal 357 274 274

Shades and tints

Shades of #EFBCBC

#EFBCBC
(239,188,188)
#DAABAB
(218,171,171)
#C59A9A
(197,154,154)
#B08989
(176,137,137)
#9B7878
(155,120,120)
#866767
(134,103,103)
#715656
(113,86,86)
#5C4545
(92,69,69)
#473434
(71,52,52)
#322323
(50,35,35)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #EFBCBC

#EFBCBC
(239,188,188)
#F0C2C2
(240,194,194)
#F1C8C8
(241,200,200)
#F2CECE
(242,206,206)
#F3D4D4
(243,212,212)
#F4DADA
(244,218,218)
#F5E0E0
(245,224,224)
#F6E6E6
(246,230,230)
#F7ECEC
(247,236,236)
#F8F2F2
(248,242,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCBC; }

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

This text font color is #EFBCBC.

Background Color

.myBgColor { background-color: #EFBCBC; }

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

This div background color is #EFBCBC.

Border color

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

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

This div border color is #EFBCBC.

Opacity

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

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

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

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

This text has shadow with #EFBCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCBC.

Preview

Color preview on black background

This text has color #EFBCBC on black background.


Color preview on white background

This text has color #EFBCBC on white background.


Black color preview on #EFBCBC background

This text has black color on #EFBCBC background.


White color preview on #EFBCBC background

This text has white color on #EFBCBC background.


Related colors

Complementary color

Complementary color for #hex is #104343.


I love getcolorcode.com