COLOR #EFD1B3

HEX: #EFD1B3 RGB: (239,209,179)

Color info

#EFD1B3 contains mainly red and green colors. Web safe color of #EFD1B3 is #FFCC99 (or #FC9).

RGB color model

#EFD1B3 color RGB value is (239,209,179).

RGB: (239,209,179) (94%, 82%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 179 of 255 = 70%

239
209
179

R + G + B ~ 82%. #EFD1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 209 + 179 = 627 (100%)
R 239 of 627 ~ 38.12%
G 209 of 627 ~ 33.33%
B 179 of 627 ~ 28.55'%

%38.12
%33.33
%28.55

CMYK color model

#EFD1B3 color CMYK value is (0,13,25,6).

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

CMYK: (0,13,25,6)
C0M13Y25K6 (0%, 13%, 25%, 6%)
(0.00 / 0.13 / 0.25 / 0.06)

CMYK percentages

%0
%12.55
%25.1
%6.27

Codes

Color #EFD1B3 in popluar color models

EF D1 B3
RGB 239 209 179
HSL 30° 65.22% 81.96%
HSB/HSV 30° 25.10% 93.73%
CMYK 0.00% 12.55% 25.10%
6.27%

Color #EFD1B3 in popluar number systems.

HEX EF D1 B3
Decimal 239 209 179
Binary 11101111 11010001 10110011
Octal 357 321 263

Shades and tints

Shades of #EFD1B3

#EFD1B3
(239,209,179)
#DABEA3
(218,190,163)
#C5AB93
(197,171,147)
#B09883
(176,152,131)
#9B8573
(155,133,115)
#867263
(134,114,99)
#715F53
(113,95,83)
#5C4C43
(92,76,67)
#473933
(71,57,51)
#322623
(50,38,35)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EFD1B3

#EFD1B3
(239,209,179)
#F0D5B9
(240,213,185)
#F1D9BF
(241,217,191)
#F2DDC5
(242,221,197)
#F3E1CB
(243,225,203)
#F4E5D1
(244,229,209)
#F5E9D7
(245,233,215)
#F6EDDD
(246,237,221)
#F7F1E3
(247,241,227)
#F8F5E9
(248,245,233)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1B3; }

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

This text font color is #EFD1B3.

Background Color

.myBgColor { background-color: #EFD1B3; }

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

This div background color is #EFD1B3.

Border color

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

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

This div border color is #EFD1B3.

Opacity

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

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

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

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

This text has shadow with #EFD1B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD1B3.

Preview

Color preview on black background

This text has color #EFD1B3 on black background.


Color preview on white background

This text has color #EFD1B3 on white background.


Black color preview on #EFD1B3 background

This text has black color on #EFD1B3 background.


White color preview on #EFD1B3 background

This text has white color on #EFD1B3 background.


Related colors

Complementary color

Complementary color for #hex is #102E4C.


I love getcolorcode.com

Triadic colors

1 #B3EFD1 and #D1B3EF with #EFD1B3 are triadic colors.

2 #B3D1EF and #D1EFB3 with #EFD1B3 are triadic colors.