COLOR #EFC7BA

HEX: #EFC7BA RGB: (239,199,186)

Color info

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

RGB color model

#EFC7BA color RGB value is (239,199,186).

RGB: (239,199,186) (94%, 78%, 73%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 186 of 255 = 73%

239
199
186

R + G + B ~ 82%. #EFC7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 186 = 624 (100%)
R 239 of 624 ~ 38.3%
G 199 of 624 ~ 31.89%
B 186 of 624 ~ 29.81'%

%38.3
%31.89
%29.81

CMYK color model

#EFC7BA color CMYK value is (0,17,22,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK: (0,17,22,6) C0M17Y22K6 (0%,17%,22%,6%) (0.00/0.17/0.22/0.06) 

CMYK percentages

%0
%16.74
%22.18
%6.27

Codes

Color #EFC7BA in popluar color models

EF C7 BA
RGB 239 199 186
HSL 15° 62.35% 83.33%
HSB/HSV 15° 22.18% 93.73%
CMYK 0.00% 16.74% 22.18%
6.27%

Color #EFC7BA in popluar number systems.

HEX EF C7 BA
Decimal 239 199 186
Binary 11101111 11000111 10111010
Octal 357 307 272

Shades and tints

Shades of #EFC7BA

#EFC7BA
(239,199,186)
#DAB5AA
(218,181,170)
#C5A39A
(197,163,154)
#B0918A
(176,145,138)
#9B7F7A
(155,127,122)
#866D6A
(134,109,106)
#715B5A
(113,91,90)
#5C494A
(92,73,74)
#47373A
(71,55,58)
#32252A
(50,37,42)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #EFC7BA

#EFC7BA
(239,199,186)
#F0CCC0
(240,204,192)
#F1D1C6
(241,209,198)
#F2D6CC
(242,214,204)
#F3DBD2
(243,219,210)
#F4E0D8
(244,224,216)
#F5E5DE
(245,229,222)
#F6EAE4
(246,234,228)
#F7EFEA
(247,239,234)
#F8F4F0
(248,244,240)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7BA; }

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

This text font color is #EFC7BA.

Background Color

.myBgColor { background-color: #EFC7BA; }

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

This div background color is #EFC7BA.

Border color

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

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

This div border color is #EFC7BA.

Opacity

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

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

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

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

This text has shadow with #EFC7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7BA.

Preview

Color preview on black background

This text has color #EFC7BA on black background.


Color preview on white background

This text has color #EFC7BA on white background.


Black color preview on #EFC7BA background

This text has black color on #EFC7BA background.


White color preview on #EFC7BA background

This text has white color on #EFC7BA background.


Related colors

Complementary color

Complementary color for #hex is #103845.


I love getcolorcode.com

Triadic colors

1 #BAEFC7 and #C7BAEF with #EFC7BA are triadic colors.

2 #BAC7EF and #C7EFBA with #EFC7BA are triadic colors.