COLOR #EBECF8

HEX: #EBECF8 RGB: (235,236,248)

Color info

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

RGB color model

#EBECF8 color RGB value is (235,236,248).

RGB: (235,236,248) (92%, 93%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 248 of 255 = 97%

235
236
248

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

Portions of RGB colors in percentages

R + G + B = 235 + 236 + 248 = 719 (100%)
R 235 of 719 ~ 32.68%
G 236 of 719 ~ 32.82%
B 248 of 719 ~ 34.49'%

%32.68
%32.82
%34.49

CMYK color model

#EBECF8 color CMYK value is (5,5,0,3).

  • cyan value is 5.24%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (5,5,0,3)
C5M5Y0K3 (5%, 5%, 0%, 3%)
(0.05 / 0.05 / 0.00 / 0.03)

CMYK percentages

%5.24
%4.84
%0
%2.75

Codes

Color #EBECF8 in popluar color models

EB EC F8
RGB 235 236 248
HSL 235° 48.15% 94.71%
HSB/HSV 235° 5.24% 97.25%
CMYK 5.24% 4.84% 0.00%
2.75%

Color #EBECF8 in popluar number systems.

HEX EB EC F8
Decimal 235 236 248
Binary 11101011 11101100 11111000
Octal 353 354 370

Shades and tints

Shades of #EBECF8

#EBECF8
(235,236,248)
#D6D7E2
(214,215,226)
#C1C2CC
(193,194,204)
#ACADB6
(172,173,182)
#9798A0
(151,152,160)
#82838A
(130,131,138)
#6D6E74
(109,110,116)
#58595E
(88,89,94)
#434448
(67,68,72)
#2E2F32
(46,47,50)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #EBECF8

#EBECF8
(235,236,248)
#ECEDF8
(236,237,248)
#EDEEF8
(237,238,248)
#EEEFF8
(238,239,248)
#EFF0F8
(239,240,248)
#F0F1F8
(240,241,248)
#F1F2F8
(241,242,248)
#F2F3F8
(242,243,248)
#F3F4F8
(243,244,248)
#F4F5F8
(244,245,248)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECF8; }

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

This text font color is #EBECF8.

Background Color

.myBgColor { background-color: #EBECF8; }

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

This div background color is #EBECF8.

Border color

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

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

This div border color is #EBECF8.

Opacity

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

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

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

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

This text has shadow with #EBECF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECF8.

Preview

Color preview on black background

This text has color #EBECF8 on black background.


Color preview on white background

This text has color #EBECF8 on white background.


Black color preview on #EBECF8 background

This text has black color on #EBECF8 background.


White color preview on #EBECF8 background

This text has white color on #EBECF8 background.


Related colors

Complementary color

Complementary color for #hex is #141307.


I love getcolorcode.com

Triadic colors

1 #F8EBEC and #ECF8EB with #EBECF8 are triadic colors.

2 #F8ECEB and #ECEBF8 with #EBECF8 are triadic colors.