COLOR #EFD7B9

HEX: #EFD7B9 RGB: (239,215,185)

Color info

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

RGB color model

#EFD7B9 color RGB value is (239,215,185).

RGB: (239,215,185) (94%, 84%, 73%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 185 of 255 = 73%

239
215
185

R + G + B ~ 84%. #EFD7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 215 + 185 = 639 (100%)
R 239 of 639 ~ 37.4%
G 215 of 639 ~ 33.65%
B 185 of 639 ~ 28.95'%

%37.4
%33.65
%28.95

CMYK color model

#EFD7B9 color CMYK value is (0,10,23,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK: (0,10,23,6) C0M10Y23K6 (0%,10%,23%,6%) (0.00/0.10/0.23/0.06) 

CMYK percentages

%0
%10.04
%22.59
%6.27

Codes

Color #EFD7B9 in popluar color models

EF D7 B9
RGB 239 215 185
HSL 33° 62.79% 83.14%
HSB/HSV 33° 22.59% 93.73%
CMYK 0.00% 10.04% 22.59%
6.27%

Color #EFD7B9 in popluar number systems.

HEX EF D7 B9
Decimal 239 215 185
Binary 11101111 11010111 10111001
Octal 357 327 271

Shades and tints

Shades of #EFD7B9

#EFD7B9
(239,215,185)
#DAC4A9
(218,196,169)
#C5B199
(197,177,153)
#B09E89
(176,158,137)
#9B8B79
(155,139,121)
#867869
(134,120,105)
#716559
(113,101,89)
#5C5249
(92,82,73)
#473F39
(71,63,57)
#322C29
(50,44,41)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFD7B9

#EFD7B9
(239,215,185)
#F0DABF
(240,218,191)
#F1DDC5
(241,221,197)
#F2E0CB
(242,224,203)
#F3E3D1
(243,227,209)
#F4E6D7
(244,230,215)
#F5E9DD
(245,233,221)
#F6ECE3
(246,236,227)
#F7EFE9
(247,239,233)
#F8F2EF
(248,242,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD7B9 color. Also use rgb(239,215,185) instead hex code.

Text Font Color

.myTextColor { color: #EFD7B9; }

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

This text font color is #EFD7B9.

Background Color

.myBgColor { background-color: #EFD7B9; }

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

This div background color is #EFD7B9.

Border color

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

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

This div border color is #EFD7B9.

Opacity

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

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

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

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

This text has shadow with #EFD7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD7B9.

Preview

Color preview on black background

This text has color #EFD7B9 on black background.


Color preview on white background

This text has color #EFD7B9 on white background.


Black color preview on #EFD7B9 background

This text has black color on #EFD7B9 background.


White color preview on #EFD7B9 background

This text has white color on #EFD7B9 background.


Related colors

Complementary color

Complementary color for #hex is #102846.


I love getcolorcode.com

Triadic colors

1 #B9EFD7 and #D7B9EF with #EFD7B9 are triadic colors.

2 #B9D7EF and #D7EFB9 with #EFD7B9 are triadic colors.