COLOR #EFD3CF

HEX: #EFD3CF
RGB: (239,211,207)

Color info

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

RGB color model

#EFD3CF color RGB value is (239,211,207).

  • red value is 239;
  • green value is 211;
  • blue value is 207.
RGB:
(239,211,207)
(94%,83%,81%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 207 of 255 = 81%

239
211
207

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

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 207 = 657 (100%)
R 239 of 657 ~ 36.38%
G 211 of 657 ~ 32.12%
B 207 of 657 ~ 31.51%

%36.38
%32.12
%31.51

CMYK color model

#EFD3CF color CMYK value is (0,12,13,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(0,12,13,6)
C0M12Y13K6 
(0%,12%,13%,6%)
(0.00/0.12/0.13/0.06)	

CMYK percentages

%0
%11.72
%13.39
%6.27

Codes

Color #EFD3CF in popluar color models

EFD3CF
RGB239211207
HSL50.00%87.45%
HSB/HSV13.39%93.73%
CMYK0.00%11.72%13.39%
6.27%

Color #EFD3CF in popluar number systems.

HEXEFD3CF
Decimal239211207
Binary111011111101001111001111
Octal357323317

Shades and tints

Shades of #EFD3CF

#EFD3CF
(239,211,207)
#DAC0BD
(218,192,189)
#C5ADAB
(197,173,171)
#B09A99
(176,154,153)
#9B8787
(155,135,135)
#867475
(134,116,117)
#716163
(113,97,99)
#5C4E51
(92,78,81)
#473B3F
(71,59,63)
#32282D
(50,40,45)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EFD3CF

#EFD3CF
(239,211,207)
#F0D7D3
(240,215,211)
#F1DBD7
(241,219,215)
#F2DFDB
(242,223,219)
#F3E3DF
(243,227,223)
#F4E7E3
(244,231,227)
#F5EBE7
(245,235,231)
#F6EFEB
(246,239,235)
#F7F3EF
(247,243,239)
#F8F7F3
(248,247,243)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD3CF color. Also use rgb(239,211,207) instead hex code.

Text Font Color

.myTextColor { color: #EFD3CF; }

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

This text font color is #EFD3CF.


Background Color

.myBgColor { background-color: #EFD3CF; }

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

This div background color is #EFD3CF.


Border color

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

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

This div border color is #EFD3CF.


Opacity

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

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

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

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

This text has shadow with #EFD3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3CF on black background.


Color preview on white background

This text has color #EFD3CF on white background.



Black color preview on #EFD3CF background

This text has black color on #EFD3CF background.


White color preview on #EFD3CF background

This text has white color on #EFD3CF background.