COLOR #EFD9EA

HEX: #EFD9EA RGB: (239,217,234)

Color info

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

RGB color model

#EFD9EA color RGB value is (239,217,234).

RGB: (239,217,234) (94%, 85%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 234 of 255 = 92%

239
217
234

R + G + B ~ 90%. #EFD9EA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 217 + 234 = 690 (100%)
R 239 of 690 ~ 34.64%
G 217 of 690 ~ 31.45%
B 234 of 690 ~ 33.91'%

%34.64
%31.45
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 2.09%
  • key color value is 6.27%

CMYK: (0,9,2,6)
C0M9Y2K6 (0%, 9%, 2%, 6%)
(0.00 / 0.09 / 0.02 / 0.06)

CMYK percentages

%0
%9.21
%2.09
%6.27

Codes

Color #EFD9EA in popluar color models

EF D9 EA
RGB 239 217 234
HSL 314° 40.74% 89.41%
HSB/HSV 314° 9.21% 93.73%
CMYK 0.00% 9.21% 2.09%
6.27%

Color #EFD9EA in popluar number systems.

HEX EF D9 EA
Decimal 239 217 234
Binary 11101111 11011001 11101010
Octal 357 331 352

Shades and tints

Shades of #EFD9EA

#EFD9EA
(239,217,234)
#DAC6D5
(218,198,213)
#C5B3C0
(197,179,192)
#B0A0AB
(176,160,171)
#9B8D96
(155,141,150)
#867A81
(134,122,129)
#71676C
(113,103,108)
#5C5457
(92,84,87)
#474142
(71,65,66)
#322E2D
(50,46,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFD9EA

#EFD9EA
(239,217,234)
#F0DCEB
(240,220,235)
#F1DFEC
(241,223,236)
#F2E2ED
(242,226,237)
#F3E5EE
(243,229,238)
#F4E8EF
(244,232,239)
#F5EBF0
(245,235,240)
#F6EEF1
(246,238,241)
#F7F1F2
(247,241,242)
#F8F4F3
(248,244,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9EA color. Also use rgb(239,217,234) instead hex code.

Text Font Color

.myTextColor { color: #EFD9EA; }

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

This text font color is #EFD9EA.

Background Color

.myBgColor { background-color: #EFD9EA; }

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

This div background color is #EFD9EA.

Border color

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

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

This div border color is #EFD9EA.

Opacity

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

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

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

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

This text has shadow with #EFD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD9EA.

Preview

Color preview on black background

This text has color #EFD9EA on black background.


Color preview on white background

This text has color #EFD9EA on white background.


Black color preview on #EFD9EA background

This text has black color on #EFD9EA background.


White color preview on #EFD9EA background

This text has white color on #EFD9EA background.


Related colors

Complementary color

Complementary color for #hex is #102615.


I love getcolorcode.com

Triadic colors

1 #EAEFD9 and #D9EAEF with #EFD9EA are triadic colors.

2 #EAD9EF and #D9EFEA with #EFD9EA are triadic colors.