COLOR #EFBDAB

HEX: #EFBDAB RGB: (239,189,171)

Color info

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

RGB color model

#EFBDAB color RGB value is (239,189,171).

RGB: (239,189,171) (94%, 74%, 67%)

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 171 of 255 = 67%

239
189
171

R + G + B ~ 78%. #EFBDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 189 + 171 = 599 (100%)
R 239 of 599 ~ 39.9%
G 189 of 599 ~ 31.55%
B 171 of 599 ~ 28.55'%

%39.9
%31.55
%28.55

CMYK color model

#EFBDAB color CMYK value is (0,21,28,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 28.45%
  • key color value is 6.27%

CMYK: (0,21,28,6)
C0M21Y28K6 (0%, 21%, 28%, 6%)
(0.00 / 0.21 / 0.28 / 0.06)

CMYK percentages

%0
%20.92
%28.45
%6.27

Codes

Color #EFBDAB in popluar color models

EF BD AB
RGB 239 189 171
HSL 16° 68.00% 80.39%
HSB/HSV 16° 28.45% 93.73%
CMYK 0.00% 20.92% 28.45%
6.27%

Color #EFBDAB in popluar number systems.

HEX EF BD AB
Decimal 239 189 171
Binary 11101111 10111101 10101011
Octal 357 275 253

Shades and tints

Shades of #EFBDAB

#EFBDAB
(239,189,171)
#DAAC9C
(218,172,156)
#C59B8D
(197,155,141)
#B08A7E
(176,138,126)
#9B796F
(155,121,111)
#866860
(134,104,96)
#715751
(113,87,81)
#5C4642
(92,70,66)
#473533
(71,53,51)
#322424
(50,36,36)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFBDAB

#EFBDAB
(239,189,171)
#F0C3B2
(240,195,178)
#F1C9B9
(241,201,185)
#F2CFC0
(242,207,192)
#F3D5C7
(243,213,199)
#F4DBCE
(244,219,206)
#F5E1D5
(245,225,213)
#F6E7DC
(246,231,220)
#F7EDE3
(247,237,227)
#F8F3EA
(248,243,234)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBDAB color. Also use rgb(239,189,171) instead hex code.

Text Font Color

.myTextColor { color: #EFBDAB; }

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

This text font color is #EFBDAB.

Background Color

.myBgColor { background-color: #EFBDAB; }

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

This div background color is #EFBDAB.

Border color

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

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

This div border color is #EFBDAB.

Opacity

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

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

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

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

This text has shadow with #EFBDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBDAB.

Preview

Color preview on black background

This text has color #EFBDAB on black background.


Color preview on white background

This text has color #EFBDAB on white background.


Black color preview on #EFBDAB background

This text has black color on #EFBDAB background.


White color preview on #EFBDAB background

This text has white color on #EFBDAB background.


Related colors

Complementary color

Complementary color for #hex is #104254.


I love getcolorcode.com

Triadic colors

1 #ABEFBD and #BDABEF with #EFBDAB are triadic colors.

2 #ABBDEF and #BDEFAB with #EFBDAB are triadic colors.