COLOR #EFDBD9

HEX: #EFDBD9 RGB: (239,219,217)

Color info

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

RGB color model

#EFDBD9 color RGB value is (239,219,217).

RGB: (239,219,217) (94%, 86%, 85%)

RGB channels and saturation

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

239
219
217

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

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 217 = 675 (100%)
R 239 of 675 ~ 35.41%
G 219 of 675 ~ 32.44%
B 217 of 675 ~ 32.15'%

%35.41
%32.44
%32.15

CMYK color model

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

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

Codes

Color #EFDBD9 in popluar color models

EF DB D9
RGB 239 219 217
HSL 40.74% 89.41%
HSB/HSV 9.21% 93.73%
CMYK 0.00% 8.37% 9.21%
6.27%

Color #EFDBD9 in popluar number systems.

HEX EF DB D9
Decimal 239 219 217
Binary 11101111 11011011 11011001
Octal 357 333 331

Shades and tints

Shades of #EFDBD9

#EFDBD9
(239,219,217)
#DAC8C6
(218,200,198)
#C5B5B3
(197,181,179)
#B0A2A0
(176,162,160)
#9B8F8D
(155,143,141)
#867C7A
(134,124,122)
#716967
(113,105,103)
#5C5654
(92,86,84)
#474341
(71,67,65)
#32302E
(50,48,46)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #EFDBD9

#EFDBD9
(239,219,217)
#F0DEDC
(240,222,220)
#F1E1DF
(241,225,223)
#F2E4E2
(242,228,226)
#F3E7E5
(243,231,229)
#F4EAE8
(244,234,232)
#F5EDEB
(245,237,235)
#F6F0EE
(246,240,238)
#F7F3F1
(247,243,241)
#F8F6F4
(248,246,244)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBD9; }

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

This text font color is #EFDBD9.

Background Color

.myBgColor { background-color: #EFDBD9; }

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

This div background color is #EFDBD9.

Border color

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

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

This div border color is #EFDBD9.

Opacity

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

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

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

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

This text has shadow with #EFDBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBD9.

Preview

Color preview on black background

This text has color #EFDBD9 on black background.


Color preview on white background

This text has color #EFDBD9 on white background.


Black color preview on #EFDBD9 background

This text has black color on #EFDBD9 background.


White color preview on #EFDBD9 background

This text has white color on #EFDBD9 background.


Related colors

Complementary color

Complementary color for #hex is #102426.


I love getcolorcode.com

Triadic colors

1 #D9EFDB and #DBD9EF with #EFDBD9 are triadic colors.

2 #D9DBEF and #DBEFD9 with #EFDBD9 are triadic colors.