COLOR #ECEFFA

HEX: #ECEFFA RGB: (236,239,250)

Color info

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

RGB color model

#ECEFFA color RGB value is (236,239,250).

RGB: (236,239,250) (93%, 94%, 98%)

RGB channels and saturation

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

236
239
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 239 + 250 = 725 (100%)
R 236 of 725 ~ 32.55%
G 239 of 725 ~ 32.97%
B 250 of 725 ~ 34.48'%

%32.55
%32.97
%34.48

CMYK color model

#ECEFFA color CMYK value is (6,4,0,2).

  • cyan value is 5.60%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,4,0,2)
C6M4Y0K2 (6%, 4%, 0%, 2%)
(0.06 / 0.04 / 0.00 / 0.02)

CMYK percentages

%5.6
%4.4
%0
%1.96

Codes

Color #ECEFFA in popluar color models

EC EF FA
RGB 236 239 250
HSL 227° 58.33% 95.29%
HSB/HSV 227° 5.60% 98.04%
CMYK 5.60% 4.40% 0.00%
1.96%

Color #ECEFFA in popluar number systems.

HEX EC EF FA
Decimal 236 239 250
Binary 11101100 11101111 11111010
Octal 354 357 372

Shades and tints

Shades of #ECEFFA

#ECEFFA
(236,239,250)
#D7DAE4
(215,218,228)
#C2C5CE
(194,197,206)
#ADB0B8
(173,176,184)
#989BA2
(152,155,162)
#83868C
(131,134,140)
#6E7176
(110,113,118)
#595C60
(89,92,96)
#44474A
(68,71,74)
#2F3234
(47,50,52)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #ECEFFA

#ECEFFA
(236,239,250)
#EDF0FA
(237,240,250)
#EEF1FA
(238,241,250)
#EFF2FA
(239,242,250)
#F0F3FA
(240,243,250)
#F1F4FA
(241,244,250)
#F2F5FA
(242,245,250)
#F3F6FA
(243,246,250)
#F4F7FA
(244,247,250)
#F5F8FA
(245,248,250)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEFFA; }

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

This text font color is #ECEFFA.

Background Color

.myBgColor { background-color: #ECEFFA; }

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

This div background color is #ECEFFA.

Border color

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

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

This div border color is #ECEFFA.

Opacity

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

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

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

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

This text has shadow with #ECEFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEFFA.

Preview

Color preview on black background

This text has color #ECEFFA on black background.


Color preview on white background

This text has color #ECEFFA on white background.


Black color preview on #ECEFFA background

This text has black color on #ECEFFA background.


White color preview on #ECEFFA background

This text has white color on #ECEFFA background.


Related colors

Complementary color

Complementary color for #hex is #131005.


I love getcolorcode.com

Triadic colors

1 #FAECEF and #EFFAEC with #ECEFFA are triadic colors.

2 #FAEFEC and #EFECFA with #ECEFFA are triadic colors.