COLOR #EFDEBA

HEX: #EFDEBA
RGB: (239,222,186)

Color info

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

RGB color model

#EFDEBA color RGB value is (239,222,186).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 186 of 255 = 73%

239
222
186

R + G + B ~ 85%. #EFDEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 186 = 647 (100%)
R 239 of 647 ~ 36.94%
G 222 of 647 ~ 34.31%
B 186 of 647 ~ 28.75%

%36.94
%34.31
%28.75

CMYK color model

#EFDEBA color CMYK value is (0,7,22,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,7,22,6)
C0M7Y22K6 
(0%,7%,22%,6%)
(0.00/0.07/0.22/0.06)	

CMYK percentages

%0
%7.11
%22.18
%6.27

Codes

Color #EFDEBA in popluar color models

EFDEBA
RGB239222186
HSL41°62.35%83.33%
HSB/HSV41°22.18%93.73%
CMYK0.00%7.11%22.18%
6.27%

Color #EFDEBA in popluar number systems.

HEXEFDEBA
Decimal239222186
Binary111011111101111010111010
Octal357336272

Shades and tints

Shades of #EFDEBA

#EFDEBA
(239,222,186)
#DACAAA
(218,202,170)
#C5B69A
(197,182,154)
#B0A28A
(176,162,138)
#9B8E7A
(155,142,122)
#867A6A
(134,122,106)
#71665A
(113,102,90)
#5C524A
(92,82,74)
#473E3A
(71,62,58)
#322A2A
(50,42,42)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFDEBA

#EFDEBA
(239,222,186)
#F0E1C0
(240,225,192)
#F1E4C6
(241,228,198)
#F2E7CC
(242,231,204)
#F3EAD2
(243,234,210)
#F4EDD8
(244,237,216)
#F5F0DE
(245,240,222)
#F6F3E4
(246,243,228)
#F7F6EA
(247,246,234)
#F8F9F0
(248,249,240)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEBA; }

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

This text font color is #EFDEBA.


Background Color

.myBgColor { background-color: #EFDEBA; }

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

This div background color is #EFDEBA.


Border color

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

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

This div border color is #EFDEBA.


Opacity

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

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

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

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

This text has shadow with #EFDEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEBA on black background.


Color preview on white background

This text has color #EFDEBA on white background.



Black color preview on #EFDEBA background

This text has black color on #EFDEBA background.


White color preview on #EFDEBA background

This text has white color on #EFDEBA background.