COLOR #EFC4FE

HEX: #EFC4FE RGB: (239,196,254)

Color info

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

RGB color model

#EFC4FE color RGB value is (239,196,254).

RGB: (239,196,254) (94%, 77%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 196 of 255 = 77%
B 254 of 255 = 100%

239
196
254

R + G + B ~ 90%. #EFC4FE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 196 + 254 = 689 (100%)
R 239 of 689 ~ 34.69%
G 196 of 689 ~ 28.45%
B 254 of 689 ~ 36.87'%

%34.69
%28.45
%36.87

CMYK color model

#EFC4FE color CMYK value is (6,23,0,0).

  • cyan value is 5.91%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (6,23,0,0)
C6M23Y0K0 (6%, 23%, 0%, 0%)
(0.06 / 0.23 / 0.00 / 0.00)

CMYK percentages

%5.91
%22.83
%0
%0.39

Codes

Color #EFC4FE in popluar color models

EF C4 FE
RGB 239 196 254
HSL 284° 96.67% 88.24%
HSB/HSV 284° 22.83% 99.61%
CMYK 5.91% 22.83% 0.00%
0.39%

Color #EFC4FE in popluar number systems.

HEX EF C4 FE
Decimal 239 196 254
Binary 11101111 11000100 11111110
Octal 357 304 376

Shades and tints

Shades of #EFC4FE

#EFC4FE
(239,196,254)
#DAB3E7
(218,179,231)
#C5A2D0
(197,162,208)
#B091B9
(176,145,185)
#9B80A2
(155,128,162)
#866F8B
(134,111,139)
#715E74
(113,94,116)
#5C4D5D
(92,77,93)
#473C46
(71,60,70)
#322B2F
(50,43,47)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFC4FE

#EFC4FE
(239,196,254)
#F0C9FE
(240,201,254)
#F1CEFE
(241,206,254)
#F2D3FE
(242,211,254)
#F3D8FE
(243,216,254)
#F4DDFE
(244,221,254)
#F5E2FE
(245,226,254)
#F6E7FE
(246,231,254)
#F7ECFE
(247,236,254)
#F8F1FE
(248,241,254)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC4FE; }

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

This text font color is #EFC4FE.

Background Color

.myBgColor { background-color: #EFC4FE; }

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

This div background color is #EFC4FE.

Border color

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

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

This div border color is #EFC4FE.

Opacity

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

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

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

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

This text has shadow with #EFC4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC4FE.

Preview

Color preview on black background

This text has color #EFC4FE on black background.


Color preview on white background

This text has color #EFC4FE on white background.


Black color preview on #EFC4FE background

This text has black color on #EFC4FE background.


White color preview on #EFC4FE background

This text has white color on #EFC4FE background.


Related colors

Complementary color

Complementary color for #hex is #103B01.


I love getcolorcode.com

Triadic colors

1 #FEEFC4 and #C4FEEF with #EFC4FE are triadic colors.

2 #FEC4EF and #C4EFFE with #EFC4FE are triadic colors.