COLOR #EBF3EF

HEX: #EBF3EF RGB: (235,243,239)

Color info

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

RGB color model

#EBF3EF color RGB value is (235,243,239).

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

RGB channels and saturation

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

235
243
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 243 + 239 = 717 (100%)
R 235 of 717 ~ 32.78%
G 243 of 717 ~ 33.89%
B 239 of 717 ~ 33.33'%

%32.78
%33.89
%33.33

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%

CMYK: (3,0,2,5)
C3M0Y2K5 (3%, 0%, 2%, 5%)
(0.03 / 0.00 / 0.02 / 0.05)

CMYK percentages

%3.29
%0
%1.65
%4.71

Codes

Color #EBF3EF in popluar color models

EB F3 EF
RGB 235 243 239
HSL 150° 25.00% 93.73%
HSB/HSV 150° 3.29% 95.29%
CMYK 3.29% 0.00% 1.65%
4.71%

Color #EBF3EF in popluar number systems.

HEX EB F3 EF
Decimal 235 243 239
Binary 11101011 11110011 11101111
Octal 353 363 357

Shades and tints

Shades of #EBF3EF

#EBF3EF
(235,243,239)
#D6DDDA
(214,221,218)
#C1C7C5
(193,199,197)
#ACB1B0
(172,177,176)
#979B9B
(151,155,155)
#828586
(130,133,134)
#6D6F71
(109,111,113)
#58595C
(88,89,92)
#434347
(67,67,71)
#2E2D32
(46,45,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #EBF3EF

#EBF3EF
(235,243,239)
#ECF4F0
(236,244,240)
#EDF5F1
(237,245,241)
#EEF6F2
(238,246,242)
#EFF7F3
(239,247,243)
#F0F8F4
(240,248,244)
#F1F9F5
(241,249,245)
#F2FAF6
(242,250,246)
#F3FBF7
(243,251,247)
#F4FCF8
(244,252,248)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3EF; }

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

This text font color is #EBF3EF.

Background Color

.myBgColor { background-color: #EBF3EF; }

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

This div background color is #EBF3EF.

Border color

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

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

This div border color is #EBF3EF.

Opacity

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

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

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

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

This text has shadow with #EBF3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF3EF.

Preview

Color preview on black background

This text has color #EBF3EF on black background.


Color preview on white background

This text has color #EBF3EF on white background.


Black color preview on #EBF3EF background

This text has black color on #EBF3EF background.


White color preview on #EBF3EF background

This text has white color on #EBF3EF background.


Related colors

Complementary color

Complementary color for #hex is #140C10.


I love getcolorcode.com

Triadic colors

1 #EFEBF3 and #F3EFEB with #EBF3EF are triadic colors.

2 #EFF3EB and #F3EBEF with #EBF3EF are triadic colors.