COLOR #EFC8BA

HEX: #EFC8BA
RGB: (239,200,186)

Color info

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

RGB color model

#EFC8BA color RGB value is (239,200,186).

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

RGB channels and saturation

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

239
200
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 186 = 625 (100%)
R 239 of 625 ~ 38.24%
G 200 of 625 ~ 32%
B 186 of 625 ~ 29.76%

%38.24
%32
%29.76

CMYK color model

#EFC8BA color CMYK value is (0,16,22,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,16,22,6)
C0M16Y22K6 
(0%,16%,22%,6%)
(0.00/0.16/0.22/0.06)	

CMYK percentages

%0
%16.32
%22.18
%6.27

Codes

Color #EFC8BA in popluar color models

EFC8BA
RGB239200186
HSL16°62.35%83.33%
HSB/HSV16°22.18%93.73%
CMYK0.00%16.32%22.18%
6.27%

Color #EFC8BA in popluar number systems.

HEXEFC8BA
Decimal239200186
Binary111011111100100010111010
Octal357310272

Shades and tints

Shades of #EFC8BA

#EFC8BA
(239,200,186)
#DAB6AA
(218,182,170)
#C5A49A
(197,164,154)
#B0928A
(176,146,138)
#9B807A
(155,128,122)
#866E6A
(134,110,106)
#715C5A
(113,92,90)
#5C4A4A
(92,74,74)
#47383A
(71,56,58)
#32262A
(50,38,42)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #EFC8BA

#EFC8BA
(239,200,186)
#F0CDC0
(240,205,192)
#F1D2C6
(241,210,198)
#F2D7CC
(242,215,204)
#F3DCD2
(243,220,210)
#F4E1D8
(244,225,216)
#F5E6DE
(245,230,222)
#F6EBE4
(246,235,228)
#F7F0EA
(247,240,234)
#F8F5F0
(248,245,240)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8BA; }

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

This text font color is #EFC8BA.


Background Color

.myBgColor { background-color: #EFC8BA; }

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

This div background color is #EFC8BA.


Border color

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

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

This div border color is #EFC8BA.


Opacity

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

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

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

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

This text has shadow with #EFC8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8BA on black background.


Color preview on white background

This text has color #EFC8BA on white background.



Black color preview on #EFC8BA background

This text has black color on #EFC8BA background.


White color preview on #EFC8BA background

This text has white color on #EFC8BA background.