COLOR #ECFBFF

HEX: #ECFBFF
RGB: (236,251,255)

Color info

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

RGB color model

#ECFBFF color RGB value is (236,251,255).

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

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 255 of 255 = 100%

236
251
255

R + G + B ~ 97%. #ECFBFF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 255 = 742 (100%)
R 236 of 742 ~ 31.81%
G 251 of 742 ~ 33.83%
B 255 of 742 ~ 34.37%

%31.81
%33.83
%34.37

CMYK color model

#ECFBFF color CMYK value is (7,2,0,0).

  • cyan value is 7.45%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,2,0,0)
C7M2Y0K0 
(7%,2%,0%,0%)
(0.07/0.02/0.00/0.00)	

CMYK percentages

%7.45
%1.57
%0
%0

Codes

Color #ECFBFF in popluar color models

ECFBFF
RGB236251255
HSL193°100.00%96.27%
HSB/HSV193°7.45%100.00%
CMYK7.45%1.57%0.00%
0.00%

Color #ECFBFF in popluar number systems.

HEXECFBFF
Decimal236251255
Binary111011001111101111111111
Octal354373377

Shades and tints

Shades of #ECFBFF

#ECFBFF
(236,251,255)
#D7E5E8
(215,229,232)
#C2CFD1
(194,207,209)
#ADB9BA
(173,185,186)
#98A3A3
(152,163,163)
#838D8C
(131,141,140)
#6E7775
(110,119,117)
#59615E
(89,97,94)
#444B47
(68,75,71)
#2F3530
(47,53,48)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #ECFBFF

#ECFBFF
(236,251,255)
#EDFBFF
(237,251,255)
#EEFBFF
(238,251,255)
#EFFBFF
(239,251,255)
#F0FBFF
(240,251,255)
#F1FBFF
(241,251,255)
#F2FBFF
(242,251,255)
#F3FBFF
(243,251,255)
#F4FBFF
(244,251,255)
#F5FBFF
(245,251,255)
#F6FBFF
(246,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBFF; }

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

This text font color is #ECFBFF.


Background Color

.myBgColor { background-color: #ECFBFF; }

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

This div background color is #ECFBFF.


Border color

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

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

This div border color is #ECFBFF.


Opacity

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

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

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

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

This text has shadow with #ECFBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBFF on black background.


Color preview on white background

This text has color #ECFBFF on white background.



Black color preview on #ECFBFF background

This text has black color on #ECFBFF background.


White color preview on #ECFBFF background

This text has white color on #ECFBFF background.