COLOR #EFCFDF

HEX: #EFCFDF
RGB: (239,207,223)

Color info

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

RGB color model

#EFCFDF color RGB value is (239,207,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 223 of 255 = 87%

239
207
223

R + G + B ~ 87%. #EFCFDF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 207 + 223 = 669 (100%)
R 239 of 669 ~ 35.72%
G 207 of 669 ~ 30.94%
B 223 of 669 ~ 33.33%

%35.72
%30.94
%33.33

CMYK color model

#EFCFDF color CMYK value is (0,13,7,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,13,7,6)
C0M13Y7K6 
(0%,13%,7%,6%)
(0.00/0.13/0.07/0.06)	

CMYK percentages

%0
%13.39
%6.69
%6.27

Codes

Color #EFCFDF in popluar color models

EFCFDF
RGB239207223
HSL330°50.00%87.45%
HSB/HSV330°13.39%93.73%
CMYK0.00%13.39%6.69%
6.27%

Color #EFCFDF in popluar number systems.

HEXEFCFDF
Decimal239207223
Binary111011111100111111011111
Octal357317337

Shades and tints

Shades of #EFCFDF

#EFCFDF
(239,207,223)
#DABDCB
(218,189,203)
#C5ABB7
(197,171,183)
#B099A3
(176,153,163)
#9B878F
(155,135,143)
#86757B
(134,117,123)
#716367
(113,99,103)
#5C5153
(92,81,83)
#473F3F
(71,63,63)
#322D2B
(50,45,43)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFCFDF

#EFCFDF
(239,207,223)
#F0D3E1
(240,211,225)
#F1D7E3
(241,215,227)
#F2DBE5
(242,219,229)
#F3DFE7
(243,223,231)
#F4E3E9
(244,227,233)
#F5E7EB
(245,231,235)
#F6EBED
(246,235,237)
#F7EFEF
(247,239,239)
#F8F3F1
(248,243,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFDF; }

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

This text font color is #EFCFDF.


Background Color

.myBgColor { background-color: #EFCFDF; }

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

This div background color is #EFCFDF.


Border color

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

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

This div border color is #EFCFDF.


Opacity

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

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

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

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

This text has shadow with #EFCFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCFDF on black background.


Color preview on white background

This text has color #EFCFDF on white background.



Black color preview on #EFCFDF background

This text has black color on #EFCFDF background.


White color preview on #EFCFDF background

This text has white color on #EFCFDF background.