COLOR #EDFFF6

HEX: #EDFFF6 RGB: (237,255,246)

Color info

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

RGB color model

#EDFFF6 color RGB value is (237,255,246).

RGB: (237,255,246) (93%, 100%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 246 of 255 = 96%

237
255
246

R + G + B ~ 96%. #EDFFF6 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 255 + 246 = 738 (100%)
R 237 of 738 ~ 32.11%
G 255 of 738 ~ 34.55%
B 246 of 738 ~ 33.33'%

%32.11
%34.55
%33.33

CMYK color model

#EDFFF6 color CMYK value is (7,0,4,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 3.53%
  • key color value is 0.00%

CMYK: (7,0,4,0)
C7M0Y4K0 (7%, 0%, 4%, 0%)
(0.07 / 0.00 / 0.04 / 0.00)

CMYK percentages

%7.06
%0
%3.53
%0

Codes

Color #EDFFF6 in popluar color models

ED FF F6
RGB 237 255 246
HSL 150° 100.00% 96.47%
HSB/HSV 150° 7.06% 100.00%
CMYK 7.06% 0.00% 3.53%
0.00%

Color #EDFFF6 in popluar number systems.

HEX ED FF F6
Decimal 237 255 246
Binary 11101101 11111111 11110110
Octal 355 377 366

Shades and tints

Shades of #EDFFF6

#EDFFF6
(237,255,246)
#D8E8E0
(216,232,224)
#C3D1CA
(195,209,202)
#AEBAB4
(174,186,180)
#99A39E
(153,163,158)
#848C88
(132,140,136)
#6F7572
(111,117,114)
#5A5E5C
(90,94,92)
#454746
(69,71,70)
#303030
(48,48,48)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDFFF6

#EDFFF6
(237,255,246)
#EEFFF6
(238,255,246)
#EFFFF6
(239,255,246)
#F0FFF6
(240,255,246)
#F1FFF6
(241,255,246)
#F2FFF6
(242,255,246)
#F3FFF6
(243,255,246)
#F4FFF6
(244,255,246)
#F5FFF6
(245,255,246)
#F6FFF6
(246,255,246)
#F7FFF6
(247,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFF6; }

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

This text font color is #EDFFF6.

Background Color

.myBgColor { background-color: #EDFFF6; }

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

This div background color is #EDFFF6.

Border color

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

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

This div border color is #EDFFF6.

Opacity

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

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

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

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

This text has shadow with #EDFFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFFF6.

Preview

Color preview on black background

This text has color #EDFFF6 on black background.


Color preview on white background

This text has color #EDFFF6 on white background.


Black color preview on #EDFFF6 background

This text has black color on #EDFFF6 background.


White color preview on #EDFFF6 background

This text has white color on #EDFFF6 background.


Related colors

Complementary color

Complementary color for #hex is #120009.


I love getcolorcode.com

Triadic colors

1 #F6EDFF and #FFF6ED with #EDFFF6 are triadic colors.

2 #F6FFED and #FFEDF6 with #EDFFF6 are triadic colors.