COLOR #EFC7B5

HEX: #EFC7B5
RGB: (239,199,181)

Color info

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

RGB color model

#EFC7B5 color RGB value is (239,199,181).

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

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 181 of 255 = 71%

239
199
181

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 181 = 619 (100%)
R 239 of 619 ~ 38.61%
G 199 of 619 ~ 32.15%
B 181 of 619 ~ 29.24%

%38.61
%32.15
%29.24

CMYK color model

#EFC7B5 color CMYK value is (0,17,24,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,17,24,6)
C0M17Y24K6 
(0%,17%,24%,6%)
(0.00/0.17/0.24/0.06)	

CMYK percentages

%0
%16.74
%24.27
%6.27

Codes

Color #EFC7B5 in popluar color models

EFC7B5
RGB239199181
HSL19°64.44%82.35%
HSB/HSV19°24.27%93.73%
CMYK0.00%16.74%24.27%
6.27%

Color #EFC7B5 in popluar number systems.

HEXEFC7B5
Decimal239199181
Binary111011111100011110110101
Octal357307265

Shades and tints

Shades of #EFC7B5

#EFC7B5
(239,199,181)
#DAB5A5
(218,181,165)
#C5A395
(197,163,149)
#B09185
(176,145,133)
#9B7F75
(155,127,117)
#866D65
(134,109,101)
#715B55
(113,91,85)
#5C4945
(92,73,69)
#473735
(71,55,53)
#322525
(50,37,37)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFC7B5

#EFC7B5
(239,199,181)
#F0CCBB
(240,204,187)
#F1D1C1
(241,209,193)
#F2D6C7
(242,214,199)
#F3DBCD
(243,219,205)
#F4E0D3
(244,224,211)
#F5E5D9
(245,229,217)
#F6EADF
(246,234,223)
#F7EFE5
(247,239,229)
#F8F4EB
(248,244,235)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7B5; }

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

This text font color is #EFC7B5.


Background Color

.myBgColor { background-color: #EFC7B5; }

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

This div background color is #EFC7B5.


Border color

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

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

This div border color is #EFC7B5.


Opacity

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

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

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

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

This text has shadow with #EFC7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7B5 on black background.


Color preview on white background

This text has color #EFC7B5 on white background.



Black color preview on #EFC7B5 background

This text has black color on #EFC7B5 background.


White color preview on #EFC7B5 background

This text has white color on #EFC7B5 background.