COLOR #EBECF9

HEX: #EBECF9
RGB: (235,236,249)

Color info

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

RGB color model

#EBECF9 color RGB value is (235,236,249).

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

RGB channels and saturation

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

235
236
249

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

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 249 = 720 (100%)
R 235 of 720 ~ 32.64%
G 236 of 720 ~ 32.78%
B 249 of 720 ~ 34.58%

%32.64
%32.78
%34.58

CMYK color model

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

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

CMYK percentages

%5.62
%5.22
%0
%2.35

Codes

Color #EBECF9 in popluar color models

EBECF9
RGB235236249
HSL236°53.85%94.90%
HSB/HSV236°5.62%97.65%
CMYK5.62%5.22%0.00%
2.35%

Color #EBECF9 in popluar number systems.

HEXEBECF9
Decimal235236249
Binary111010111110110011111001
Octal353354371

Shades and tints

Shades of #EBECF9

#EBECF9
(235,236,249)
#D6D7E3
(214,215,227)
#C1C2CD
(193,194,205)
#ACADB7
(172,173,183)
#9798A1
(151,152,161)
#82838B
(130,131,139)
#6D6E75
(109,110,117)
#58595F
(88,89,95)
#434449
(67,68,73)
#2E2F33
(46,47,51)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #EBECF9

#EBECF9
(235,236,249)
#ECEDF9
(236,237,249)
#EDEEF9
(237,238,249)
#EEEFF9
(238,239,249)
#EFF0F9
(239,240,249)
#F0F1F9
(240,241,249)
#F1F2F9
(241,242,249)
#F2F3F9
(242,243,249)
#F3F4F9
(243,244,249)
#F4F5F9
(244,245,249)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECF9; }

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

This text font color is #EBECF9.


Background Color

.myBgColor { background-color: #EBECF9; }

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

This div background color is #EBECF9.


Border color

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

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

This div border color is #EBECF9.


Opacity

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

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

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

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

This text has shadow with #EBECF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECF9 on black background.


Color preview on white background

This text has color #EBECF9 on white background.



Black color preview on #EBECF9 background

This text has black color on #EBECF9 background.


White color preview on #EBECF9 background

This text has white color on #EBECF9 background.