COLOR #EBF1F1

HEX: #EBF1F1 RGB: (235,241,241)

Color info

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

RGB color model

#EBF1F1 color RGB value is (235,241,241).

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

RGB channels and saturation

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

235
241
241

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

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 241 = 717 (100%)
R 235 of 717 ~ 32.78%
G 241 of 717 ~ 33.61%
B 241 of 717 ~ 33.61'%

%32.78
%33.61
%33.61

CMYK color model

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

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,0,0,5)
C2M0Y0K5 (2%, 0%, 0%, 5%)
(0.02 / 0.00 / 0.00 / 0.05)

CMYK percentages

%2.49
%0
%0
%5.49

Codes

Color #EBF1F1 in popluar color models

EB F1 F1
RGB 235 241 241
HSL 180° 17.65% 93.33%
HSB/HSV 180° 2.49% 94.51%
CMYK 2.49% 0.00% 0.00%
5.49%

Color #EBF1F1 in popluar number systems.

HEX EB F1 F1
Decimal 235 241 241
Binary 11101011 11110001 11110001
Octal 353 361 361

Shades and tints

Shades of #EBF1F1

#EBF1F1
(235,241,241)
#D6DCDC
(214,220,220)
#C1C7C7
(193,199,199)
#ACB2B2
(172,178,178)
#979D9D
(151,157,157)
#828888
(130,136,136)
#6D7373
(109,115,115)
#585E5E
(88,94,94)
#434949
(67,73,73)
#2E3434
(46,52,52)
#191F1F
(25,31,31)
#000000
(0,0,0)

Tints of #EBF1F1

#EBF1F1
(235,241,241)
#ECF2F2
(236,242,242)
#EDF3F3
(237,243,243)
#EEF4F4
(238,244,244)
#EFF5F5
(239,245,245)
#F0F6F6
(240,246,246)
#F1F7F7
(241,247,247)
#F2F8F8
(242,248,248)
#F3F9F9
(243,249,249)
#F4FAFA
(244,250,250)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1F1; }

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

This text font color is #EBF1F1.

Background Color

.myBgColor { background-color: #EBF1F1; }

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

This div background color is #EBF1F1.

Border color

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

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

This div border color is #EBF1F1.

Opacity

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

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

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

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

This text has shadow with #EBF1F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1F1.

Preview

Color preview on black background

This text has color #EBF1F1 on black background.


Color preview on white background

This text has color #EBF1F1 on white background.


Black color preview on #EBF1F1 background

This text has black color on #EBF1F1 background.


White color preview on #EBF1F1 background

This text has white color on #EBF1F1 background.


Related colors

Complementary color

Complementary color for #hex is #140E0E.


I love getcolorcode.com