COLOR #EFD1EA

HEX: #EFD1EA RGB: (239,209,234)

Color info

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

RGB color model

#EFD1EA color RGB value is (239,209,234).

RGB: (239,209,234) (94%, 82%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 234 of 255 = 92%

239
209
234

R + G + B ~ 89%. #EFD1EA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 209 + 234 = 682 (100%)
R 239 of 682 ~ 35.04%
G 209 of 682 ~ 30.65%
B 234 of 682 ~ 34.31'%

%35.04
%30.65
%34.31

CMYK color model

#EFD1EA color CMYK value is (0,13,2,6).

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

CMYK: (0,13,2,6)
C0M13Y2K6 (0%, 13%, 2%, 6%)
(0.00 / 0.13 / 0.02 / 0.06)

CMYK percentages

%0
%12.55
%2.09
%6.27

Codes

Color #EFD1EA in popluar color models

EF D1 EA
RGB 239 209 234
HSL 310° 48.39% 87.84%
HSB/HSV 310° 12.55% 93.73%
CMYK 0.00% 12.55% 2.09%
6.27%

Color #EFD1EA in popluar number systems.

HEX EF D1 EA
Decimal 239 209 234
Binary 11101111 11010001 11101010
Octal 357 321 352

Shades and tints

Shades of #EFD1EA

#EFD1EA
(239,209,234)
#DABED5
(218,190,213)
#C5ABC0
(197,171,192)
#B098AB
(176,152,171)
#9B8596
(155,133,150)
#867281
(134,114,129)
#715F6C
(113,95,108)
#5C4C57
(92,76,87)
#473942
(71,57,66)
#32262D
(50,38,45)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFD1EA

#EFD1EA
(239,209,234)
#F0D5EB
(240,213,235)
#F1D9EC
(241,217,236)
#F2DDED
(242,221,237)
#F3E1EE
(243,225,238)
#F4E5EF
(244,229,239)
#F5E9F0
(245,233,240)
#F6EDF1
(246,237,241)
#F7F1F2
(247,241,242)
#F8F5F3
(248,245,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1EA; }

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

This text font color is #EFD1EA.

Background Color

.myBgColor { background-color: #EFD1EA; }

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

This div background color is #EFD1EA.

Border color

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

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

This div border color is #EFD1EA.

Opacity

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

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

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

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

This text has shadow with #EFD1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD1EA.

Preview

Color preview on black background

This text has color #EFD1EA on black background.


Color preview on white background

This text has color #EFD1EA on white background.


Black color preview on #EFD1EA background

This text has black color on #EFD1EA background.


White color preview on #EFD1EA background

This text has white color on #EFD1EA background.


Related colors

Complementary color

Complementary color for #hex is #102E15.


I love getcolorcode.com

Triadic colors

1 #EAEFD1 and #D1EAEF with #EFD1EA are triadic colors.

2 #EAD1EF and #D1EFEA with #EFD1EA are triadic colors.