COLOR #EFECD7

HEX: #EFECD7
RGB: (239,236,215)

Color info

#EFECD7 contains red, green and blue colors in about the same proportion. Web safe color of #EFECD7 is #FFFFCC (or #FFC).

RGB color model

#EFECD7 color RGB value is (239,236,215).

  • red value is 239;
  • green value is 236;
  • blue value is 215.
RGB:
(239,236,215)
(94%,93%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 215 of 255 = 84%

239
236
215

R + G + B ~ 90%. #EFECD7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 215 = 690 (100%)
R 239 of 690 ~ 34.64%
G 236 of 690 ~ 34.2%
B 215 of 690 ~ 31.16%

%34.64
%34.2
%31.16

CMYK color model

#EFECD7 color CMYK value is (0,1,10,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(0,1,10,6)
C0M1Y10K6 
(0%,1%,10%,6%)
(0.00/0.01/0.10/0.06)	

CMYK percentages

%0
%1.26
%10.04
%6.27

Codes

Color #EFECD7 in popluar color models

EFECD7
RGB239236215
HSL53°42.86%89.02%
HSB/HSV53°10.04%93.73%
CMYK0.00%1.26%10.04%
6.27%

Color #EFECD7 in popluar number systems.

HEXEFECD7
Decimal239236215
Binary111011111110110011010111
Octal357354327

Shades and tints

Shades of #EFECD7

#EFECD7
(239,236,215)
#DAD7C4
(218,215,196)
#C5C2B1
(197,194,177)
#B0AD9E
(176,173,158)
#9B988B
(155,152,139)
#868378
(134,131,120)
#716E65
(113,110,101)
#5C5952
(92,89,82)
#47443F
(71,68,63)
#322F2C
(50,47,44)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFECD7

#EFECD7
(239,236,215)
#F0EDDA
(240,237,218)
#F1EEDD
(241,238,221)
#F2EFE0
(242,239,224)
#F3F0E3
(243,240,227)
#F4F1E6
(244,241,230)
#F5F2E9
(245,242,233)
#F6F3EC
(246,243,236)
#F7F4EF
(247,244,239)
#F8F5F2
(248,245,242)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFECD7 color. Also use rgb(239,236,215) instead hex code.

Text Font Color

.myTextColor { color: #EFECD7; }

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

This text font color is #EFECD7.


Background Color

.myBgColor { background-color: #EFECD7; }

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

This div background color is #EFECD7.


Border color

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

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

This div border color is #EFECD7.


Opacity

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

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

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

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

This text has shadow with #EFECD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECD7 on black background.


Color preview on white background

This text has color #EFECD7 on white background.



Black color preview on #EFECD7 background

This text has black color on #EFECD7 background.


White color preview on #EFECD7 background

This text has white color on #EFECD7 background.