COLOR #EFECD0

HEX: #EFECD0
RGB: (239,236,208)

Color info

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

RGB color model

#EFECD0 color RGB value is (239,236,208).

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

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 208 of 255 = 82%

239
236
208

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

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 208 = 683 (100%)
R 239 of 683 ~ 34.99%
G 236 of 683 ~ 34.55%
B 208 of 683 ~ 30.45%

%34.99
%34.55
%30.45

CMYK color model

#EFECD0 color CMYK value is (0,1,13,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,1,13,6)
C0M1Y13K6 
(0%,1%,13%,6%)
(0.00/0.01/0.13/0.06)	

CMYK percentages

%0
%1.26
%12.97
%6.27

Codes

Color #EFECD0 in popluar color models

EFECD0
RGB239236208
HSL54°49.21%87.65%
HSB/HSV54°12.97%93.73%
CMYK0.00%1.26%12.97%
6.27%

Color #EFECD0 in popluar number systems.

HEXEFECD0
Decimal239236208
Binary111011111110110011010000
Octal357354320

Shades and tints

Shades of #EFECD0

#EFECD0
(239,236,208)
#DAD7BE
(218,215,190)
#C5C2AC
(197,194,172)
#B0AD9A
(176,173,154)
#9B9888
(155,152,136)
#868376
(134,131,118)
#716E64
(113,110,100)
#5C5952
(92,89,82)
#474440
(71,68,64)
#322F2E
(50,47,46)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFECD0

#EFECD0
(239,236,208)
#F0EDD4
(240,237,212)
#F1EED8
(241,238,216)
#F2EFDC
(242,239,220)
#F3F0E0
(243,240,224)
#F4F1E4
(244,241,228)
#F5F2E8
(245,242,232)
#F6F3EC
(246,243,236)
#F7F4F0
(247,244,240)
#F8F5F4
(248,245,244)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECD0; }

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

This text font color is #EFECD0.


Background Color

.myBgColor { background-color: #EFECD0; }

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

This div background color is #EFECD0.


Border color

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

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

This div border color is #EFECD0.


Opacity

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

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

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

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

This text has shadow with #EFECD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECD0 on black background.


Color preview on white background

This text has color #EFECD0 on white background.



Black color preview on #EFECD0 background

This text has black color on #EFECD0 background.


White color preview on #EFECD0 background

This text has white color on #EFECD0 background.