COLOR #EDECFF

HEX: #EDECFF
RGB: (237,236,255)

Color info

#EDECFF contains red, green and blue colors in about the same proportion. Web safe color of #EDECFF is #FFFFFF (or #FFF).

RGB color model

#EDECFF color RGB value is (237,236,255).

  • red value is 237;
  • green value is 236;
  • blue value is 255.
RGB:
(237,236,255)
(93%,93%,100%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 255 of 255 = 100%

237
236
255

R + G + B ~ 95%. #EDECFF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 255 = 728 (100%)
R 237 of 728 ~ 32.55%
G 236 of 728 ~ 32.42%
B 255 of 728 ~ 35.03%

%32.55
%32.42
%35.03

CMYK color model

#EDECFF color CMYK value is (7,7,0,0).

  • cyan value is 7.06%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,7,0,0)
C7M7Y0K0 
(7%,7%,0%,0%)
(0.07/0.07/0.00/0.00)	

CMYK percentages

%7.06
%7.45
%0
%0

Codes

Color #EDECFF in popluar color models

EDECFF
RGB237236255
HSL243°100.00%96.27%
HSB/HSV243°7.45%100.00%
CMYK7.06%7.45%0.00%
0.00%

Color #EDECFF in popluar number systems.

HEXEDECFF
Decimal237236255
Binary111011011110110011111111
Octal355354377

Shades and tints

Shades of #EDECFF

#EDECFF
(237,236,255)
#D8D7E8
(216,215,232)
#C3C2D1
(195,194,209)
#AEADBA
(174,173,186)
#9998A3
(153,152,163)
#84838C
(132,131,140)
#6F6E75
(111,110,117)
#5A595E
(90,89,94)
#454447
(69,68,71)
#302F30
(48,47,48)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDECFF

#EDECFF
(237,236,255)
#EEEDFF
(238,237,255)
#EFEEFF
(239,238,255)
#F0EFFF
(240,239,255)
#F1F0FF
(241,240,255)
#F2F1FF
(242,241,255)
#F3F2FF
(243,242,255)
#F4F3FF
(244,243,255)
#F5F4FF
(245,244,255)
#F6F5FF
(246,245,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDECFF color. Also use rgb(237,236,255) instead hex code.

Text Font Color

.myTextColor { color: #EDECFF; }

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

This text font color is #EDECFF.


Background Color

.myBgColor { background-color: #EDECFF; }

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

This div background color is #EDECFF.


Border color

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

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

This div border color is #EDECFF.


Opacity

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

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

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

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

This text has shadow with #EDECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECFF on black background.


Color preview on white background

This text has color #EDECFF on white background.



Black color preview on #EDECFF background

This text has black color on #EDECFF background.


White color preview on #EDECFF background

This text has white color on #EDECFF background.