COLOR #EFC7C5

HEX: #EFC7C5
RGB: (239,199,197)

Color info

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

RGB color model

#EFC7C5 color RGB value is (239,199,197).

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

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 197 of 255 = 77%

239
199
197

R + G + B ~ 83%. #EFC7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 197 = 635 (100%)
R 239 of 635 ~ 37.64%
G 199 of 635 ~ 31.34%
B 197 of 635 ~ 31.02%

%37.64
%31.34
%31.02

CMYK color model

#EFC7C5 color CMYK value is (0,17,18,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(0,17,18,6)
C0M17Y18K6 
(0%,17%,18%,6%)
(0.00/0.17/0.18/0.06)	

CMYK percentages

%0
%16.74
%17.57
%6.27

Codes

Color #EFC7C5 in popluar color models

EFC7C5
RGB239199197
HSL56.76%85.49%
HSB/HSV17.57%93.73%
CMYK0.00%16.74%17.57%
6.27%

Color #EFC7C5 in popluar number systems.

HEXEFC7C5
Decimal239199197
Binary111011111100011111000101
Octal357307305

Shades and tints

Shades of #EFC7C5

#EFC7C5
(239,199,197)
#DAB5B4
(218,181,180)
#C5A3A3
(197,163,163)
#B09192
(176,145,146)
#9B7F81
(155,127,129)
#866D70
(134,109,112)
#715B5F
(113,91,95)
#5C494E
(92,73,78)
#47373D
(71,55,61)
#32252C
(50,37,44)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #EFC7C5

#EFC7C5
(239,199,197)
#F0CCCA
(240,204,202)
#F1D1CF
(241,209,207)
#F2D6D4
(242,214,212)
#F3DBD9
(243,219,217)
#F4E0DE
(244,224,222)
#F5E5E3
(245,229,227)
#F6EAE8
(246,234,232)
#F7EFED
(247,239,237)
#F8F4F2
(248,244,242)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7C5; }

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

This text font color is #EFC7C5.


Background Color

.myBgColor { background-color: #EFC7C5; }

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

This div background color is #EFC7C5.


Border color

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

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

This div border color is #EFC7C5.


Opacity

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

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

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

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

This text has shadow with #EFC7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7C5 on black background.


Color preview on white background

This text has color #EFC7C5 on white background.



Black color preview on #EFC7C5 background

This text has black color on #EFC7C5 background.


White color preview on #EFC7C5 background

This text has white color on #EFC7C5 background.