COLOR #ECEFFB

HEX: #ECEFFB
RGB: (236,239,251)

Color info

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

RGB color model

#ECEFFB color RGB value is (236,239,251).

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

RGB channels and saturation

R 236 of 255 = 93%
G 239 of 255 = 94%
B 251 of 255 = 98%

236
239
251

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

Portions of RGB colors in percentages

R + G + B =
236 + 239 + 251 = 726 (100%)
R 236 of 726 ~ 32.51%
G 239 of 726 ~ 32.92%
B 251 of 726 ~ 34.57%

%32.51
%32.92
%34.57

CMYK color model

#ECEFFB color CMYK value is (6,5,0,2).

  • cyan value is 5.98%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,5,0,2)
C6M5Y0K2 
(6%,5%,0%,2%)
(0.06/0.05/0.00/0.02)	

CMYK percentages

%5.98
%4.78
%0
%1.57

Codes

Color #ECEFFB in popluar color models

ECEFFB
RGB236239251
HSL228°65.22%95.49%
HSB/HSV228°5.98%98.43%
CMYK5.98%4.78%0.00%
1.57%

Color #ECEFFB in popluar number systems.

HEXECEFFB
Decimal236239251
Binary111011001110111111111011
Octal354357373

Shades and tints

Shades of #ECEFFB

#ECEFFB
(236,239,251)
#D7DAE5
(215,218,229)
#C2C5CF
(194,197,207)
#ADB0B9
(173,176,185)
#989BA3
(152,155,163)
#83868D
(131,134,141)
#6E7177
(110,113,119)
#595C61
(89,92,97)
#44474B
(68,71,75)
#2F3235
(47,50,53)
#1A1D1F
(26,29,31)
#000000
(0,0,0)

Tints of #ECEFFB

#ECEFFB
(236,239,251)
#EDF0FB
(237,240,251)
#EEF1FB
(238,241,251)
#EFF2FB
(239,242,251)
#F0F3FB
(240,243,251)
#F1F4FB
(241,244,251)
#F2F5FB
(242,245,251)
#F3F6FB
(243,246,251)
#F4F7FB
(244,247,251)
#F5F8FB
(245,248,251)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEFFB; }

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

This text font color is #ECEFFB.


Background Color

.myBgColor { background-color: #ECEFFB; }

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

This div background color is #ECEFFB.


Border color

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

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

This div border color is #ECEFFB.


Opacity

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

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

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

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

This text has shadow with #ECEFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEFFB on black background.


Color preview on white background

This text has color #ECEFFB on white background.



Black color preview on #ECEFFB background

This text has black color on #ECEFFB background.


White color preview on #ECEFFB background

This text has white color on #ECEFFB background.