COLOR #EFC1EF

HEX: #EFC1EF
RGB: (239,193,239)

Color info

#EFC1EF contains red, green and blue colors in about the same proportion. Web safe color of #EFC1EF is #FFCCFF (or #FCF).

RGB color model

#EFC1EF color RGB value is (239,193,239).

  • red value is 239;
  • green value is 193;
  • blue value is 239.
RGB:
(239,193,239)
(94%,76%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 239 of 255 = 94%

239
193
239

R + G + B ~ 88%. #EFC1EF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 239 = 671 (100%)
R 239 of 671 ~ 35.62%
G 193 of 671 ~ 28.76%
B 239 of 671 ~ 35.62%

%35.62
%28.76
%35.62

CMYK color model

#EFC1EF color CMYK value is (0,19,0,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,19,0,6)
C0M19Y0K6 
(0%,19%,0%,6%)
(0.00/0.19/0.00/0.06)	

CMYK percentages

%0
%19.25
%0
%6.27

Codes

Color #EFC1EF in popluar color models

EFC1EF
RGB239193239
HSL300°58.97%84.71%
HSB/HSV300°19.25%93.73%
CMYK0.00%19.25%0.00%
6.27%

Color #EFC1EF in popluar number systems.

HEXEFC1EF
Decimal239193239
Binary111011111100000111101111
Octal357301357

Shades and tints

Shades of #EFC1EF

#EFC1EF
(239,193,239)
#DAB0DA
(218,176,218)
#C59FC5
(197,159,197)
#B08EB0
(176,142,176)
#9B7D9B
(155,125,155)
#866C86
(134,108,134)
#715B71
(113,91,113)
#5C4A5C
(92,74,92)
#473947
(71,57,71)
#322832
(50,40,50)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFC1EF

#EFC1EF
(239,193,239)
#F0C6F0
(240,198,240)
#F1CBF1
(241,203,241)
#F2D0F2
(242,208,242)
#F3D5F3
(243,213,243)
#F4DAF4
(244,218,244)
#F5DFF5
(245,223,245)
#F6E4F6
(246,228,246)
#F7E9F7
(247,233,247)
#F8EEF8
(248,238,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC1EF; }

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

This text font color is #EFC1EF.


Background Color

.myBgColor { background-color: #EFC1EF; }

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

This div background color is #EFC1EF.


Border color

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

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

This div border color is #EFC1EF.


Opacity

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

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

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

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

This text has shadow with #EFC1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1EF on black background.


Color preview on white background

This text has color #EFC1EF on white background.



Black color preview on #EFC1EF background

This text has black color on #EFC1EF background.


White color preview on #EFC1EF background

This text has white color on #EFC1EF background.