COLOR #EFC7E1

HEX: #EFC7E1
RGB: (239,199,225)

Color info

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

RGB color model

#EFC7E1 color RGB value is (239,199,225).

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

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 225 of 255 = 88%

239
199
225

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

Portions of RGB colors in percentages

R + G + B =
239 + 199 + 225 = 663 (100%)
R 239 of 663 ~ 36.05%
G 199 of 663 ~ 30.02%
B 225 of 663 ~ 33.94%

%36.05
%30.02
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(0,17,6,6)
C0M17Y6K6 
(0%,17%,6%,6%)
(0.00/0.17/0.06/0.06)	

CMYK percentages

%0
%16.74
%5.86
%6.27

Codes

Color #EFC7E1 in popluar color models

EFC7E1
RGB239199225
HSL321°55.56%85.88%
HSB/HSV321°16.74%93.73%
CMYK0.00%16.74%5.86%
6.27%

Color #EFC7E1 in popluar number systems.

HEXEFC7E1
Decimal239199225
Binary111011111100011111100001
Octal357307341

Shades and tints

Shades of #EFC7E1

#EFC7E1
(239,199,225)
#DAB5CD
(218,181,205)
#C5A3B9
(197,163,185)
#B091A5
(176,145,165)
#9B7F91
(155,127,145)
#866D7D
(134,109,125)
#715B69
(113,91,105)
#5C4955
(92,73,85)
#473741
(71,55,65)
#32252D
(50,37,45)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #EFC7E1

#EFC7E1
(239,199,225)
#F0CCE3
(240,204,227)
#F1D1E5
(241,209,229)
#F2D6E7
(242,214,231)
#F3DBE9
(243,219,233)
#F4E0EB
(244,224,235)
#F5E5ED
(245,229,237)
#F6EAEF
(246,234,239)
#F7EFF1
(247,239,241)
#F8F4F3
(248,244,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7E1; }

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

This text font color is #EFC7E1.


Background Color

.myBgColor { background-color: #EFC7E1; }

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

This div background color is #EFC7E1.


Border color

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

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

This div border color is #EFC7E1.


Opacity

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

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

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

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

This text has shadow with #EFC7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7E1 on black background.


Color preview on white background

This text has color #EFC7E1 on white background.



Black color preview on #EFC7E1 background

This text has black color on #EFC7E1 background.


White color preview on #EFC7E1 background

This text has white color on #EFC7E1 background.