COLOR #EFC7C4

HEX: #EFC7C4
RGB: (239,199,196)

Color info

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

RGB color model

#EFC7C4 color RGB value is (239,199,196).

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

RGB channels and saturation

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

239
199
196

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 196 = 634 (100%)
R 239 of 634 ~ 37.7%
G 199 of 634 ~ 31.39%
B 196 of 634 ~ 30.91%

%37.7
%31.39
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 17.99%
  • 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.99
%6.27

Codes

Color #EFC7C4 in popluar color models

EFC7C4
RGB239199196
HSL57.33%85.29%
HSB/HSV17.99%93.73%
CMYK0.00%16.74%17.99%
6.27%

Color #EFC7C4 in popluar number systems.

HEXEFC7C4
Decimal239199196
Binary111011111100011111000100
Octal357307304

Shades and tints

Shades of #EFC7C4

#EFC7C4
(239,199,196)
#DAB5B3
(218,181,179)
#C5A3A2
(197,163,162)
#B09191
(176,145,145)
#9B7F80
(155,127,128)
#866D6F
(134,109,111)
#715B5E
(113,91,94)
#5C494D
(92,73,77)
#47373C
(71,55,60)
#32252B
(50,37,43)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #EFC7C4

#EFC7C4
(239,199,196)
#F0CCC9
(240,204,201)
#F1D1CE
(241,209,206)
#F2D6D3
(242,214,211)
#F3DBD8
(243,219,216)
#F4E0DD
(244,224,221)
#F5E5E2
(245,229,226)
#F6EAE7
(246,234,231)
#F7EFEC
(247,239,236)
#F8F4F1
(248,244,241)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7C4; }

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

This text font color is #EFC7C4.


Background Color

.myBgColor { background-color: #EFC7C4; }

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

This div background color is #EFC7C4.


Border color

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

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

This div border color is #EFC7C4.


Opacity

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

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

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

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

This text has shadow with #EFC7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7C4 on black background.


Color preview on white background

This text has color #EFC7C4 on white background.



Black color preview on #EFC7C4 background

This text has black color on #EFC7C4 background.


White color preview on #EFC7C4 background

This text has white color on #EFC7C4 background.