COLOR #EFECD8

HEX: #EFECD8
RGB: (239,236,216)

Color info

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

RGB color model

#EFECD8 color RGB value is (239,236,216).

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

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 216 of 255 = 85%

239
236
216

R + G + B ~ 91%. #EFECD8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 216 = 691 (100%)
R 239 of 691 ~ 34.59%
G 236 of 691 ~ 34.15%
B 216 of 691 ~ 31.26%

%34.59
%34.15
%31.26

CMYK color model

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

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

Codes

Color #EFECD8 in popluar color models

EFECD8
RGB239236216
HSL52°41.82%89.22%
HSB/HSV52°9.62%93.73%
CMYK0.00%1.26%9.62%
6.27%

Color #EFECD8 in popluar number systems.

HEXEFECD8
Decimal239236216
Binary111011111110110011011000
Octal357354330

Shades and tints

Shades of #EFECD8

#EFECD8
(239,236,216)
#DAD7C5
(218,215,197)
#C5C2B2
(197,194,178)
#B0AD9F
(176,173,159)
#9B988C
(155,152,140)
#868379
(134,131,121)
#716E66
(113,110,102)
#5C5953
(92,89,83)
#474440
(71,68,64)
#322F2D
(50,47,45)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #EFECD8

#EFECD8
(239,236,216)
#F0EDDB
(240,237,219)
#F1EEDE
(241,238,222)
#F2EFE1
(242,239,225)
#F3F0E4
(243,240,228)
#F4F1E7
(244,241,231)
#F5F2EA
(245,242,234)
#F6F3ED
(246,243,237)
#F7F4F0
(247,244,240)
#F8F5F3
(248,245,243)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECD8; }

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

This text font color is #EFECD8.


Background Color

.myBgColor { background-color: #EFECD8; }

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

This div background color is #EFECD8.


Border color

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

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

This div border color is #EFECD8.


Opacity

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

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

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

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

This text has shadow with #EFECD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECD8 on black background.


Color preview on white background

This text has color #EFECD8 on white background.



Black color preview on #EFECD8 background

This text has black color on #EFECD8 background.


White color preview on #EFECD8 background

This text has white color on #EFECD8 background.