COLOR #EFC1B9

HEX: #EFC1B9
RGB: (239,193,185)

Color info

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

RGB color model

#EFC1B9 color RGB value is (239,193,185).

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

RGB channels and saturation

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

239
193
185

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

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 185 = 617 (100%)
R 239 of 617 ~ 38.74%
G 193 of 617 ~ 31.28%
B 185 of 617 ~ 29.98%

%38.74
%31.28
%29.98

CMYK color model

#EFC1B9 color CMYK value is (0,19,23,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(0,19,23,6)
C0M19Y23K6 
(0%,19%,23%,6%)
(0.00/0.19/0.23/0.06)	

CMYK percentages

%0
%19.25
%22.59
%6.27

Codes

Color #EFC1B9 in popluar color models

EFC1B9
RGB239193185
HSL62.79%83.14%
HSB/HSV22.59%93.73%
CMYK0.00%19.25%22.59%
6.27%

Color #EFC1B9 in popluar number systems.

HEXEFC1B9
Decimal239193185
Binary111011111100000110111001
Octal357301271

Shades and tints

Shades of #EFC1B9

#EFC1B9
(239,193,185)
#DAB0A9
(218,176,169)
#C59F99
(197,159,153)
#B08E89
(176,142,137)
#9B7D79
(155,125,121)
#866C69
(134,108,105)
#715B59
(113,91,89)
#5C4A49
(92,74,73)
#473939
(71,57,57)
#322829
(50,40,41)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFC1B9

#EFC1B9
(239,193,185)
#F0C6BF
(240,198,191)
#F1CBC5
(241,203,197)
#F2D0CB
(242,208,203)
#F3D5D1
(243,213,209)
#F4DAD7
(244,218,215)
#F5DFDD
(245,223,221)
#F6E4E3
(246,228,227)
#F7E9E9
(247,233,233)
#F8EEEF
(248,238,239)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC1B9; }

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

This text font color is #EFC1B9.


Background Color

.myBgColor { background-color: #EFC1B9; }

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

This div background color is #EFC1B9.


Border color

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

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

This div border color is #EFC1B9.


Opacity

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

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

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

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

This text has shadow with #EFC1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1B9 on black background.


Color preview on white background

This text has color #EFC1B9 on white background.



Black color preview on #EFC1B9 background

This text has black color on #EFC1B9 background.


White color preview on #EFC1B9 background

This text has white color on #EFC1B9 background.