COLOR #EFC6BA

HEX: #EFC6BA
RGB: (239,198,186)

Color info

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

RGB color model

#EFC6BA color RGB value is (239,198,186).

  • red value is 239;
  • green value is 198;
  • blue value is 186.
RGB:
(239,198,186)
(94%,78%,73%)

RGB channels and saturation

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

239
198
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 198 + 186 = 623 (100%)
R 239 of 623 ~ 38.36%
G 198 of 623 ~ 31.78%
B 186 of 623 ~ 29.86%

%38.36
%31.78
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.15%
  • 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
%17.15
%22.18
%6.27

Codes

Color #EFC6BA in popluar color models

EFC6BA
RGB239198186
HSL14°62.35%83.33%
HSB/HSV14°22.18%93.73%
CMYK0.00%17.15%22.18%
6.27%

Color #EFC6BA in popluar number systems.

HEXEFC6BA
Decimal239198186
Binary111011111100011010111010
Octal357306272

Shades and tints

Shades of #EFC6BA

#EFC6BA
(239,198,186)
#DAB4AA
(218,180,170)
#C5A29A
(197,162,154)
#B0908A
(176,144,138)
#9B7E7A
(155,126,122)
#866C6A
(134,108,106)
#715A5A
(113,90,90)
#5C484A
(92,72,74)
#47363A
(71,54,58)
#32242A
(50,36,42)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #EFC6BA

#EFC6BA
(239,198,186)
#F0CBC0
(240,203,192)
#F1D0C6
(241,208,198)
#F2D5CC
(242,213,204)
#F3DAD2
(243,218,210)
#F4DFD8
(244,223,216)
#F5E4DE
(245,228,222)
#F6E9E4
(246,233,228)
#F7EEEA
(247,238,234)
#F8F3F0
(248,243,240)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6BA; }

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

This text font color is #EFC6BA.


Background Color

.myBgColor { background-color: #EFC6BA; }

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

This div background color is #EFC6BA.


Border color

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

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

This div border color is #EFC6BA.


Opacity

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

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

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

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

This text has shadow with #EFC6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6BA on black background.


Color preview on white background

This text has color #EFC6BA on white background.



Black color preview on #EFC6BA background

This text has black color on #EFC6BA background.


White color preview on #EFC6BA background

This text has white color on #EFC6BA background.