COLOR #EFC0BF

HEX: #EFC0BF RGB: (239,192,191)

Color info

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

RGB color model

#EFC0BF color RGB value is (239,192,191).

RGB: (239,192,191) (94%, 75%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 191 of 255 = 75%

239
192
191

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

Portions of RGB colors in percentages

R + G + B = 239 + 192 + 191 = 622 (100%)
R 239 of 622 ~ 38.42%
G 192 of 622 ~ 30.87%
B 191 of 622 ~ 30.71'%

%38.42
%30.87
%30.71

CMYK color model

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

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

CMYK: (0,20,20,6)
C0M20Y20K6 (0%, 20%, 20%, 6%)
(0.00 / 0.20 / 0.20 / 0.06)

CMYK percentages

%0
%19.67
%20.08
%6.27

Codes

Color #EFC0BF in popluar color models

EF C0 BF
RGB 239 192 191
HSL 60.00% 84.31%
HSB/HSV 20.08% 93.73%
CMYK 0.00% 19.67% 20.08%
6.27%

Color #EFC0BF in popluar number systems.

HEX EF C0 BF
Decimal 239 192 191
Binary 11101111 11000000 10111111
Octal 357 300 277

Shades and tints

Shades of #EFC0BF

#EFC0BF
(239,192,191)
#DAAFAE
(218,175,174)
#C59E9D
(197,158,157)
#B08D8C
(176,141,140)
#9B7C7B
(155,124,123)
#866B6A
(134,107,106)
#715A59
(113,90,89)
#5C4948
(92,73,72)
#473837
(71,56,55)
#322726
(50,39,38)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFC0BF

#EFC0BF
(239,192,191)
#F0C5C4
(240,197,196)
#F1CAC9
(241,202,201)
#F2CFCE
(242,207,206)
#F3D4D3
(243,212,211)
#F4D9D8
(244,217,216)
#F5DEDD
(245,222,221)
#F6E3E2
(246,227,226)
#F7E8E7
(247,232,231)
#F8EDEC
(248,237,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC0BF; }

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

This text font color is #EFC0BF.

Background Color

.myBgColor { background-color: #EFC0BF; }

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

This div background color is #EFC0BF.

Border color

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

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

This div border color is #EFC0BF.

Opacity

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

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

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

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

This text has shadow with #EFC0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC0BF.

Preview

Color preview on black background

This text has color #EFC0BF on black background.


Color preview on white background

This text has color #EFC0BF on white background.


Black color preview on #EFC0BF background

This text has black color on #EFC0BF background.


White color preview on #EFC0BF background

This text has white color on #EFC0BF background.


Related colors

Complementary color

Complementary color for #hex is #103F40.


I love getcolorcode.com

Triadic colors

1 #BFEFC0 and #C0BFEF with #EFC0BF are triadic colors.

2 #BFC0EF and #C0EFBF with #EFC0BF are triadic colors.