COLOR #EFDED6

HEX: #EFDED6
RGB: (239,222,214)

Color info

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

RGB color model

#EFDED6 color RGB value is (239,222,214).

  • red value is 239;
  • green value is 222;
  • blue value is 214.
RGB:
(239,222,214)
(94%,87%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 214 of 255 = 84%

239
222
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 214 = 675 (100%)
R 239 of 675 ~ 35.41%
G 222 of 675 ~ 32.89%
B 214 of 675 ~ 31.7%

%35.41
%32.89
%31.7

CMYK color model

#EFDED6 color CMYK value is (0,7,10,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(0,7,10,6)
C0M7Y10K6 
(0%,7%,10%,6%)
(0.00/0.07/0.10/0.06)	

CMYK percentages

%0
%7.11
%10.46
%6.27

Codes

Color #EFDED6 in popluar color models

EFDED6
RGB239222214
HSL19°43.86%88.82%
HSB/HSV19°10.46%93.73%
CMYK0.00%7.11%10.46%
6.27%

Color #EFDED6 in popluar number systems.

HEXEFDED6
Decimal239222214
Binary111011111101111011010110
Octal357336326

Shades and tints

Shades of #EFDED6

#EFDED6
(239,222,214)
#DACAC3
(218,202,195)
#C5B6B0
(197,182,176)
#B0A29D
(176,162,157)
#9B8E8A
(155,142,138)
#867A77
(134,122,119)
#716664
(113,102,100)
#5C5251
(92,82,81)
#473E3E
(71,62,62)
#322A2B
(50,42,43)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFDED6

#EFDED6
(239,222,214)
#F0E1D9
(240,225,217)
#F1E4DC
(241,228,220)
#F2E7DF
(242,231,223)
#F3EAE2
(243,234,226)
#F4EDE5
(244,237,229)
#F5F0E8
(245,240,232)
#F6F3EB
(246,243,235)
#F7F6EE
(247,246,238)
#F8F9F1
(248,249,241)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDED6 color. Also use rgb(239,222,214) instead hex code.

Text Font Color

.myTextColor { color: #EFDED6; }

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

This text font color is #EFDED6.


Background Color

.myBgColor { background-color: #EFDED6; }

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

This div background color is #EFDED6.


Border color

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

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

This div border color is #EFDED6.


Opacity

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

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

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

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

This text has shadow with #EFDED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDED6 on black background.


Color preview on white background

This text has color #EFDED6 on white background.



Black color preview on #EFDED6 background

This text has black color on #EFDED6 background.


White color preview on #EFDED6 background

This text has white color on #EFDED6 background.