COLOR #EFCDFC

HEX: #EFCDFC
RGB: (239,205,252)

Color info

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

RGB color model

#EFCDFC color RGB value is (239,205,252).

  • red value is 239;
  • green value is 205;
  • blue value is 252.
RGB:
(239,205,252)
(94%,80%,99%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 252 of 255 = 99%

239
205
252

R + G + B ~ 91%. #EFCDFC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 252 = 696 (100%)
R 239 of 696 ~ 34.34%
G 205 of 696 ~ 29.45%
B 252 of 696 ~ 36.21%

%34.34
%29.45
%36.21

CMYK color model

#EFCDFC color CMYK value is (5,19,0,1).

  • cyan value is 5.16%
  • magenta value is 18.65%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,19,0,1)
C5M19Y0K1 
(5%,19%,0%,1%)
(0.05/0.19/0.00/0.01)	

CMYK percentages

%5.16
%18.65
%0
%1.18

Codes

Color #EFCDFC in popluar color models

EFCDFC
RGB239205252
HSL283°88.68%89.61%
HSB/HSV283°18.65%98.82%
CMYK5.16%18.65%0.00%
1.18%

Color #EFCDFC in popluar number systems.

HEXEFCDFC
Decimal239205252
Binary111011111100110111111100
Octal357315374

Shades and tints

Shades of #EFCDFC

#EFCDFC
(239,205,252)
#DABBE6
(218,187,230)
#C5A9D0
(197,169,208)
#B097BA
(176,151,186)
#9B85A4
(155,133,164)
#86738E
(134,115,142)
#716178
(113,97,120)
#5C4F62
(92,79,98)
#473D4C
(71,61,76)
#322B36
(50,43,54)
#1D1920
(29,25,32)
#000000
(0,0,0)

Tints of #EFCDFC

#EFCDFC
(239,205,252)
#F0D1FC
(240,209,252)
#F1D5FC
(241,213,252)
#F2D9FC
(242,217,252)
#F3DDFC
(243,221,252)
#F4E1FC
(244,225,252)
#F5E5FC
(245,229,252)
#F6E9FC
(246,233,252)
#F7EDFC
(247,237,252)
#F8F1FC
(248,241,252)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDFC; }

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

This text font color is #EFCDFC.


Background Color

.myBgColor { background-color: #EFCDFC; }

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

This div background color is #EFCDFC.


Border color

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

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

This div border color is #EFCDFC.


Opacity

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

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

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

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

This text has shadow with #EFCDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDFC on black background.


Color preview on white background

This text has color #EFCDFC on white background.



Black color preview on #EFCDFC background

This text has black color on #EFCDFC background.


White color preview on #EFCDFC background

This text has white color on #EFCDFC background.