COLOR #EFDCBD

HEX: #EFDCBD
RGB: (239,220,189)

Color info

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

RGB color model

#EFDCBD color RGB value is (239,220,189).

  • red value is 239;
  • green value is 220;
  • blue value is 189.
RGB:
(239,220,189)
(94%,86%,74%)

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 189 of 255 = 74%

239
220
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 189 = 648 (100%)
R 239 of 648 ~ 36.88%
G 220 of 648 ~ 33.95%
B 189 of 648 ~ 29.17%

%36.88
%33.95
%29.17

CMYK color model

#EFDCBD color CMYK value is (0,8,21,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(0,8,21,6)
C0M8Y21K6 
(0%,8%,21%,6%)
(0.00/0.08/0.21/0.06)	

CMYK percentages

%0
%7.95
%20.92
%6.27

Codes

Color #EFDCBD in popluar color models

EFDCBD
RGB239220189
HSL37°60.98%83.92%
HSB/HSV37°20.92%93.73%
CMYK0.00%7.95%20.92%
6.27%

Color #EFDCBD in popluar number systems.

HEXEFDCBD
Decimal239220189
Binary111011111101110010111101
Octal357334275

Shades and tints

Shades of #EFDCBD

#EFDCBD
(239,220,189)
#DAC8AC
(218,200,172)
#C5B49B
(197,180,155)
#B0A08A
(176,160,138)
#9B8C79
(155,140,121)
#867868
(134,120,104)
#716457
(113,100,87)
#5C5046
(92,80,70)
#473C35
(71,60,53)
#322824
(50,40,36)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFDCBD

#EFDCBD
(239,220,189)
#F0DFC3
(240,223,195)
#F1E2C9
(241,226,201)
#F2E5CF
(242,229,207)
#F3E8D5
(243,232,213)
#F4EBDB
(244,235,219)
#F5EEE1
(245,238,225)
#F6F1E7
(246,241,231)
#F7F4ED
(247,244,237)
#F8F7F3
(248,247,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCBD; }

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

This text font color is #EFDCBD.


Background Color

.myBgColor { background-color: #EFDCBD; }

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

This div background color is #EFDCBD.


Border color

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

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

This div border color is #EFDCBD.


Opacity

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

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

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

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

This text has shadow with #EFDCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCBD on black background.


Color preview on white background

This text has color #EFDCBD on white background.



Black color preview on #EFDCBD background

This text has black color on #EFDCBD background.


White color preview on #EFDCBD background

This text has white color on #EFDCBD background.