COLOR #EBF0F3

HEX: #EBF0F3 RGB: (235,240,243)

Color info

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

RGB color model

#EBF0F3 color RGB value is (235,240,243).

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

RGB channels and saturation

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

235
240
243

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

Portions of RGB colors in percentages

R + G + B = 235 + 240 + 243 = 718 (100%)
R 235 of 718 ~ 32.73%
G 240 of 718 ~ 33.43%
B 243 of 718 ~ 33.84'%

%32.73
%33.43
%33.84

CMYK color model

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

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

CMYK: (3,1,0,5)
C3M1Y0K5 (3%, 1%, 0%, 5%)
(0.03 / 0.01 / 0.00 / 0.05)

CMYK percentages

%3.29
%1.23
%0
%4.71

Codes

Color #EBF0F3 in popluar color models

EB F0 F3
RGB 235 240 243
HSL 203° 25.00% 93.73%
HSB/HSV 203° 3.29% 95.29%
CMYK 3.29% 1.23% 0.00%
4.71%

Color #EBF0F3 in popluar number systems.

HEX EB F0 F3
Decimal 235 240 243
Binary 11101011 11110000 11110011
Octal 353 360 363

Shades and tints

Shades of #EBF0F3

#EBF0F3
(235,240,243)
#D6DBDD
(214,219,221)
#C1C6C7
(193,198,199)
#ACB1B1
(172,177,177)
#979C9B
(151,156,155)
#828785
(130,135,133)
#6D726F
(109,114,111)
#585D59
(88,93,89)
#434843
(67,72,67)
#2E332D
(46,51,45)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #EBF0F3

#EBF0F3
(235,240,243)
#ECF1F4
(236,241,244)
#EDF2F5
(237,242,245)
#EEF3F6
(238,243,246)
#EFF4F7
(239,244,247)
#F0F5F8
(240,245,248)
#F1F6F9
(241,246,249)
#F2F7FA
(242,247,250)
#F3F8FB
(243,248,251)
#F4F9FC
(244,249,252)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF0F3; }

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

This text font color is #EBF0F3.

Background Color

.myBgColor { background-color: #EBF0F3; }

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

This div background color is #EBF0F3.

Border color

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

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

This div border color is #EBF0F3.

Opacity

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

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

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

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

This text has shadow with #EBF0F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF0F3.

Preview

Color preview on black background

This text has color #EBF0F3 on black background.


Color preview on white background

This text has color #EBF0F3 on white background.


Black color preview on #EBF0F3 background

This text has black color on #EBF0F3 background.


White color preview on #EBF0F3 background

This text has white color on #EBF0F3 background.


Related colors

Complementary color

Complementary color for #hex is #140F0C.


I love getcolorcode.com

Triadic colors

1 #F3EBF0 and #F0F3EB with #EBF0F3 are triadic colors.

2 #F3F0EB and #F0EBF3 with #EBF0F3 are triadic colors.