COLOR #EFD9CD

HEX: #EFD9CD
RGB: (239,217,205)

Color info

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

RGB color model

#EFD9CD color RGB value is (239,217,205).

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

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 205 of 255 = 80%

239
217
205

R + G + B ~ 86%. #EFD9CD is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 205 = 661 (100%)
R 239 of 661 ~ 36.16%
G 217 of 661 ~ 32.83%
B 205 of 661 ~ 31.01%

%36.16
%32.83
%31.01

CMYK color model

#EFD9CD color CMYK value is (0,9,14,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(0,9,14,6)
C0M9Y14K6 
(0%,9%,14%,6%)
(0.00/0.09/0.14/0.06)	

CMYK percentages

%0
%9.21
%14.23
%6.27

Codes

Color #EFD9CD in popluar color models

EFD9CD
RGB239217205
HSL21°51.52%87.06%
HSB/HSV21°14.23%93.73%
CMYK0.00%9.21%14.23%
6.27%

Color #EFD9CD in popluar number systems.

HEXEFD9CD
Decimal239217205
Binary111011111101100111001101
Octal357331315

Shades and tints

Shades of #EFD9CD

#EFD9CD
(239,217,205)
#DAC6BB
(218,198,187)
#C5B3A9
(197,179,169)
#B0A097
(176,160,151)
#9B8D85
(155,141,133)
#867A73
(134,122,115)
#716761
(113,103,97)
#5C544F
(92,84,79)
#47413D
(71,65,61)
#322E2B
(50,46,43)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #EFD9CD

#EFD9CD
(239,217,205)
#F0DCD1
(240,220,209)
#F1DFD5
(241,223,213)
#F2E2D9
(242,226,217)
#F3E5DD
(243,229,221)
#F4E8E1
(244,232,225)
#F5EBE5
(245,235,229)
#F6EEE9
(246,238,233)
#F7F1ED
(247,241,237)
#F8F4F1
(248,244,241)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9CD; }

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

This text font color is #EFD9CD.


Background Color

.myBgColor { background-color: #EFD9CD; }

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

This div background color is #EFD9CD.


Border color

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

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

This div border color is #EFD9CD.


Opacity

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

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

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

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

This text has shadow with #EFD9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9CD on black background.


Color preview on white background

This text has color #EFD9CD on white background.



Black color preview on #EFD9CD background

This text has black color on #EFD9CD background.


White color preview on #EFD9CD background

This text has white color on #EFD9CD background.