COLOR #EFE3CF

HEX: #EFE3CF
RGB: (239,227,207)

Color info

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

RGB color model

#EFE3CF color RGB value is (239,227,207).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 207 of 255 = 81%

239
227
207

R + G + B ~ 88%. #EFE3CF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 207 = 673 (100%)
R 239 of 673 ~ 35.51%
G 227 of 673 ~ 33.73%
B 207 of 673 ~ 30.76%

%35.51
%33.73
%30.76

CMYK color model

#EFE3CF color CMYK value is (0,5,13,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(0,5,13,6)
C0M5Y13K6 
(0%,5%,13%,6%)
(0.00/0.05/0.13/0.06)	

CMYK percentages

%0
%5.02
%13.39
%6.27

Codes

Color #EFE3CF in popluar color models

EFE3CF
RGB239227207
HSL38°50.00%87.45%
HSB/HSV38°13.39%93.73%
CMYK0.00%5.02%13.39%
6.27%

Color #EFE3CF in popluar number systems.

HEXEFE3CF
Decimal239227207
Binary111011111110001111001111
Octal357343317

Shades and tints

Shades of #EFE3CF

#EFE3CF
(239,227,207)
#DACFBD
(218,207,189)
#C5BBAB
(197,187,171)
#B0A799
(176,167,153)
#9B9387
(155,147,135)
#867F75
(134,127,117)
#716B63
(113,107,99)
#5C5751
(92,87,81)
#47433F
(71,67,63)
#322F2D
(50,47,45)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFE3CF

#EFE3CF
(239,227,207)
#F0E5D3
(240,229,211)
#F1E7D7
(241,231,215)
#F2E9DB
(242,233,219)
#F3EBDF
(243,235,223)
#F4EDE3
(244,237,227)
#F5EFE7
(245,239,231)
#F6F1EB
(246,241,235)
#F7F3EF
(247,243,239)
#F8F5F3
(248,245,243)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3CF; }

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

This text font color is #EFE3CF.


Background Color

.myBgColor { background-color: #EFE3CF; }

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

This div background color is #EFE3CF.


Border color

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

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

This div border color is #EFE3CF.


Opacity

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

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

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

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

This text has shadow with #EFE3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3CF on black background.


Color preview on white background

This text has color #EFE3CF on white background.



Black color preview on #EFE3CF background

This text has black color on #EFE3CF background.


White color preview on #EFE3CF background

This text has white color on #EFE3CF background.