COLOR #EFCDBA

HEX: #EFCDBA
RGB: (239,205,186)

Color info

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

RGB color model

#EFCDBA color RGB value is (239,205,186).

  • red value is 239;
  • green value is 205;
  • blue value is 186.
RGB:
(239,205,186)
(94%,80%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 186 of 255 = 73%

239
205
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 186 = 630 (100%)
R 239 of 630 ~ 37.94%
G 205 of 630 ~ 32.54%
B 186 of 630 ~ 29.52%

%37.94
%32.54
%29.52

CMYK color model

#EFCDBA color CMYK value is (0,14,22,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,14,22,6)
C0M14Y22K6 
(0%,14%,22%,6%)
(0.00/0.14/0.22/0.06)	

CMYK percentages

%0
%14.23
%22.18
%6.27

Codes

Color #EFCDBA in popluar color models

EFCDBA
RGB239205186
HSL22°62.35%83.33%
HSB/HSV22°22.18%93.73%
CMYK0.00%14.23%22.18%
6.27%

Color #EFCDBA in popluar number systems.

HEXEFCDBA
Decimal239205186
Binary111011111100110110111010
Octal357315272

Shades and tints

Shades of #EFCDBA

#EFCDBA
(239,205,186)
#DABBAA
(218,187,170)
#C5A99A
(197,169,154)
#B0978A
(176,151,138)
#9B857A
(155,133,122)
#86736A
(134,115,106)
#71615A
(113,97,90)
#5C4F4A
(92,79,74)
#473D3A
(71,61,58)
#322B2A
(50,43,42)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFCDBA

#EFCDBA
(239,205,186)
#F0D1C0
(240,209,192)
#F1D5C6
(241,213,198)
#F2D9CC
(242,217,204)
#F3DDD2
(243,221,210)
#F4E1D8
(244,225,216)
#F5E5DE
(245,229,222)
#F6E9E4
(246,233,228)
#F7EDEA
(247,237,234)
#F8F1F0
(248,241,240)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDBA color. Also use rgb(239,205,186) instead hex code.

Text Font Color

.myTextColor { color: #EFCDBA; }

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

This text font color is #EFCDBA.


Background Color

.myBgColor { background-color: #EFCDBA; }

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

This div background color is #EFCDBA.


Border color

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

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

This div border color is #EFCDBA.


Opacity

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

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

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

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

This text has shadow with #EFCDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDBA on black background.


Color preview on white background

This text has color #EFCDBA on white background.



Black color preview on #EFCDBA background

This text has black color on #EFCDBA background.


White color preview on #EFCDBA background

This text has white color on #EFCDBA background.