COLOR #EFCDEF

HEX: #EFCDEF
RGB: (239,205,239)

Color info

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

RGB color model

#EFCDEF color RGB value is (239,205,239).

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

RGB channels and saturation

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

239
205
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 239 = 683 (100%)
R 239 of 683 ~ 34.99%
G 205 of 683 ~ 30.01%
B 239 of 683 ~ 34.99%

%34.99
%30.01
%34.99

CMYK color model

#EFCDEF color CMYK value is (0,14,0,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (0,14,0,6) C0M14Y0K6 (0%,14%,0%,6%) (0.00/0.14/0.00/0.06)

CMYK percentages

%0
%14.23
%0
%6.27

Codes

Color #EFCDEF in popluar color models

EFCDEF
RGB239205239
HSL300°51.52%87.06%
HSB/HSV300°14.23%93.73%
CMYK0.00%14.23%0.00%
6.27%

Color #EFCDEF in popluar number systems.

HEXEFCDEF
Decimal239205239
Binary111011111100110111101111
Octal357315357

Shades and tints

Shades of #EFCDEF

#EFCDEF
(239,205,239)
#DABBDA
(218,187,218)
#C5A9C5
(197,169,197)
#B097B0
(176,151,176)
#9B859B
(155,133,155)
#867386
(134,115,134)
#716171
(113,97,113)
#5C4F5C
(92,79,92)
#473D47
(71,61,71)
#322B32
(50,43,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #EFCDEF

#EFCDEF
(239,205,239)
#F0D1F0
(240,209,240)
#F1D5F1
(241,213,241)
#F2D9F2
(242,217,242)
#F3DDF3
(243,221,243)
#F4E1F4
(244,225,244)
#F5E5F5
(245,229,245)
#F6E9F6
(246,233,246)
#F7EDF7
(247,237,247)
#F8F1F8
(248,241,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDEF; }

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

This text font color is #EFCDEF.


Background Color

.myBgColor { background-color: #EFCDEF; }

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

This div background color is #EFCDEF.


Border color

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

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

This div border color is #EFCDEF.


Opacity

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

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

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

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

This text has shadow with #EFCDEF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFCDEF on black background.


Color preview on white background

This text has color #EFCDEF on white background.



Black color preview on #EFCDEF background

This text has black color on #EFCDEF background.


White color preview on #EFCDEF background

This text has white color on #EFCDEF background.