COLOR #EDC4FC

HEX: #EDC4FC
RGB: (237,196,252)

Color info

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

RGB color model

#EDC4FC color RGB value is (237,196,252).

  • red value is 237;
  • green value is 196;
  • blue value is 252.
RGB:
(237,196,252)
(93%,77%,99%)

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 252 of 255 = 99%

237
196
252

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

Portions of RGB colors in percentages

R + G + B =
237 + 196 + 252 = 685 (100%)
R 237 of 685 ~ 34.6%
G 196 of 685 ~ 28.61%
B 252 of 685 ~ 36.79%

%34.6
%28.61
%36.79

CMYK color model

#EDC4FC color CMYK value is (6,22,0,1).

  • cyan value is 5.95%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,22,0,1)
C6M22Y0K1 
(6%,22%,0%,1%)
(0.06/0.22/0.00/0.01)	

CMYK percentages

%5.95
%22.22
%0
%1.18

Codes

Color #EDC4FC in popluar color models

EDC4FC
RGB237196252
HSL284°90.32%87.84%
HSB/HSV284°22.22%98.82%
CMYK5.95%22.22%0.00%
1.18%

Color #EDC4FC in popluar number systems.

HEXEDC4FC
Decimal237196252
Binary111011011100010011111100
Octal355304374

Shades and tints

Shades of #EDC4FC

#EDC4FC
(237,196,252)
#D8B3E6
(216,179,230)
#C3A2D0
(195,162,208)
#AE91BA
(174,145,186)
#9980A4
(153,128,164)
#846F8E
(132,111,142)
#6F5E78
(111,94,120)
#5A4D62
(90,77,98)
#453C4C
(69,60,76)
#302B36
(48,43,54)
#1B1A20
(27,26,32)
#000000
(0,0,0)

Tints of #EDC4FC

#EDC4FC
(237,196,252)
#EEC9FC
(238,201,252)
#EFCEFC
(239,206,252)
#F0D3FC
(240,211,252)
#F1D8FC
(241,216,252)
#F2DDFC
(242,221,252)
#F3E2FC
(243,226,252)
#F4E7FC
(244,231,252)
#F5ECFC
(245,236,252)
#F6F1FC
(246,241,252)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC4FC color. Also use rgb(237,196,252) instead hex code.

Text Font Color

.myTextColor { color: #EDC4FC; }

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

This text font color is #EDC4FC.


Background Color

.myBgColor { background-color: #EDC4FC; }

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

This div background color is #EDC4FC.


Border color

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

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

This div border color is #EDC4FC.


Opacity

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

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

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

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

This text has shadow with #EDC4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4FC on black background.


Color preview on white background

This text has color #EDC4FC on white background.



Black color preview on #EDC4FC background

This text has black color on #EDC4FC background.


White color preview on #EDC4FC background

This text has white color on #EDC4FC background.