COLOR #EFC7C0

HEX: #EFC7C0 RGB: (239,199,192)

Color info

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

RGB color model

#EFC7C0 color RGB value is (239,199,192).

RGB: (239,199,192) (94%, 78%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 192 of 255 = 75%

239
199
192

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

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 192 = 630 (100%)
R 239 of 630 ~ 37.94%
G 199 of 630 ~ 31.59%
B 192 of 630 ~ 30.48'%

%37.94
%31.59
%30.48

CMYK color model

#EFC7C0 color CMYK value is (0,17,20,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK: (0,17,20,6) C0M17Y20K6 (0%,17%,20%,6%) (0.00/0.17/0.20/0.06) 

CMYK percentages

%0
%16.74
%19.67
%6.27

Codes

Color #EFC7C0 in popluar color models

EF C7 C0
RGB 239 199 192
HSL 59.49% 84.51%
HSB/HSV 19.67% 93.73%
CMYK 0.00% 16.74% 19.67%
6.27%

Color #EFC7C0 in popluar number systems.

HEX EF C7 C0
Decimal 239 199 192
Binary 11101111 11000111 11000000
Octal 357 307 300

Shades and tints

Shades of #EFC7C0

#EFC7C0
(239,199,192)
#DAB5AF
(218,181,175)
#C5A39E
(197,163,158)
#B0918D
(176,145,141)
#9B7F7C
(155,127,124)
#866D6B
(134,109,107)
#715B5A
(113,91,90)
#5C4949
(92,73,73)
#473738
(71,55,56)
#322527
(50,37,39)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EFC7C0

#EFC7C0
(239,199,192)
#F0CCC5
(240,204,197)
#F1D1CA
(241,209,202)
#F2D6CF
(242,214,207)
#F3DBD4
(243,219,212)
#F4E0D9
(244,224,217)
#F5E5DE
(245,229,222)
#F6EAE3
(246,234,227)
#F7EFE8
(247,239,232)
#F8F4ED
(248,244,237)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7C0; }

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

This text font color is #EFC7C0.

Background Color

.myBgColor { background-color: #EFC7C0; }

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

This div background color is #EFC7C0.

Border color

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

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

This div border color is #EFC7C0.

Opacity

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

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

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

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

This text has shadow with #EFC7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7C0.

Preview

Color preview on black background

This text has color #EFC7C0 on black background.


Color preview on white background

This text has color #EFC7C0 on white background.


Black color preview on #EFC7C0 background

This text has black color on #EFC7C0 background.


White color preview on #EFC7C0 background

This text has white color on #EFC7C0 background.


Related colors

Complementary color

Complementary color for #hex is #10383F.


I love getcolorcode.com

Triadic colors

1 #C0EFC7 and #C7C0EF with #EFC7C0 are triadic colors.

2 #C0C7EF and #C7EFC0 with #EFC7C0 are triadic colors.