COLOR #ECECFA

HEX: #ECECFA
RGB: (236,236,250)

Color info

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

RGB color model

#ECECFA color RGB value is (236,236,250).

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

RGB channels and saturation

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

236
236
250

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

Portions of RGB colors in percentages

R + G + B =
236 + 236 + 250 = 722 (100%)
R 236 of 722 ~ 32.69%
G 236 of 722 ~ 32.69%
B 250 of 722 ~ 34.63%

%32.69
%32.69
%34.63

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,6,0,2)
C6M6Y0K2 
(6%,6%,0%,2%)
(0.06/0.06/0.00/0.02)	

CMYK percentages

%5.6
%5.6
%0
%1.96

Codes

Color #ECECFA in popluar color models

ECECFA
RGB236236250
HSL240°58.33%95.29%
HSB/HSV240°5.60%98.04%
CMYK5.60%5.60%0.00%
1.96%

Color #ECECFA in popluar number systems.

HEXECECFA
Decimal236236250
Binary111011001110110011111010
Octal354354372

Shades and tints

Shades of #ECECFA

#ECECFA
(236,236,250)
#D7D7E4
(215,215,228)
#C2C2CE
(194,194,206)
#ADADB8
(173,173,184)
#9898A2
(152,152,162)
#83838C
(131,131,140)
#6E6E76
(110,110,118)
#595960
(89,89,96)
#44444A
(68,68,74)
#2F2F34
(47,47,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #ECECFA

#ECECFA
(236,236,250)
#EDEDFA
(237,237,250)
#EEEEFA
(238,238,250)
#EFEFFA
(239,239,250)
#F0F0FA
(240,240,250)
#F1F1FA
(241,241,250)
#F2F2FA
(242,242,250)
#F3F3FA
(243,243,250)
#F4F4FA
(244,244,250)
#F5F5FA
(245,245,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECFA; }

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

This text font color is #ECECFA.


Background Color

.myBgColor { background-color: #ECECFA; }

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

This div background color is #ECECFA.


Border color

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

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

This div border color is #ECECFA.


Opacity

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

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

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

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

This text has shadow with #ECECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECECFA on black background.


Color preview on white background

This text has color #ECECFA on white background.



Black color preview on #ECECFA background

This text has black color on #ECECFA background.


White color preview on #ECECFA background

This text has white color on #ECECFA background.