COLOR #EFE9FF

HEX: #EFE9FF RGB: (239,233,255)

Color info

#EFE9FF contains red, green and blue colors in about the same proportion. Web safe color of #EFE9FF is #FFFFFF (or #FFF).

RGB color model

#EFE9FF color RGB value is (239,233,255).

RGB: (239,233,255) (94%, 91%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 255 of 255 = 100%

239
233
255

R + G + B ~ 95%. #EFE9FF is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 255 = 727 (100%)
R 239 of 727 ~ 32.87%
G 233 of 727 ~ 32.05%
B 255 of 727 ~ 35.08'%

%32.87
%32.05
%35.08

CMYK color model

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

  • cyan value is 6.27%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,9,0,0)
C6M9Y0K0 (6%, 9%, 0%, 0%)
(0.06 / 0.09 / 0.00 / 0.00)

CMYK percentages

%6.27
%8.63
%0
%0

Codes

Color #EFE9FF in popluar color models

EF E9 FF
RGB 239 233 255
HSL 256° 100.00% 95.69%
HSB/HSV 256° 8.63% 100.00%
CMYK 6.27% 8.63% 0.00%
0.00%

Color #EFE9FF in popluar number systems.

HEX EF E9 FF
Decimal 239 233 255
Binary 11101111 11101001 11111111
Octal 357 351 377

Shades and tints

Shades of #EFE9FF

#EFE9FF
(239,233,255)
#DAD4E8
(218,212,232)
#C5BFD1
(197,191,209)
#B0AABA
(176,170,186)
#9B95A3
(155,149,163)
#86808C
(134,128,140)
#716B75
(113,107,117)
#5C565E
(92,86,94)
#474147
(71,65,71)
#322C30
(50,44,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFE9FF

#EFE9FF
(239,233,255)
#F0EBFF
(240,235,255)
#F1EDFF
(241,237,255)
#F2EFFF
(242,239,255)
#F3F1FF
(243,241,255)
#F4F3FF
(244,243,255)
#F5F5FF
(245,245,255)
#F6F7FF
(246,247,255)
#F7F9FF
(247,249,255)
#F8FBFF
(248,251,255)
#F9FDFF
(249,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE9FF color. Also use rgb(239,233,255) instead hex code.

Text Font Color

.myTextColor { color: #EFE9FF; }

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

This text font color is #EFE9FF.

Background Color

.myBgColor { background-color: #EFE9FF; }

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

This div background color is #EFE9FF.

Border color

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

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

This div border color is #EFE9FF.

Opacity

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

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

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

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

This text has shadow with #EFE9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9FF.

Preview

Color preview on black background

This text has color #EFE9FF on black background.


Color preview on white background

This text has color #EFE9FF on white background.


Black color preview on #EFE9FF background

This text has black color on #EFE9FF background.


White color preview on #EFE9FF background

This text has white color on #EFE9FF background.


Related colors

Complementary color

Complementary color for #hex is #101600.


I love getcolorcode.com

Triadic colors

1 #FFEFE9 and #E9FFEF with #EFE9FF are triadic colors.

2 #FFE9EF and #E9EFFF with #EFE9FF are triadic colors.