COLOR #EFDAFC

HEX: #EFDAFC
RGB: (239,218,252)

Color info

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

RGB color model

#EFDAFC color RGB value is (239,218,252).

  • red value is 239;
  • green value is 218;
  • blue value is 252.
RGB:
(239,218,252)
(94%,85%,99%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 252 of 255 = 99%

239
218
252

R + G + B ~ 93%. #EFDAFC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 252 = 709 (100%)
R 239 of 709 ~ 33.71%
G 218 of 709 ~ 30.75%
B 252 of 709 ~ 35.54%

%33.71
%30.75
%35.54

CMYK color model

#EFDAFC color CMYK value is (5,13,0,1).

  • cyan value is 5.16%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,13,0,1)
C5M13Y0K1 
(5%,13%,0%,1%)
(0.05/0.13/0.00/0.01)	

CMYK percentages

%5.16
%13.49
%0
%1.18

Codes

Color #EFDAFC in popluar color models

EFDAFC
RGB239218252
HSL277°85.00%92.16%
HSB/HSV277°13.49%98.82%
CMYK5.16%13.49%0.00%
1.18%

Color #EFDAFC in popluar number systems.

HEXEFDAFC
Decimal239218252
Binary111011111101101011111100
Octal357332374

Shades and tints

Shades of #EFDAFC

#EFDAFC
(239,218,252)
#DAC7E6
(218,199,230)
#C5B4D0
(197,180,208)
#B0A1BA
(176,161,186)
#9B8EA4
(155,142,164)
#867B8E
(134,123,142)
#716878
(113,104,120)
#5C5562
(92,85,98)
#47424C
(71,66,76)
#322F36
(50,47,54)
#1D1C20
(29,28,32)
#000000
(0,0,0)

Tints of #EFDAFC

#EFDAFC
(239,218,252)
#F0DDFC
(240,221,252)
#F1E0FC
(241,224,252)
#F2E3FC
(242,227,252)
#F3E6FC
(243,230,252)
#F4E9FC
(244,233,252)
#F5ECFC
(245,236,252)
#F6EFFC
(246,239,252)
#F7F2FC
(247,242,252)
#F8F5FC
(248,245,252)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDAFC; }

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

This text font color is #EFDAFC.


Background Color

.myBgColor { background-color: #EFDAFC; }

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

This div background color is #EFDAFC.


Border color

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

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

This div border color is #EFDAFC.


Opacity

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

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

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

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

This text has shadow with #EFDAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDAFC on black background.


Color preview on white background

This text has color #EFDAFC on white background.



Black color preview on #EFDAFC background

This text has black color on #EFDAFC background.


White color preview on #EFDAFC background

This text has white color on #EFDAFC background.