COLOR #EFCDF5

HEX: #EFCDF5
RGB: (239,205,245)

Color info

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

RGB color model

#EFCDF5 color RGB value is (239,205,245).

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

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 245 of 255 = 96%

239
205
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 245 = 689 (100%)
R 239 of 689 ~ 34.69%
G 205 of 689 ~ 29.75%
B 245 of 689 ~ 35.56%

%34.69
%29.75
%35.56

CMYK color model

#EFCDF5 color CMYK value is (2,16,0,4).

  • cyan value is 2.45%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,16,0,4)
C2M16Y0K4 
(2%,16%,0%,4%)
(0.02/0.16/0.00/0.04)	

CMYK percentages

%2.45
%16.33
%0
%3.92

Codes

Color #EFCDF5 in popluar color models

EFCDF5
RGB239205245
HSL291°66.67%88.24%
HSB/HSV291°16.33%96.08%
CMYK2.45%16.33%0.00%
3.92%

Color #EFCDF5 in popluar number systems.

HEXEFCDF5
Decimal239205245
Binary111011111100110111110101
Octal357315365

Shades and tints

Shades of #EFCDF5

#EFCDF5
(239,205,245)
#DABBDF
(218,187,223)
#C5A9C9
(197,169,201)
#B097B3
(176,151,179)
#9B859D
(155,133,157)
#867387
(134,115,135)
#716171
(113,97,113)
#5C4F5B
(92,79,91)
#473D45
(71,61,69)
#322B2F
(50,43,47)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFCDF5

#EFCDF5
(239,205,245)
#F0D1F5
(240,209,245)
#F1D5F5
(241,213,245)
#F2D9F5
(242,217,245)
#F3DDF5
(243,221,245)
#F4E1F5
(244,225,245)
#F5E5F5
(245,229,245)
#F6E9F5
(246,233,245)
#F7EDF5
(247,237,245)
#F8F1F5
(248,241,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDF5; }

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

This text font color is #EFCDF5.


Background Color

.myBgColor { background-color: #EFCDF5; }

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

This div background color is #EFCDF5.


Border color

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

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

This div border color is #EFCDF5.


Opacity

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

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

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

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

This text has shadow with #EFCDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDF5 on black background.


Color preview on white background

This text has color #EFCDF5 on white background.



Black color preview on #EFCDF5 background

This text has black color on #EFCDF5 background.


White color preview on #EFCDF5 background

This text has white color on #EFCDF5 background.