COLOR #EFC1BA

HEX: #EFC1BA
RGB: (239,193,186)

Color info

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

RGB color model

#EFC1BA color RGB value is (239,193,186).

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

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 186 of 255 = 73%

239
193
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 186 = 618 (100%)
R 239 of 618 ~ 38.67%
G 193 of 618 ~ 31.23%
B 186 of 618 ~ 30.1%

%38.67
%31.23
%30.1

CMYK color model

#EFC1BA color CMYK value is (0,19,22,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,19,22,6)
C0M19Y22K6 
(0%,19%,22%,6%)
(0.00/0.19/0.22/0.06)	

CMYK percentages

%0
%19.25
%22.18
%6.27

Codes

Color #EFC1BA in popluar color models

EFC1BA
RGB239193186
HSL62.35%83.33%
HSB/HSV22.18%93.73%
CMYK0.00%19.25%22.18%
6.27%

Color #EFC1BA in popluar number systems.

HEXEFC1BA
Decimal239193186
Binary111011111100000110111010
Octal357301272

Shades and tints

Shades of #EFC1BA

#EFC1BA
(239,193,186)
#DAB0AA
(218,176,170)
#C59F9A
(197,159,154)
#B08E8A
(176,142,138)
#9B7D7A
(155,125,122)
#866C6A
(134,108,106)
#715B5A
(113,91,90)
#5C4A4A
(92,74,74)
#47393A
(71,57,58)
#32282A
(50,40,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFC1BA

#EFC1BA
(239,193,186)
#F0C6C0
(240,198,192)
#F1CBC6
(241,203,198)
#F2D0CC
(242,208,204)
#F3D5D2
(243,213,210)
#F4DAD8
(244,218,216)
#F5DFDE
(245,223,222)
#F6E4E4
(246,228,228)
#F7E9EA
(247,233,234)
#F8EEF0
(248,238,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC1BA; }

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

This text font color is #EFC1BA.


Background Color

.myBgColor { background-color: #EFC1BA; }

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

This div background color is #EFC1BA.


Border color

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

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

This div border color is #EFC1BA.


Opacity

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

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

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

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

This text has shadow with #EFC1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1BA on black background.


Color preview on white background

This text has color #EFC1BA on white background.



Black color preview on #EFC1BA background

This text has black color on #EFC1BA background.


White color preview on #EFC1BA background

This text has white color on #EFC1BA background.