COLOR #EFDBD8

HEX: #EFDBD8
RGB: (239,219,216)

Color info

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

RGB color model

#EFDBD8 color RGB value is (239,219,216).

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

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 216 of 255 = 85%

239
219
216

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

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 216 = 674 (100%)
R 239 of 674 ~ 35.46%
G 219 of 674 ~ 32.49%
B 216 of 674 ~ 32.05%

%35.46
%32.49
%32.05

CMYK color model

#EFDBD8 color CMYK value is (0,8,10,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK:
(0,8,10,6)
C0M8Y10K6 
(0%,8%,10%,6%)
(0.00/0.08/0.10/0.06)	

CMYK percentages

%0
%8.37
%9.62
%6.27

Codes

Color #EFDBD8 in popluar color models

EFDBD8
RGB239219216
HSL41.82%89.22%
HSB/HSV9.62%93.73%
CMYK0.00%8.37%9.62%
6.27%

Color #EFDBD8 in popluar number systems.

HEXEFDBD8
Decimal239219216
Binary111011111101101111011000
Octal357333330

Shades and tints

Shades of #EFDBD8

#EFDBD8
(239,219,216)
#DAC8C5
(218,200,197)
#C5B5B2
(197,181,178)
#B0A29F
(176,162,159)
#9B8F8C
(155,143,140)
#867C79
(134,124,121)
#716966
(113,105,102)
#5C5653
(92,86,83)
#474340
(71,67,64)
#32302D
(50,48,45)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #EFDBD8

#EFDBD8
(239,219,216)
#F0DEDB
(240,222,219)
#F1E1DE
(241,225,222)
#F2E4E1
(242,228,225)
#F3E7E4
(243,231,228)
#F4EAE7
(244,234,231)
#F5EDEA
(245,237,234)
#F6F0ED
(246,240,237)
#F7F3F0
(247,243,240)
#F8F6F3
(248,246,243)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBD8; }

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

This text font color is #EFDBD8.


Background Color

.myBgColor { background-color: #EFDBD8; }

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

This div background color is #EFDBD8.


Border color

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

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

This div border color is #EFDBD8.


Opacity

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

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

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

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

This text has shadow with #EFDBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDBD8 on black background.


Color preview on white background

This text has color #EFDBD8 on white background.



Black color preview on #EFDBD8 background

This text has black color on #EFDBD8 background.


White color preview on #EFDBD8 background

This text has white color on #EFDBD8 background.