COLOR #EFD4EF

HEX: #EFD4EF
RGB: (239,212,239)

Color info

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

RGB color model

#EFD4EF color RGB value is (239,212,239).

  • red value is 239;
  • green value is 212;
  • blue value is 239.
RGB:
(239,212,239)
(94%,83%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 212 of 255 = 83%
B 239 of 255 = 94%

239
212
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 212 + 239 = 690 (100%)
R 239 of 690 ~ 34.64%
G 212 of 690 ~ 30.72%
B 239 of 690 ~ 34.64%

%34.64
%30.72
%34.64

CMYK color model

#EFD4EF color CMYK value is (0,11,0,6).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,11,0,6)
C0M11Y0K6 
(0%,11%,0%,6%)
(0.00/0.11/0.00/0.06)	

CMYK percentages

%0
%11.3
%0
%6.27

Codes

Color #EFD4EF in popluar color models

EFD4EF
RGB239212239
HSL300°45.76%88.43%
HSB/HSV300°11.30%93.73%
CMYK0.00%11.30%0.00%
6.27%

Color #EFD4EF in popluar number systems.

HEXEFD4EF
Decimal239212239
Binary111011111101010011101111
Octal357324357

Shades and tints

Shades of #EFD4EF

#EFD4EF
(239,212,239)
#DAC1DA
(218,193,218)
#C5AEC5
(197,174,197)
#B09BB0
(176,155,176)
#9B889B
(155,136,155)
#867586
(134,117,134)
#716271
(113,98,113)
#5C4F5C
(92,79,92)
#473C47
(71,60,71)
#322932
(50,41,50)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFD4EF

#EFD4EF
(239,212,239)
#F0D7F0
(240,215,240)
#F1DAF1
(241,218,241)
#F2DDF2
(242,221,242)
#F3E0F3
(243,224,243)
#F4E3F4
(244,227,244)
#F5E6F5
(245,230,245)
#F6E9F6
(246,233,246)
#F7ECF7
(247,236,247)
#F8EFF8
(248,239,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD4EF; }

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

This text font color is #EFD4EF.


Background Color

.myBgColor { background-color: #EFD4EF; }

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

This div background color is #EFD4EF.


Border color

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

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

This div border color is #EFD4EF.


Opacity

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

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

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

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

This text has shadow with #EFD4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD4EF on black background.


Color preview on white background

This text has color #EFD4EF on white background.



Black color preview on #EFD4EF background

This text has black color on #EFD4EF background.


White color preview on #EFD4EF background

This text has white color on #EFD4EF background.