COLOR #EFC7B9

HEX: #EFC7B9
RGB: (239,199,185)

Color info

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

RGB color model

#EFC7B9 color RGB value is (239,199,185).

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

RGB channels and saturation

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

239
199
185

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 185 = 623 (100%)
R 239 of 623 ~ 38.36%
G 199 of 623 ~ 31.94%
B 185 of 623 ~ 29.7%

%38.36
%31.94
%29.7

CMYK color model

#EFC7B9 color CMYK value is (0,17,23,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(0,17,23,6)
C0M17Y23K6 
(0%,17%,23%,6%)
(0.00/0.17/0.23/0.06)	

CMYK percentages

%0
%16.74
%22.59
%6.27

Codes

Color #EFC7B9 in popluar color models

EFC7B9
RGB239199185
HSL16°62.79%83.14%
HSB/HSV16°22.59%93.73%
CMYK0.00%16.74%22.59%
6.27%

Color #EFC7B9 in popluar number systems.

HEXEFC7B9
Decimal239199185
Binary111011111100011110111001
Octal357307271

Shades and tints

Shades of #EFC7B9

#EFC7B9
(239,199,185)
#DAB5A9
(218,181,169)
#C5A399
(197,163,153)
#B09189
(176,145,137)
#9B7F79
(155,127,121)
#866D69
(134,109,105)
#715B59
(113,91,89)
#5C4949
(92,73,73)
#473739
(71,55,57)
#322529
(50,37,41)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #EFC7B9

#EFC7B9
(239,199,185)
#F0CCBF
(240,204,191)
#F1D1C5
(241,209,197)
#F2D6CB
(242,214,203)
#F3DBD1
(243,219,209)
#F4E0D7
(244,224,215)
#F5E5DD
(245,229,221)
#F6EAE3
(246,234,227)
#F7EFE9
(247,239,233)
#F8F4EF
(248,244,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7B9; }

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

This text font color is #EFC7B9.


Background Color

.myBgColor { background-color: #EFC7B9; }

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

This div background color is #EFC7B9.


Border color

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

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

This div border color is #EFC7B9.


Opacity

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

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

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

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

This text has shadow with #EFC7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7B9 on black background.


Color preview on white background

This text has color #EFC7B9 on white background.



Black color preview on #EFC7B9 background

This text has black color on #EFC7B9 background.


White color preview on #EFC7B9 background

This text has white color on #EFC7B9 background.