COLOR #EFC3FD

HEX: #EFC3FD RGB: (239,195,253)

Color info

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

RGB color model

#EFC3FD color RGB value is (239,195,253).

RGB: (239,195,253) (94%, 76%, 99%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 253 of 255 = 99%

239
195
253

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

Portions of RGB colors in percentages

R + G + B = 239 + 195 + 253 = 687 (100%)
R 239 of 687 ~ 34.79%
G 195 of 687 ~ 28.38%
B 253 of 687 ~ 36.83'%

%34.79
%28.38
%36.83

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (6,23,0,1) C6M23Y0K1 (6%,23%,0%,1%) (0.06/0.23/0.00/0.01) 

CMYK percentages

%5.53
%22.92
%0
%0.78

Codes

Color #EFC3FD in popluar color models

EF C3 FD
RGB 239 195 253
HSL 286° 93.55% 87.84%
HSB/HSV 286° 22.92% 99.22%
CMYK 5.53% 22.92% 0.00%
0.78%

Color #EFC3FD in popluar number systems.

HEX EF C3 FD
Decimal 239 195 253
Binary 11101111 11000011 11111101
Octal 357 303 375

Shades and tints

Shades of #EFC3FD

#EFC3FD
(239,195,253)
#DAB2E6
(218,178,230)
#C5A1CF
(197,161,207)
#B090B8
(176,144,184)
#9B7FA1
(155,127,161)
#866E8A
(134,110,138)
#715D73
(113,93,115)
#5C4C5C
(92,76,92)
#473B45
(71,59,69)
#322A2E
(50,42,46)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFC3FD

#EFC3FD
(239,195,253)
#F0C8FD
(240,200,253)
#F1CDFD
(241,205,253)
#F2D2FD
(242,210,253)
#F3D7FD
(243,215,253)
#F4DCFD
(244,220,253)
#F5E1FD
(245,225,253)
#F6E6FD
(246,230,253)
#F7EBFD
(247,235,253)
#F8F0FD
(248,240,253)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC3FD; }

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

This text font color is #EFC3FD.

Background Color

.myBgColor { background-color: #EFC3FD; }

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

This div background color is #EFC3FD.

Border color

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

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

This div border color is #EFC3FD.

Opacity

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

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

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

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

This text has shadow with #EFC3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC3FD.

Preview

Color preview on black background

This text has color #EFC3FD on black background.


Color preview on white background

This text has color #EFC3FD on white background.


Black color preview on #EFC3FD background

This text has black color on #EFC3FD background.


White color preview on #EFC3FD background

This text has white color on #EFC3FD background.


Related colors

Complementary color

Complementary color for #hex is #103C02.


I love getcolorcode.com

Triadic colors

1 #FDEFC3 and #C3FDEF with #EFC3FD are triadic colors.

2 #FDC3EF and #C3EFFD with #EFC3FD are triadic colors.