COLOR #EBECFA

HEX: #EBECFA RGB: (235,236,250)

Color info

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

RGB color model

#EBECFA color RGB value is (235,236,250).

RGB: (235,236,250) (92%, 93%, 98%)

RGB channels and saturation

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

235
236
250

R + G + B ~ 94%. #EBECFA is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 236 + 250 = 721 (100%)
R 235 of 721 ~ 32.59%
G 236 of 721 ~ 32.73%
B 250 of 721 ~ 34.67'%

%32.59
%32.73
%34.67

CMYK color model

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

  • cyan value is 6.00%
  • 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

%6
%5.6
%0
%1.96

Codes

Color #EBECFA in popluar color models

EB EC FA
RGB 235 236 250
HSL 236° 60.00% 95.10%
HSB/HSV 236° 6.00% 98.04%
CMYK 6.00% 5.60% 0.00%
1.96%

Color #EBECFA in popluar number systems.

HEX EB EC FA
Decimal 235 236 250
Binary 11101011 11101100 11111010
Octal 353 354 372

Shades and tints

Shades of #EBECFA

#EBECFA
(235,236,250)
#D6D7E4
(214,215,228)
#C1C2CE
(193,194,206)
#ACADB8
(172,173,184)
#9798A2
(151,152,162)
#82838C
(130,131,140)
#6D6E76
(109,110,118)
#585960
(88,89,96)
#43444A
(67,68,74)
#2E2F34
(46,47,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #EBECFA

#EBECFA
(235,236,250)
#ECEDFA
(236,237,250)
#EDEEFA
(237,238,250)
#EEEFFA
(238,239,250)
#EFF0FA
(239,240,250)
#F0F1FA
(240,241,250)
#F1F2FA
(241,242,250)
#F2F3FA
(242,243,250)
#F3F4FA
(243,244,250)
#F4F5FA
(244,245,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECFA; }

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

This text font color is #EBECFA.

Background Color

.myBgColor { background-color: #EBECFA; }

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

This div background color is #EBECFA.

Border color

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

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

This div border color is #EBECFA.

Opacity

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

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

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

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

This text has shadow with #EBECFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECFA.

Preview

Color preview on black background

This text has color #EBECFA on black background.


Color preview on white background

This text has color #EBECFA on white background.


Black color preview on #EBECFA background

This text has black color on #EBECFA background.


White color preview on #EBECFA background

This text has white color on #EBECFA background.


Related colors

Complementary color

Complementary color for #hex is #141305.


I love getcolorcode.com

Triadic colors

1 #FAEBEC and #ECFAEB with #EBECFA are triadic colors.

2 #FAECEB and #ECEBFA with #EBECFA are triadic colors.