COLOR #EFD8F9

HEX: #EFD8F9 RGB: (239,216,249)

Color info

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

RGB color model

#EFD8F9 color RGB value is (239,216,249).

RGB: (239,216,249) (94%, 85%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 249 of 255 = 98%

239
216
249

R + G + B ~ 92%. #EFD8F9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 216 + 249 = 704 (100%)
R 239 of 704 ~ 33.95%
G 216 of 704 ~ 30.68%
B 249 of 704 ~ 35.37'%

%33.95
%30.68
%35.37

CMYK color model

#EFD8F9 color CMYK value is (4,13,0,2).

  • cyan value is 4.02%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (4,13,0,2) C4M13Y0K2 (4%,13%,0%,2%) (0.04/0.13/0.00/0.02) 

CMYK percentages

%4.02
%13.25
%0
%2.35

Codes

Color #EFD8F9 in popluar color models

EF D8 F9
RGB 239 216 249
HSL 282° 73.33% 91.18%
HSB/HSV 282° 13.25% 97.65%
CMYK 4.02% 13.25% 0.00%
2.35%

Color #EFD8F9 in popluar number systems.

HEX EF D8 F9
Decimal 239 216 249
Binary 11101111 11011000 11111001
Octal 357 330 371

Shades and tints

Shades of #EFD8F9

#EFD8F9
(239,216,249)
#DAC5E3
(218,197,227)
#C5B2CD
(197,178,205)
#B09FB7
(176,159,183)
#9B8CA1
(155,140,161)
#86798B
(134,121,139)
#716675
(113,102,117)
#5C535F
(92,83,95)
#474049
(71,64,73)
#322D33
(50,45,51)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #EFD8F9

#EFD8F9
(239,216,249)
#F0DBF9
(240,219,249)
#F1DEF9
(241,222,249)
#F2E1F9
(242,225,249)
#F3E4F9
(243,228,249)
#F4E7F9
(244,231,249)
#F5EAF9
(245,234,249)
#F6EDF9
(246,237,249)
#F7F0F9
(247,240,249)
#F8F3F9
(248,243,249)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8F9; }

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

This text font color is #EFD8F9.

Background Color

.myBgColor { background-color: #EFD8F9; }

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

This div background color is #EFD8F9.

Border color

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

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

This div border color is #EFD8F9.

Opacity

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

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

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

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

This text has shadow with #EFD8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD8F9.

Preview

Color preview on black background

This text has color #EFD8F9 on black background.


Color preview on white background

This text has color #EFD8F9 on white background.


Black color preview on #EFD8F9 background

This text has black color on #EFD8F9 background.


White color preview on #EFD8F9 background

This text has white color on #EFD8F9 background.


Related colors

Complementary color

Complementary color for #hex is #102706.


I love getcolorcode.com

Triadic colors

1 #F9EFD8 and #D8F9EF with #EFD8F9 are triadic colors.

2 #F9D8EF and #D8EFF9 with #EFD8F9 are triadic colors.