COLOR #ECFFF6

HEX: #ECFFF6 RGB: (236,255,246)

Color info

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

RGB color model

#ECFFF6 color RGB value is (236,255,246).

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

RGB channels and saturation

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

236
255
246

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

Portions of RGB colors in percentages

R + G + B = 236 + 255 + 246 = 737 (100%)
R 236 of 737 ~ 32.02%
G 255 of 737 ~ 34.6%
B 246 of 737 ~ 33.38'%

%32.02
%34.6
%33.38

CMYK color model

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

  • cyan value is 7.45%
  • 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.45
%0
%3.53
%0

Codes

Color #ECFFF6 in popluar color models

EC FF F6
RGB 236 255 246
HSL 152° 100.00% 96.27%
HSB/HSV 152° 7.45% 100.00%
CMYK 7.45% 0.00% 3.53%
0.00%

Color #ECFFF6 in popluar number systems.

HEX EC FF F6
Decimal 236 255 246
Binary 11101100 11111111 11110110
Octal 354 377 366

Shades and tints

Shades of #ECFFF6

#ECFFF6
(236,255,246)
#D7E8E0
(215,232,224)
#C2D1CA
(194,209,202)
#ADBAB4
(173,186,180)
#98A39E
(152,163,158)
#838C88
(131,140,136)
#6E7572
(110,117,114)
#595E5C
(89,94,92)
#444746
(68,71,70)
#2F3030
(47,48,48)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECFFF6

#ECFFF6
(236,255,246)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFFF6; }

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

This text font color is #ECFFF6.

Background Color

.myBgColor { background-color: #ECFFF6; }

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

This div background color is #ECFFF6.

Border color

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

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

This div border color is #ECFFF6.

Opacity

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

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

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

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

This text has shadow with #ECFFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFFF6.

Preview

Color preview on black background

This text has color #ECFFF6 on black background.


Color preview on white background

This text has color #ECFFF6 on white background.


Black color preview on #ECFFF6 background

This text has black color on #ECFFF6 background.


White color preview on #ECFFF6 background

This text has white color on #ECFFF6 background.


Related colors

Complementary color

Complementary color for #hex is #130009.


I love getcolorcode.com

Triadic colors

1 #F6ECFF and #FFF6EC with #ECFFF6 are triadic colors.

2 #F6FFEC and #FFECF6 with #ECFFF6 are triadic colors.