COLOR #EFE6FD

HEX: #EFE6FD RGB: (239,230,253)

Color info

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

RGB color model

#EFE6FD color RGB value is (239,230,253).

RGB: (239,230,253) (94%, 90%, 99%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 253 of 255 = 99%

239
230
253

R + G + B ~ 94%. #EFE6FD is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 253 = 722 (100%)
R 239 of 722 ~ 33.1%
G 230 of 722 ~ 31.86%
B 253 of 722 ~ 35.04'%

%33.1
%31.86
%35.04

CMYK color model

#EFE6FD color CMYK value is (6,9,0,1).

  • cyan value is 5.53%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (6,9,0,1)
C6M9Y0K1 (6%, 9%, 0%, 1%)
(0.06 / 0.09 / 0.00 / 0.01)

CMYK percentages

%5.53
%9.09
%0
%0.78

Codes

Color #EFE6FD in popluar color models

EF E6 FD
RGB 239 230 253
HSL 263° 85.19% 94.71%
HSB/HSV 263° 9.09% 99.22%
CMYK 5.53% 9.09% 0.00%
0.78%

Color #EFE6FD in popluar number systems.

HEX EF E6 FD
Decimal 239 230 253
Binary 11101111 11100110 11111101
Octal 357 346 375

Shades and tints

Shades of #EFE6FD

#EFE6FD
(239,230,253)
#DAD2E6
(218,210,230)
#C5BECF
(197,190,207)
#B0AAB8
(176,170,184)
#9B96A1
(155,150,161)
#86828A
(134,130,138)
#716E73
(113,110,115)
#5C5A5C
(92,90,92)
#474645
(71,70,69)
#32322E
(50,50,46)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #EFE6FD

#EFE6FD
(239,230,253)
#F0E8FD
(240,232,253)
#F1EAFD
(241,234,253)
#F2ECFD
(242,236,253)
#F3EEFD
(243,238,253)
#F4F0FD
(244,240,253)
#F5F2FD
(245,242,253)
#F6F4FD
(246,244,253)
#F7F6FD
(247,246,253)
#F8F8FD
(248,248,253)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6FD; }

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

This text font color is #EFE6FD.

Background Color

.myBgColor { background-color: #EFE6FD; }

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

This div background color is #EFE6FD.

Border color

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

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

This div border color is #EFE6FD.

Opacity

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

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

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

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

This text has shadow with #EFE6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6FD.

Preview

Color preview on black background

This text has color #EFE6FD on black background.


Color preview on white background

This text has color #EFE6FD on white background.


Black color preview on #EFE6FD background

This text has black color on #EFE6FD background.


White color preview on #EFE6FD background

This text has white color on #EFE6FD background.


Related colors

Complementary color

Complementary color for #hex is #101902.


I love getcolorcode.com

Triadic colors

1 #FDEFE6 and #E6FDEF with #EFE6FD are triadic colors.

2 #FDE6EF and #E6EFFD with #EFE6FD are triadic colors.