COLOR #EFD7C4

HEX: #EFD7C4
RGB: (239,215,196)

Color info

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

RGB color model

#EFD7C4 color RGB value is (239,215,196).

  • red value is 239;
  • green value is 215;
  • blue value is 196.
RGB:
(239,215,196)
(94%,84%,77%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 196 of 255 = 77%

239
215
196

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 196 = 650 (100%)
R 239 of 650 ~ 36.77%
G 215 of 650 ~ 33.08%
B 196 of 650 ~ 30.15%

%36.77
%33.08
%30.15

CMYK color model

#EFD7C4 color CMYK value is (0,10,18,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(0,10,18,6)
C0M10Y18K6 
(0%,10%,18%,6%)
(0.00/0.10/0.18/0.06)	

CMYK percentages

%0
%10.04
%17.99
%6.27

Codes

Color #EFD7C4 in popluar color models

EFD7C4
RGB239215196
HSL27°57.33%85.29%
HSB/HSV27°17.99%93.73%
CMYK0.00%10.04%17.99%
6.27%

Color #EFD7C4 in popluar number systems.

HEXEFD7C4
Decimal239215196
Binary111011111101011111000100
Octal357327304

Shades and tints

Shades of #EFD7C4

#EFD7C4
(239,215,196)
#DAC4B3
(218,196,179)
#C5B1A2
(197,177,162)
#B09E91
(176,158,145)
#9B8B80
(155,139,128)
#86786F
(134,120,111)
#71655E
(113,101,94)
#5C524D
(92,82,77)
#473F3C
(71,63,60)
#322C2B
(50,44,43)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFD7C4

#EFD7C4
(239,215,196)
#F0DAC9
(240,218,201)
#F1DDCE
(241,221,206)
#F2E0D3
(242,224,211)
#F3E3D8
(243,227,216)
#F4E6DD
(244,230,221)
#F5E9E2
(245,233,226)
#F6ECE7
(246,236,231)
#F7EFEC
(247,239,236)
#F8F2F1
(248,242,241)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD7C4 color. Also use rgb(239,215,196) instead hex code.

Text Font Color

.myTextColor { color: #EFD7C4; }

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

This text font color is #EFD7C4.


Background Color

.myBgColor { background-color: #EFD7C4; }

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

This div background color is #EFD7C4.


Border color

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

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

This div border color is #EFD7C4.


Opacity

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

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

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

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

This text has shadow with #EFD7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7C4 on black background.


Color preview on white background

This text has color #EFD7C4 on white background.



Black color preview on #EFD7C4 background

This text has black color on #EFD7C4 background.


White color preview on #EFD7C4 background

This text has white color on #EFD7C4 background.