COLOR #EFD3F4

HEX: #EFD3F4
RGB: (239,211,244)

Color info

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

RGB color model

#EFD3F4 color RGB value is (239,211,244).

  • red value is 239;
  • green value is 211;
  • blue value is 244.
RGB:
(239,211,244)
(94%,83%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 244 of 255 = 96%

239
211
244

R + G + B ~ 91%. #EFD3F4 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 244 = 694 (100%)
R 239 of 694 ~ 34.44%
G 211 of 694 ~ 30.4%
B 244 of 694 ~ 35.16%

%34.44
%30.4
%35.16

CMYK color model

#EFD3F4 color CMYK value is (2,14,0,4).

  • cyan value is 2.05%
  • magenta value is 13.52%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,14,0,4)
C2M14Y0K4 
(2%,14%,0%,4%)
(0.02/0.14/0.00/0.04)	

CMYK percentages

%2.05
%13.52
%0
%4.31

Codes

Color #EFD3F4 in popluar color models

EFD3F4
RGB239211244
HSL291°60.00%89.22%
HSB/HSV291°13.52%95.69%
CMYK2.05%13.52%0.00%
4.31%

Color #EFD3F4 in popluar number systems.

HEXEFD3F4
Decimal239211244
Binary111011111101001111110100
Octal357323364

Shades and tints

Shades of #EFD3F4

#EFD3F4
(239,211,244)
#DAC0DE
(218,192,222)
#C5ADC8
(197,173,200)
#B09AB2
(176,154,178)
#9B879C
(155,135,156)
#867486
(134,116,134)
#716170
(113,97,112)
#5C4E5A
(92,78,90)
#473B44
(71,59,68)
#32282E
(50,40,46)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFD3F4

#EFD3F4
(239,211,244)
#F0D7F5
(240,215,245)
#F1DBF6
(241,219,246)
#F2DFF7
(242,223,247)
#F3E3F8
(243,227,248)
#F4E7F9
(244,231,249)
#F5EBFA
(245,235,250)
#F6EFFB
(246,239,251)
#F7F3FC
(247,243,252)
#F8F7FD
(248,247,253)
#F9FBFE
(249,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3F4; }

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

This text font color is #EFD3F4.


Background Color

.myBgColor { background-color: #EFD3F4; }

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

This div background color is #EFD3F4.


Border color

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

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

This div border color is #EFD3F4.


Opacity

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

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

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

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

This text has shadow with #EFD3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3F4 on black background.


Color preview on white background

This text has color #EFD3F4 on white background.



Black color preview on #EFD3F4 background

This text has black color on #EFD3F4 background.


White color preview on #EFD3F4 background

This text has white color on #EFD3F4 background.