COLOR #EFD6C3

HEX: #EFD6C3
RGB: (239,214,195)

Color info

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

RGB color model

#EFD6C3 color RGB value is (239,214,195).

  • red value is 239;
  • green value is 214;
  • blue value is 195.
RGB:
(239,214,195)
(94%,84%,76%)

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 195 of 255 = 76%

239
214
195

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

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 195 = 648 (100%)
R 239 of 648 ~ 36.88%
G 214 of 648 ~ 33.02%
B 195 of 648 ~ 30.09%

%36.88
%33.02
%30.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 18.41%
  • 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.46
%18.41
%6.27

Codes

Color #EFD6C3 in popluar color models

EFD6C3
RGB239214195
HSL26°57.89%85.10%
HSB/HSV26°18.41%93.73%
CMYK0.00%10.46%18.41%
6.27%

Color #EFD6C3 in popluar number systems.

HEXEFD6C3
Decimal239214195
Binary111011111101011011000011
Octal357326303

Shades and tints

Shades of #EFD6C3

#EFD6C3
(239,214,195)
#DAC3B2
(218,195,178)
#C5B0A1
(197,176,161)
#B09D90
(176,157,144)
#9B8A7F
(155,138,127)
#86776E
(134,119,110)
#71645D
(113,100,93)
#5C514C
(92,81,76)
#473E3B
(71,62,59)
#322B2A
(50,43,42)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFD6C3

#EFD6C3
(239,214,195)
#F0D9C8
(240,217,200)
#F1DCCD
(241,220,205)
#F2DFD2
(242,223,210)
#F3E2D7
(243,226,215)
#F4E5DC
(244,229,220)
#F5E8E1
(245,232,225)
#F6EBE6
(246,235,230)
#F7EEEB
(247,238,235)
#F8F1F0
(248,241,240)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6C3; }

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

This text font color is #EFD6C3.


Background Color

.myBgColor { background-color: #EFD6C3; }

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

This div background color is #EFD6C3.


Border color

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

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

This div border color is #EFD6C3.


Opacity

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

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

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

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

This text has shadow with #EFD6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6C3 on black background.


Color preview on white background

This text has color #EFD6C3 on white background.



Black color preview on #EFD6C3 background

This text has black color on #EFD6C3 background.


White color preview on #EFD6C3 background

This text has white color on #EFD6C3 background.