COLOR #EFCFC0

HEX: #EFCFC0 RGB: (239,207,192)

Color info

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

RGB color model

#EFCFC0 color RGB value is (239,207,192).

RGB: (239,207,192) (94%, 81%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 192 of 255 = 75%

239
207
192

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

Portions of RGB colors in percentages

R + G + B = 239 + 207 + 192 = 638 (100%)
R 239 of 638 ~ 37.46%
G 207 of 638 ~ 32.45%
B 192 of 638 ~ 30.09'%

%37.46
%32.45
%30.09

CMYK color model

#EFCFC0 color CMYK value is (0,13,20,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 19.67%
  • key color value is 6.27%

CMYK: (0,13,20,6)
C0M13Y20K6 (0%, 13%, 20%, 6%)
(0.00 / 0.13 / 0.20 / 0.06)

CMYK percentages

%0
%13.39
%19.67
%6.27

Codes

Color #EFCFC0 in popluar color models

EF CF C0
RGB 239 207 192
HSL 19° 59.49% 84.51%
HSB/HSV 19° 19.67% 93.73%
CMYK 0.00% 13.39% 19.67%
6.27%

Color #EFCFC0 in popluar number systems.

HEX EF CF C0
Decimal 239 207 192
Binary 11101111 11001111 11000000
Octal 357 317 300

Shades and tints

Shades of #EFCFC0

#EFCFC0
(239,207,192)
#DABDAF
(218,189,175)
#C5AB9E
(197,171,158)
#B0998D
(176,153,141)
#9B877C
(155,135,124)
#86756B
(134,117,107)
#71635A
(113,99,90)
#5C5149
(92,81,73)
#473F38
(71,63,56)
#322D27
(50,45,39)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFCFC0

#EFCFC0
(239,207,192)
#F0D3C5
(240,211,197)
#F1D7CA
(241,215,202)
#F2DBCF
(242,219,207)
#F3DFD4
(243,223,212)
#F4E3D9
(244,227,217)
#F5E7DE
(245,231,222)
#F6EBE3
(246,235,227)
#F7EFE8
(247,239,232)
#F8F3ED
(248,243,237)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFC0; }

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

This text font color is #EFCFC0.

Background Color

.myBgColor { background-color: #EFCFC0; }

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

This div background color is #EFCFC0.

Border color

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

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

This div border color is #EFCFC0.

Opacity

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

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

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

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

This text has shadow with #EFCFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCFC0.

Preview

Color preview on black background

This text has color #EFCFC0 on black background.


Color preview on white background

This text has color #EFCFC0 on white background.


Black color preview on #EFCFC0 background

This text has black color on #EFCFC0 background.


White color preview on #EFCFC0 background

This text has white color on #EFCFC0 background.


Related colors

Complementary color

Complementary color for #hex is #10303F.


I love getcolorcode.com

Triadic colors

1 #C0EFCF and #CFC0EF with #EFCFC0 are triadic colors.

2 #C0CFEF and #CFEFC0 with #EFCFC0 are triadic colors.