COLOR #EBF1EF

HEX: #EBF1EF RGB: (235,241,239)

Color info

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

RGB color model

#EBF1EF color RGB value is (235,241,239).

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

RGB channels and saturation

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

235
241
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 239 = 715 (100%)
R 235 of 715 ~ 32.87%
G 241 of 715 ~ 33.71%
B 239 of 715 ~ 33.43'%

%32.87
%33.71
%33.43

CMYK color model

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

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

CMYK: (2,0,1,5)
C2M0Y1K5 (2%, 0%, 1%, 5%)
(0.02 / 0.00 / 0.01 / 0.05)

CMYK percentages

%2.49
%0
%0.83
%5.49

Codes

Color #EBF1EF in popluar color models

EB F1 EF
RGB 235 241 239
HSL 160° 17.65% 93.33%
HSB/HSV 160° 2.49% 94.51%
CMYK 2.49% 0.00% 0.83%
5.49%

Color #EBF1EF in popluar number systems.

HEX EB F1 EF
Decimal 235 241 239
Binary 11101011 11110001 11101111
Octal 353 361 357

Shades and tints

Shades of #EBF1EF

#EBF1EF
(235,241,239)
#D6DCDA
(214,220,218)
#C1C7C5
(193,199,197)
#ACB2B0
(172,178,176)
#979D9B
(151,157,155)
#828886
(130,136,134)
#6D7371
(109,115,113)
#585E5C
(88,94,92)
#434947
(67,73,71)
#2E3432
(46,52,50)
#191F1D
(25,31,29)
#000000
(0,0,0)

Tints of #EBF1EF

#EBF1EF
(235,241,239)
#ECF2F0
(236,242,240)
#EDF3F1
(237,243,241)
#EEF4F2
(238,244,242)
#EFF5F3
(239,245,243)
#F0F6F4
(240,246,244)
#F1F7F5
(241,247,245)
#F2F8F6
(242,248,246)
#F3F9F7
(243,249,247)
#F4FAF8
(244,250,248)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1EF; }

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

This text font color is #EBF1EF.

Background Color

.myBgColor { background-color: #EBF1EF; }

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

This div background color is #EBF1EF.

Border color

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

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

This div border color is #EBF1EF.

Opacity

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

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

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

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

This text has shadow with #EBF1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1EF.

Preview

Color preview on black background

This text has color #EBF1EF on black background.


Color preview on white background

This text has color #EBF1EF on white background.


Black color preview on #EBF1EF background

This text has black color on #EBF1EF background.


White color preview on #EBF1EF background

This text has white color on #EBF1EF background.


Related colors

Complementary color

Complementary color for #hex is #140E10.


I love getcolorcode.com

Triadic colors

1 #EFEBF1 and #F1EFEB with #EBF1EF are triadic colors.

2 #EFF1EB and #F1EBEF with #EBF1EF are triadic colors.