COLOR #EFDBD1

HEX: #EFDBD1 RGB: (239,219,209)

Color info

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

RGB color model

#EFDBD1 color RGB value is (239,219,209).

RGB: (239,219,209) (94%, 86%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 209 of 255 = 82%

239
219
209

R + G + B ~ 87%. #EFDBD1 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 209 = 667 (100%)
R 239 of 667 ~ 35.83%
G 219 of 667 ~ 32.83%
B 209 of 667 ~ 31.33'%

%35.83
%32.83
%31.33

CMYK color model

#EFDBD1 color CMYK value is (0,8,13,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 12.55%
  • key color value is 6.27%

CMYK: (0,8,13,6)
C0M8Y13K6 (0%, 8%, 13%, 6%)
(0.00 / 0.08 / 0.13 / 0.06)

CMYK percentages

%0
%8.37
%12.55
%6.27

Codes

Color #EFDBD1 in popluar color models

EF DB D1
RGB 239 219 209
HSL 20° 48.39% 87.84%
HSB/HSV 20° 12.55% 93.73%
CMYK 0.00% 8.37% 12.55%
6.27%

Color #EFDBD1 in popluar number systems.

HEX EF DB D1
Decimal 239 219 209
Binary 11101111 11011011 11010001
Octal 357 333 321

Shades and tints

Shades of #EFDBD1

#EFDBD1
(239,219,209)
#DAC8BE
(218,200,190)
#C5B5AB
(197,181,171)
#B0A298
(176,162,152)
#9B8F85
(155,143,133)
#867C72
(134,124,114)
#71695F
(113,105,95)
#5C564C
(92,86,76)
#474339
(71,67,57)
#323026
(50,48,38)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #EFDBD1

#EFDBD1
(239,219,209)
#F0DED5
(240,222,213)
#F1E1D9
(241,225,217)
#F2E4DD
(242,228,221)
#F3E7E1
(243,231,225)
#F4EAE5
(244,234,229)
#F5EDE9
(245,237,233)
#F6F0ED
(246,240,237)
#F7F3F1
(247,243,241)
#F8F6F5
(248,246,245)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBD1; }

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

This text font color is #EFDBD1.

Background Color

.myBgColor { background-color: #EFDBD1; }

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

This div background color is #EFDBD1.

Border color

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

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

This div border color is #EFDBD1.

Opacity

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

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

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

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

This text has shadow with #EFDBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBD1.

Preview

Color preview on black background

This text has color #EFDBD1 on black background.


Color preview on white background

This text has color #EFDBD1 on white background.


Black color preview on #EFDBD1 background

This text has black color on #EFDBD1 background.


White color preview on #EFDBD1 background

This text has white color on #EFDBD1 background.


Related colors

Complementary color

Complementary color for #hex is #10242E.


I love getcolorcode.com

Triadic colors

1 #D1EFDB and #DBD1EF with #EFDBD1 are triadic colors.

2 #D1DBEF and #DBEFD1 with #EFDBD1 are triadic colors.