COLOR #EBF1F7

HEX: #EBF1F7 RGB: (235,241,247)

Color info

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

RGB color model

#EBF1F7 color RGB value is (235,241,247).

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

RGB channels and saturation

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

235
241
247

R + G + B ~ 95%. #EBF1F7 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 247 = 723 (100%)
R 235 of 723 ~ 32.5%
G 241 of 723 ~ 33.33%
B 247 of 723 ~ 34.16'%

%32.5
%33.33
%34.16

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 3.14%

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

CMYK percentages

%4.86
%2.43
%0
%3.14

Codes

Color #EBF1F7 in popluar color models

EB F1 F7
RGB 235 241 247
HSL 210° 42.86% 94.51%
HSB/HSV 210° 4.86% 96.86%
CMYK 4.86% 2.43% 0.00%
3.14%

Color #EBF1F7 in popluar number systems.

HEX EB F1 F7
Decimal 235 241 247
Binary 11101011 11110001 11110111
Octal 353 361 367

Shades and tints

Shades of #EBF1F7

#EBF1F7
(235,241,247)
#D6DCE1
(214,220,225)
#C1C7CB
(193,199,203)
#ACB2B5
(172,178,181)
#979D9F
(151,157,159)
#828889
(130,136,137)
#6D7373
(109,115,115)
#585E5D
(88,94,93)
#434947
(67,73,71)
#2E3431
(46,52,49)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #EBF1F7

#EBF1F7
(235,241,247)
#ECF2F7
(236,242,247)
#EDF3F7
(237,243,247)
#EEF4F7
(238,244,247)
#EFF5F7
(239,245,247)
#F0F6F7
(240,246,247)
#F1F7F7
(241,247,247)
#F2F8F7
(242,248,247)
#F3F9F7
(243,249,247)
#F4FAF7
(244,250,247)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1F7; }

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

This text font color is #EBF1F7.

Background Color

.myBgColor { background-color: #EBF1F7; }

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

This div background color is #EBF1F7.

Border color

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

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

This div border color is #EBF1F7.

Opacity

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

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

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

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

This text has shadow with #EBF1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1F7.

Preview

Color preview on black background

This text has color #EBF1F7 on black background.


Color preview on white background

This text has color #EBF1F7 on white background.


Black color preview on #EBF1F7 background

This text has black color on #EBF1F7 background.


White color preview on #EBF1F7 background

This text has white color on #EBF1F7 background.


Related colors

Complementary color

Complementary color for #hex is #140E08.


I love getcolorcode.com

Triadic colors

1 #F7EBF1 and #F1F7EB with #EBF1F7 are triadic colors.

2 #F7F1EB and #F1EBF7 with #EBF1F7 are triadic colors.