COLOR #EFC7D3

HEX: #EFC7D3
RGB: (239,199,211)

Color info

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

RGB color model

#EFC7D3 color RGB value is (239,199,211).

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

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 211 of 255 = 83%

239
199
211

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 211 = 649 (100%)
R 239 of 649 ~ 36.83%
G 199 of 649 ~ 30.66%
B 211 of 649 ~ 32.51%

%36.83
%30.66
%32.51

CMYK color model

#EFC7D3 color CMYK value is (0,17,12,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,17,12,6)
C0M17Y12K6 
(0%,17%,12%,6%)
(0.00/0.17/0.12/0.06)	

CMYK percentages

%0
%16.74
%11.72
%6.27

Codes

Color #EFC7D3 in popluar color models

EFC7D3
RGB239199211
HSL342°55.56%85.88%
HSB/HSV342°16.74%93.73%
CMYK0.00%16.74%11.72%
6.27%

Color #EFC7D3 in popluar number systems.

HEXEFC7D3
Decimal239199211
Binary111011111100011111010011
Octal357307323

Shades and tints

Shades of #EFC7D3

#EFC7D3
(239,199,211)
#DAB5C0
(218,181,192)
#C5A3AD
(197,163,173)
#B0919A
(176,145,154)
#9B7F87
(155,127,135)
#866D74
(134,109,116)
#715B61
(113,91,97)
#5C494E
(92,73,78)
#47373B
(71,55,59)
#322528
(50,37,40)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFC7D3

#EFC7D3
(239,199,211)
#F0CCD7
(240,204,215)
#F1D1DB
(241,209,219)
#F2D6DF
(242,214,223)
#F3DBE3
(243,219,227)
#F4E0E7
(244,224,231)
#F5E5EB
(245,229,235)
#F6EAEF
(246,234,239)
#F7EFF3
(247,239,243)
#F8F4F7
(248,244,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7D3; }

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

This text font color is #EFC7D3.


Background Color

.myBgColor { background-color: #EFC7D3; }

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

This div background color is #EFC7D3.


Border color

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

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

This div border color is #EFC7D3.


Opacity

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

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

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

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

This text has shadow with #EFC7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7D3 on black background.


Color preview on white background

This text has color #EFC7D3 on white background.



Black color preview on #EFC7D3 background

This text has black color on #EFC7D3 background.


White color preview on #EFC7D3 background

This text has white color on #EFC7D3 background.