COLOR #EBF1F6

HEX: #EBF1F6 RGB: (235,241,246)

Color info

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

RGB color model

#EBF1F6 color RGB value is (235,241,246).

RGB: (235,241,246) (92%, 95%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 246 of 255 = 96%

235
241
246

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

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 246 = 722 (100%)
R 235 of 722 ~ 32.55%
G 241 of 722 ~ 33.38%
B 246 of 722 ~ 34.07'%

%32.55
%33.38
%34.07

CMYK color model

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

  • cyan value is 4.47%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,2,0,4)
C4M2Y0K4 (4%, 2%, 0%, 4%)
(0.04 / 0.02 / 0.00 / 0.04)

CMYK percentages

%4.47
%2.03
%0
%3.53

Codes

Color #EBF1F6 in popluar color models

EB F1 F6
RGB 235 241 246
HSL 207° 37.93% 94.31%
HSB/HSV 207° 4.47% 96.47%
CMYK 4.47% 2.03% 0.00%
3.53%

Color #EBF1F6 in popluar number systems.

HEX EB F1 F6
Decimal 235 241 246
Binary 11101011 11110001 11110110
Octal 353 361 366

Shades and tints

Shades of #EBF1F6

#EBF1F6
(235,241,246)
#D6DCE0
(214,220,224)
#C1C7CA
(193,199,202)
#ACB2B4
(172,178,180)
#979D9E
(151,157,158)
#828888
(130,136,136)
#6D7372
(109,115,114)
#585E5C
(88,94,92)
#434946
(67,73,70)
#2E3430
(46,52,48)
#191F1A
(25,31,26)
#000000
(0,0,0)

Tints of #EBF1F6

#EBF1F6
(235,241,246)
#ECF2F6
(236,242,246)
#EDF3F6
(237,243,246)
#EEF4F6
(238,244,246)
#EFF5F6
(239,245,246)
#F0F6F6
(240,246,246)
#F1F7F6
(241,247,246)
#F2F8F6
(242,248,246)
#F3F9F6
(243,249,246)
#F4FAF6
(244,250,246)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF1F6 color. Also use rgb(235,241,246) instead hex code.

Text Font Color

.myTextColor { color: #EBF1F6; }

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

This text font color is #EBF1F6.

Background Color

.myBgColor { background-color: #EBF1F6; }

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

This div background color is #EBF1F6.

Border color

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

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

This div border color is #EBF1F6.

Opacity

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

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

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

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

This text has shadow with #EBF1F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1F6.

Preview

Color preview on black background

This text has color #EBF1F6 on black background.


Color preview on white background

This text has color #EBF1F6 on white background.


Black color preview on #EBF1F6 background

This text has black color on #EBF1F6 background.


White color preview on #EBF1F6 background

This text has white color on #EBF1F6 background.


Related colors

Complementary color

Complementary color for #hex is #140E09.


I love getcolorcode.com

Triadic colors

1 #F6EBF1 and #F1F6EB with #EBF1F6 are triadic colors.

2 #F6F1EB and #F1EBF6 with #EBF1F6 are triadic colors.