COLOR #EFDBDA

HEX: #EFDBDA
RGB: (239,219,218)

Color info

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

RGB color model

#EFDBDA color RGB value is (239,219,218).

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

RGB channels and saturation

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

239
219
218

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

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 218 = 676 (100%)
R 239 of 676 ~ 35.36%
G 219 of 676 ~ 32.4%
B 218 of 676 ~ 32.25%

%35.36
%32.4
%32.25

CMYK color model

#EFDBDA color CMYK value is (0,8,9,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK: (0,8,9,6) C0M8Y9K6 (0%,8%,9%,6%) (0.00/0.08/0.09/0.06)

CMYK percentages

%0
%8.37
%8.79
%6.27

Codes

Color #EFDBDA in popluar color models

EFDBDA
RGB239219218
HSL39.62%89.61%
HSB/HSV8.79%93.73%
CMYK0.00%8.37%8.79%
6.27%

Color #EFDBDA in popluar number systems.

HEXEFDBDA
Decimal239219218
Binary111011111101101111011010
Octal357333332

Shades and tints

Shades of #EFDBDA

#EFDBDA
(239,219,218)
#DAC8C7
(218,200,199)
#C5B5B4
(197,181,180)
#B0A2A1
(176,162,161)
#9B8F8E
(155,143,142)
#867C7B
(134,124,123)
#716968
(113,105,104)
#5C5655
(92,86,85)
#474342
(71,67,66)
#32302F
(50,48,47)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #EFDBDA

#EFDBDA
(239,219,218)
#F0DEDD
(240,222,221)
#F1E1E0
(241,225,224)
#F2E4E3
(242,228,227)
#F3E7E6
(243,231,230)
#F4EAE9
(244,234,233)
#F5EDEC
(245,237,236)
#F6F0EF
(246,240,239)
#F7F3F2
(247,243,242)
#F8F6F5
(248,246,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBDA; }

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

This text font color is #EFDBDA.


Background Color

.myBgColor { background-color: #EFDBDA; }

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

This div background color is #EFDBDA.


Border color

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

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

This div border color is #EFDBDA.


Opacity

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

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

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

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

This text has shadow with #EFDBDA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFDBDA on black background.


Color preview on white background

This text has color #EFDBDA on white background.



Black color preview on #EFDBDA background

This text has black color on #EFDBDA background.


White color preview on #EFDBDA background

This text has white color on #EFDBDA background.