COLOR #EFDEF9

HEX: #EFDEF9
RGB: (239,222,249)

Color info

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

RGB color model

#EFDEF9 color RGB value is (239,222,249).

  • red value is 239;
  • green value is 222;
  • blue value is 249.
RGB:
(239,222,249)
(94%,87%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 249 of 255 = 98%

239
222
249

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 249 = 710 (100%)
R 239 of 710 ~ 33.66%
G 222 of 710 ~ 31.27%
B 249 of 710 ~ 35.07%

%33.66
%31.27
%35.07

CMYK color model

#EFDEF9 color CMYK value is (4,11,0,2).

  • cyan value is 4.02%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,11,0,2)
C4M11Y0K2 
(4%,11%,0%,2%)
(0.04/0.11/0.00/0.02)	

CMYK percentages

%4.02
%10.84
%0
%2.35

Codes

Color #EFDEF9 in popluar color models

EFDEF9
RGB239222249
HSL278°69.23%92.35%
HSB/HSV278°10.84%97.65%
CMYK4.02%10.84%0.00%
2.35%

Color #EFDEF9 in popluar number systems.

HEXEFDEF9
Decimal239222249
Binary111011111101111011111001
Octal357336371

Shades and tints

Shades of #EFDEF9

#EFDEF9
(239,222,249)
#DACAE3
(218,202,227)
#C5B6CD
(197,182,205)
#B0A2B7
(176,162,183)
#9B8EA1
(155,142,161)
#867A8B
(134,122,139)
#716675
(113,102,117)
#5C525F
(92,82,95)
#473E49
(71,62,73)
#322A33
(50,42,51)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFDEF9

#EFDEF9
(239,222,249)
#F0E1F9
(240,225,249)
#F1E4F9
(241,228,249)
#F2E7F9
(242,231,249)
#F3EAF9
(243,234,249)
#F4EDF9
(244,237,249)
#F5F0F9
(245,240,249)
#F6F3F9
(246,243,249)
#F7F6F9
(247,246,249)
#F8F9F9
(248,249,249)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEF9; }

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

This text font color is #EFDEF9.


Background Color

.myBgColor { background-color: #EFDEF9; }

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

This div background color is #EFDEF9.


Border color

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

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

This div border color is #EFDEF9.


Opacity

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

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

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

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

This text has shadow with #EFDEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEF9 on black background.


Color preview on white background

This text has color #EFDEF9 on white background.



Black color preview on #EFDEF9 background

This text has black color on #EFDEF9 background.


White color preview on #EFDEF9 background

This text has white color on #EFDEF9 background.