COLOR #EFDEDB

HEX: #EFDEDB
RGB: (239,222,219)

Color info

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

RGB color model

#EFDEDB color RGB value is (239,222,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 219 of 255 = 86%

239
222
219

R + G + B ~ 89%. #EFDEDB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 219 = 680 (100%)
R 239 of 680 ~ 35.15%
G 222 of 680 ~ 32.65%
B 219 of 680 ~ 32.21%

%35.15
%32.65
%32.21

CMYK color model

#EFDEDB color CMYK value is (0,7,8,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,7,8,6)
C0M7Y8K6 
(0%,7%,8%,6%)
(0.00/0.07/0.08/0.06)	

CMYK percentages

%0
%7.11
%8.37
%6.27

Codes

Color #EFDEDB in popluar color models

EFDEDB
RGB239222219
HSL38.46%89.80%
HSB/HSV8.37%93.73%
CMYK0.00%7.11%8.37%
6.27%

Color #EFDEDB in popluar number systems.

HEXEFDEDB
Decimal239222219
Binary111011111101111011011011
Octal357336333

Shades and tints

Shades of #EFDEDB

#EFDEDB
(239,222,219)
#DACAC8
(218,202,200)
#C5B6B5
(197,182,181)
#B0A2A2
(176,162,162)
#9B8E8F
(155,142,143)
#867A7C
(134,122,124)
#716669
(113,102,105)
#5C5256
(92,82,86)
#473E43
(71,62,67)
#322A30
(50,42,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFDEDB

#EFDEDB
(239,222,219)
#F0E1DE
(240,225,222)
#F1E4E1
(241,228,225)
#F2E7E4
(242,231,228)
#F3EAE7
(243,234,231)
#F4EDEA
(244,237,234)
#F5F0ED
(245,240,237)
#F6F3F0
(246,243,240)
#F7F6F3
(247,246,243)
#F8F9F6
(248,249,246)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEDB; }

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

This text font color is #EFDEDB.


Background Color

.myBgColor { background-color: #EFDEDB; }

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

This div background color is #EFDEDB.


Border color

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

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

This div border color is #EFDEDB.


Opacity

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

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

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

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

This text has shadow with #EFDEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEDB on black background.


Color preview on white background

This text has color #EFDEDB on white background.



Black color preview on #EFDEDB background

This text has black color on #EFDEDB background.


White color preview on #EFDEDB background

This text has white color on #EFDEDB background.