COLOR #EFCFBF

HEX: #EFCFBF
RGB: (239,207,191)

Color info

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

RGB color model

#EFCFBF color RGB value is (239,207,191).

  • red value is 239;
  • green value is 207;
  • blue value is 191.
RGB:
(239,207,191)
(94%,81%,75%)

RGB channels and saturation

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

239
207
191

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

Portions of RGB colors in percentages

R + G + B =
239 + 207 + 191 = 637 (100%)
R 239 of 637 ~ 37.52%
G 207 of 637 ~ 32.5%
B 191 of 637 ~ 29.98%

%37.52
%32.5
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 20.08%
  • 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
%20.08
%6.27

Codes

Color #EFCFBF in popluar color models

EFCFBF
RGB239207191
HSL20°60.00%84.31%
HSB/HSV20°20.08%93.73%
CMYK0.00%13.39%20.08%
6.27%

Color #EFCFBF in popluar number systems.

HEXEFCFBF
Decimal239207191
Binary111011111100111110111111
Octal357317277

Shades and tints

Shades of #EFCFBF

#EFCFBF
(239,207,191)
#DABDAE
(218,189,174)
#C5AB9D
(197,171,157)
#B0998C
(176,153,140)
#9B877B
(155,135,123)
#86756A
(134,117,106)
#716359
(113,99,89)
#5C5148
(92,81,72)
#473F37
(71,63,55)
#322D26
(50,45,38)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFCFBF

#EFCFBF
(239,207,191)
#F0D3C4
(240,211,196)
#F1D7C9
(241,215,201)
#F2DBCE
(242,219,206)
#F3DFD3
(243,223,211)
#F4E3D8
(244,227,216)
#F5E7DD
(245,231,221)
#F6EBE2
(246,235,226)
#F7EFE7
(247,239,231)
#F8F3EC
(248,243,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFBF; }

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

This text font color is #EFCFBF.


Background Color

.myBgColor { background-color: #EFCFBF; }

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

This div background color is #EFCFBF.


Border color

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

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

This div border color is #EFCFBF.


Opacity

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

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

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

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

This text has shadow with #EFCFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCFBF on black background.


Color preview on white background

This text has color #EFCFBF on white background.



Black color preview on #EFCFBF background

This text has black color on #EFCFBF background.


White color preview on #EFCFBF background

This text has white color on #EFCFBF background.