COLOR #EFC7DF

HEX: #EFC7DF
RGB: (239,199,223)

Color info

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

RGB color model

#EFC7DF color RGB value is (239,199,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 223 of 255 = 87%

239
199
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 223 = 661 (100%)
R 239 of 661 ~ 36.16%
G 199 of 661 ~ 30.11%
B 223 of 661 ~ 33.74%

%36.16
%30.11
%33.74

CMYK color model

#EFC7DF color CMYK value is (0,17,7,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,17,7,6)
C0M17Y7K6 
(0%,17%,7%,6%)
(0.00/0.17/0.07/0.06)	

CMYK percentages

%0
%16.74
%6.69
%6.27

Codes

Color #EFC7DF in popluar color models

EFC7DF
RGB239199223
HSL324°55.56%85.88%
HSB/HSV324°16.74%93.73%
CMYK0.00%16.74%6.69%
6.27%

Color #EFC7DF in popluar number systems.

HEXEFC7DF
Decimal239199223
Binary111011111100011111011111
Octal357307337

Shades and tints

Shades of #EFC7DF

#EFC7DF
(239,199,223)
#DAB5CB
(218,181,203)
#C5A3B7
(197,163,183)
#B091A3
(176,145,163)
#9B7F8F
(155,127,143)
#866D7B
(134,109,123)
#715B67
(113,91,103)
#5C4953
(92,73,83)
#47373F
(71,55,63)
#32252B
(50,37,43)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #EFC7DF

#EFC7DF
(239,199,223)
#F0CCE1
(240,204,225)
#F1D1E3
(241,209,227)
#F2D6E5
(242,214,229)
#F3DBE7
(243,219,231)
#F4E0E9
(244,224,233)
#F5E5EB
(245,229,235)
#F6EAED
(246,234,237)
#F7EFEF
(247,239,239)
#F8F4F1
(248,244,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7DF; }

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

This text font color is #EFC7DF.


Background Color

.myBgColor { background-color: #EFC7DF; }

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

This div background color is #EFC7DF.


Border color

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

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

This div border color is #EFC7DF.


Opacity

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

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

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

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

This text has shadow with #EFC7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7DF on black background.


Color preview on white background

This text has color #EFC7DF on white background.



Black color preview on #EFC7DF background

This text has black color on #EFC7DF background.


White color preview on #EFC7DF background

This text has white color on #EFC7DF background.