COLOR #EDEFFC

HEX: #EDEFFC RGB: (237,239,252)

Color info

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

RGB color model

#EDEFFC color RGB value is (237,239,252).

RGB: (237,239,252) (93%, 94%, 99%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 252 of 255 = 99%

237
239
252

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

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 252 = 728 (100%)
R 237 of 728 ~ 32.55%
G 239 of 728 ~ 32.83%
B 252 of 728 ~ 34.62'%

%32.55
%32.83
%34.62

CMYK color model

#EDEFFC color CMYK value is (6,5,0,1).

  • cyan value is 5.95%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,5,0,1)
C6M5Y0K1 (6%, 5%, 0%, 1%)
(0.06 / 0.05 / 0.00 / 0.01)

CMYK percentages

%5.95
%5.16
%0
%1.18

Codes

Color #EDEFFC in popluar color models

ED EF FC
RGB 237 239 252
HSL 232° 71.43% 95.88%
HSB/HSV 232° 5.95% 98.82%
CMYK 5.95% 5.16% 0.00%
1.18%

Color #EDEFFC in popluar number systems.

HEX ED EF FC
Decimal 237 239 252
Binary 11101101 11101111 11111100
Octal 355 357 374

Shades and tints

Shades of #EDEFFC

#EDEFFC
(237,239,252)
#D8DAE6
(216,218,230)
#C3C5D0
(195,197,208)
#AEB0BA
(174,176,186)
#999BA4
(153,155,164)
#84868E
(132,134,142)
#6F7178
(111,113,120)
#5A5C62
(90,92,98)
#45474C
(69,71,76)
#303236
(48,50,54)
#1B1D20
(27,29,32)
#000000
(0,0,0)

Tints of #EDEFFC

#EDEFFC
(237,239,252)
#EEF0FC
(238,240,252)
#EFF1FC
(239,241,252)
#F0F2FC
(240,242,252)
#F1F3FC
(241,243,252)
#F2F4FC
(242,244,252)
#F3F5FC
(243,245,252)
#F4F6FC
(244,246,252)
#F5F7FC
(245,247,252)
#F6F8FC
(246,248,252)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFFC; }

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

This text font color is #EDEFFC.

Background Color

.myBgColor { background-color: #EDEFFC; }

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

This div background color is #EDEFFC.

Border color

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

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

This div border color is #EDEFFC.

Opacity

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

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

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

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

This text has shadow with #EDEFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFFC.

Preview

Color preview on black background

This text has color #EDEFFC on black background.


Color preview on white background

This text has color #EDEFFC on white background.


Black color preview on #EDEFFC background

This text has black color on #EDEFFC background.


White color preview on #EDEFFC background

This text has white color on #EDEFFC background.


Related colors

Complementary color

Complementary color for #hex is #121003.


I love getcolorcode.com

Triadic colors

1 #FCEDEF and #EFFCED with #EDEFFC are triadic colors.

2 #FCEFED and #EFEDFC with #EDEFFC are triadic colors.