COLOR #EFCDF1

HEX: #EFCDF1
RGB: (239,205,241)

Color info

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

RGB color model

#EFCDF1 color RGB value is (239,205,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 241 of 255 = 95%

239
205
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 241 = 685 (100%)
R 239 of 685 ~ 34.89%
G 205 of 685 ~ 29.93%
B 241 of 685 ~ 35.18%

%34.89
%29.93
%35.18

CMYK color model

#EFCDF1 color CMYK value is (1,15,0,5).

  • cyan value is 0.83%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,15,0,5)
C1M15Y0K5 
(1%,15%,0%,5%)
(0.01/0.15/0.00/0.05)	

CMYK percentages

%0.83
%14.94
%0
%5.49

Codes

Color #EFCDF1 in popluar color models

EFCDF1
RGB239205241
HSL297°56.25%87.45%
HSB/HSV297°14.94%94.51%
CMYK0.83%14.94%0.00%
5.49%

Color #EFCDF1 in popluar number systems.

HEXEFCDF1
Decimal239205241
Binary111011111100110111110001
Octal357315361

Shades and tints

Shades of #EFCDF1

#EFCDF1
(239,205,241)
#DABBDC
(218,187,220)
#C5A9C7
(197,169,199)
#B097B2
(176,151,178)
#9B859D
(155,133,157)
#867388
(134,115,136)
#716173
(113,97,115)
#5C4F5E
(92,79,94)
#473D49
(71,61,73)
#322B34
(50,43,52)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #EFCDF1

#EFCDF1
(239,205,241)
#F0D1F2
(240,209,242)
#F1D5F3
(241,213,243)
#F2D9F4
(242,217,244)
#F3DDF5
(243,221,245)
#F4E1F6
(244,225,246)
#F5E5F7
(245,229,247)
#F6E9F8
(246,233,248)
#F7EDF9
(247,237,249)
#F8F1FA
(248,241,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDF1; }

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

This text font color is #EFCDF1.


Background Color

.myBgColor { background-color: #EFCDF1; }

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

This div background color is #EFCDF1.


Border color

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

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

This div border color is #EFCDF1.


Opacity

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

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

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

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

This text has shadow with #EFCDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDF1 on black background.


Color preview on white background

This text has color #EFCDF1 on white background.



Black color preview on #EFCDF1 background

This text has black color on #EFCDF1 background.


White color preview on #EFCDF1 background

This text has white color on #EFCDF1 background.