COLOR #EFE0F9

HEX: #EFE0F9 RGB: (239,224,249)

Color info

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

RGB color model

#EFE0F9 color RGB value is (239,224,249).

RGB: (239,224,249) (94%, 88%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 249 of 255 = 98%

239
224
249

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

Portions of RGB colors in percentages

R + G + B = 239 + 224 + 249 = 712 (100%)
R 239 of 712 ~ 33.57%
G 224 of 712 ~ 31.46%
B 249 of 712 ~ 34.97'%

%33.57
%31.46
%34.97

CMYK color model

#EFE0F9 color CMYK value is (4,10,0,2).

  • cyan value is 4.02%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (4,10,0,2) C4M10Y0K2 (4%,10%,0%,2%) (0.04/0.10/0.00/0.02) 

CMYK percentages

%4.02
%10.04
%0
%2.35

Codes

Color #EFE0F9 in popluar color models

EF E0 F9
RGB 239 224 249
HSL 276° 67.57% 92.75%
HSB/HSV 276° 10.04% 97.65%
CMYK 4.02% 10.04% 0.00%
2.35%

Color #EFE0F9 in popluar number systems.

HEX EF E0 F9
Decimal 239 224 249
Binary 11101111 11100000 11111001
Octal 357 340 371

Shades and tints

Shades of #EFE0F9

#EFE0F9
(239,224,249)
#DACCE3
(218,204,227)
#C5B8CD
(197,184,205)
#B0A4B7
(176,164,183)
#9B90A1
(155,144,161)
#867C8B
(134,124,139)
#716875
(113,104,117)
#5C545F
(92,84,95)
#474049
(71,64,73)
#322C33
(50,44,51)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #EFE0F9

#EFE0F9
(239,224,249)
#F0E2F9
(240,226,249)
#F1E4F9
(241,228,249)
#F2E6F9
(242,230,249)
#F3E8F9
(243,232,249)
#F4EAF9
(244,234,249)
#F5ECF9
(245,236,249)
#F6EEF9
(246,238,249)
#F7F0F9
(247,240,249)
#F8F2F9
(248,242,249)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0F9 color. Also use rgb(239,224,249) instead hex code.

Text Font Color

.myTextColor { color: #EFE0F9; }

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

This text font color is #EFE0F9.

Background Color

.myBgColor { background-color: #EFE0F9; }

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

This div background color is #EFE0F9.

Border color

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

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

This div border color is #EFE0F9.

Opacity

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

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

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

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

This text has shadow with #EFE0F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE0F9.

Preview

Color preview on black background

This text has color #EFE0F9 on black background.


Color preview on white background

This text has color #EFE0F9 on white background.


Black color preview on #EFE0F9 background

This text has black color on #EFE0F9 background.


White color preview on #EFE0F9 background

This text has white color on #EFE0F9 background.


Related colors

Complementary color

Complementary color for #hex is #101F06.


I love getcolorcode.com

Triadic colors

1 #F9EFE0 and #E0F9EF with #EFE0F9 are triadic colors.

2 #F9E0EF and #E0EFF9 with #EFE0F9 are triadic colors.