COLOR #EFD6CD

HEX: #EFD6CD RGB: (239,214,205)

Color info

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

RGB color model

#EFD6CD color RGB value is (239,214,205).

RGB: (239,214,205) (94%, 84%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 205 of 255 = 80%

239
214
205

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

Portions of RGB colors in percentages

R + G + B = 239 + 214 + 205 = 658 (100%)
R 239 of 658 ~ 36.32%
G 214 of 658 ~ 32.52%
B 205 of 658 ~ 31.16'%

%36.32
%32.52
%31.16

CMYK color model

#EFD6CD color CMYK value is (0,10,14,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 14.23%
  • key color value is 6.27%

CMYK: (0,10,14,6)
C0M10Y14K6 (0%, 10%, 14%, 6%)
(0.00 / 0.10 / 0.14 / 0.06)

CMYK percentages

%0
%10.46
%14.23
%6.27

Codes

Color #EFD6CD in popluar color models

EF D6 CD
RGB 239 214 205
HSL 16° 51.52% 87.06%
HSB/HSV 16° 14.23% 93.73%
CMYK 0.00% 10.46% 14.23%
6.27%

Color #EFD6CD in popluar number systems.

HEX EF D6 CD
Decimal 239 214 205
Binary 11101111 11010110 11001101
Octal 357 326 315

Shades and tints

Shades of #EFD6CD

#EFD6CD
(239,214,205)
#DAC3BB
(218,195,187)
#C5B0A9
(197,176,169)
#B09D97
(176,157,151)
#9B8A85
(155,138,133)
#867773
(134,119,115)
#716461
(113,100,97)
#5C514F
(92,81,79)
#473E3D
(71,62,61)
#322B2B
(50,43,43)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFD6CD

#EFD6CD
(239,214,205)
#F0D9D1
(240,217,209)
#F1DCD5
(241,220,213)
#F2DFD9
(242,223,217)
#F3E2DD
(243,226,221)
#F4E5E1
(244,229,225)
#F5E8E5
(245,232,229)
#F6EBE9
(246,235,233)
#F7EEED
(247,238,237)
#F8F1F1
(248,241,241)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6CD; }

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

This text font color is #EFD6CD.

Background Color

.myBgColor { background-color: #EFD6CD; }

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

This div background color is #EFD6CD.

Border color

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

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

This div border color is #EFD6CD.

Opacity

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

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

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

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

This text has shadow with #EFD6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD6CD.

Preview

Color preview on black background

This text has color #EFD6CD on black background.


Color preview on white background

This text has color #EFD6CD on white background.


Black color preview on #EFD6CD background

This text has black color on #EFD6CD background.


White color preview on #EFD6CD background

This text has white color on #EFD6CD background.


Related colors

Complementary color

Complementary color for #hex is #102932.


I love getcolorcode.com

Triadic colors

1 #CDEFD6 and #D6CDEF with #EFD6CD are triadic colors.

2 #CDD6EF and #D6EFCD with #EFD6CD are triadic colors.