COLOR #EFC6EF

HEX: #EFC6EF
RGB: (239,198,239)

Color info

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

RGB color model

#EFC6EF color RGB value is (239,198,239).

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

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 239 of 255 = 94%

239
198
239

R + G + B ~ 89%. #EFC6EF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 198 + 239 = 676 (100%)
R 239 of 676 ~ 35.36%
G 198 of 676 ~ 29.29%
B 239 of 676 ~ 35.36%

%35.36
%29.29
%35.36

CMYK color model

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

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

CMYK percentages

%0
%17.15
%0
%6.27

Codes

Color #EFC6EF in popluar color models

EFC6EF
RGB239198239
HSL300°56.16%85.69%
HSB/HSV300°17.15%93.73%
CMYK0.00%17.15%0.00%
6.27%

Color #EFC6EF in popluar number systems.

HEXEFC6EF
Decimal239198239
Binary111011111100011011101111
Octal357306357

Shades and tints

Shades of #EFC6EF

#EFC6EF
(239,198,239)
#DAB4DA
(218,180,218)
#C5A2C5
(197,162,197)
#B090B0
(176,144,176)
#9B7E9B
(155,126,155)
#866C86
(134,108,134)
#715A71
(113,90,113)
#5C485C
(92,72,92)
#473647
(71,54,71)
#322432
(50,36,50)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #EFC6EF

#EFC6EF
(239,198,239)
#F0CBF0
(240,203,240)
#F1D0F1
(241,208,241)
#F2D5F2
(242,213,242)
#F3DAF3
(243,218,243)
#F4DFF4
(244,223,244)
#F5E4F5
(245,228,245)
#F6E9F6
(246,233,246)
#F7EEF7
(247,238,247)
#F8F3F8
(248,243,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6EF; }

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

This text font color is #EFC6EF.


Background Color

.myBgColor { background-color: #EFC6EF; }

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

This div background color is #EFC6EF.


Border color

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

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

This div border color is #EFC6EF.


Opacity

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

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

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

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

This text has shadow with #EFC6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6EF on black background.


Color preview on white background

This text has color #EFC6EF on white background.



Black color preview on #EFC6EF background

This text has black color on #EFC6EF background.


White color preview on #EFC6EF background

This text has white color on #EFC6EF background.