COLOR #EFC2F5

HEX: #EFC2F5
RGB: (239,194,245)

Color info

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

RGB color model

#EFC2F5 color RGB value is (239,194,245).

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

RGB channels and saturation

R 239 of 255 = 94%
G 194 of 255 = 76%
B 245 of 255 = 96%

239
194
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 194 + 245 = 678 (100%)
R 239 of 678 ~ 35.25%
G 194 of 678 ~ 28.61%
B 245 of 678 ~ 36.14%

%35.25
%28.61
%36.14

CMYK color model

#EFC2F5 color CMYK value is (2,21,0,4).

  • cyan value is 2.45%
  • magenta value is 20.82%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,21,0,4)
C2M21Y0K4 
(2%,21%,0%,4%)
(0.02/0.21/0.00/0.04)	

CMYK percentages

%2.45
%20.82
%0
%3.92

Codes

Color #EFC2F5 in popluar color models

EFC2F5
RGB239194245
HSL293°71.83%86.08%
HSB/HSV293°20.82%96.08%
CMYK2.45%20.82%0.00%
3.92%

Color #EFC2F5 in popluar number systems.

HEXEFC2F5
Decimal239194245
Binary111011111100001011110101
Octal357302365

Shades and tints

Shades of #EFC2F5

#EFC2F5
(239,194,245)
#DAB1DF
(218,177,223)
#C5A0C9
(197,160,201)
#B08FB3
(176,143,179)
#9B7E9D
(155,126,157)
#866D87
(134,109,135)
#715C71
(113,92,113)
#5C4B5B
(92,75,91)
#473A45
(71,58,69)
#32292F
(50,41,47)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFC2F5

#EFC2F5
(239,194,245)
#F0C7F5
(240,199,245)
#F1CCF5
(241,204,245)
#F2D1F5
(242,209,245)
#F3D6F5
(243,214,245)
#F4DBF5
(244,219,245)
#F5E0F5
(245,224,245)
#F6E5F5
(246,229,245)
#F7EAF5
(247,234,245)
#F8EFF5
(248,239,245)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC2F5; }

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

This text font color is #EFC2F5.


Background Color

.myBgColor { background-color: #EFC2F5; }

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

This div background color is #EFC2F5.


Border color

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

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

This div border color is #EFC2F5.


Opacity

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

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

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

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

This text has shadow with #EFC2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC2F5 on black background.


Color preview on white background

This text has color #EFC2F5 on white background.



Black color preview on #EFC2F5 background

This text has black color on #EFC2F5 background.


White color preview on #EFC2F5 background

This text has white color on #EFC2F5 background.