COLOR #EBF1ED

HEX: #EBF1ED RGB: (235,241,237)

Color info

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

RGB color model

#EBF1ED color RGB value is (235,241,237).

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

RGB channels and saturation

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

235
241
237

R + G + B ~ 93%. #EBF1ED is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 237 = 713 (100%)
R 235 of 713 ~ 32.96%
G 241 of 713 ~ 33.8%
B 237 of 713 ~ 33.24'%

%32.96
%33.8
%33.24

CMYK color model

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

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

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

CMYK percentages

%2.49
%0
%1.66
%5.49

Codes

Color #EBF1ED in popluar color models

EB F1 ED
RGB 235 241 237
HSL 140° 17.65% 93.33%
HSB/HSV 140° 2.49% 94.51%
CMYK 2.49% 0.00% 1.66%
5.49%

Color #EBF1ED in popluar number systems.

HEX EB F1 ED
Decimal 235 241 237
Binary 11101011 11110001 11101101
Octal 353 361 355

Shades and tints

Shades of #EBF1ED

#EBF1ED
(235,241,237)
#D6DCD8
(214,220,216)
#C1C7C3
(193,199,195)
#ACB2AE
(172,178,174)
#979D99
(151,157,153)
#828884
(130,136,132)
#6D736F
(109,115,111)
#585E5A
(88,94,90)
#434945
(67,73,69)
#2E3430
(46,52,48)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #EBF1ED

#EBF1ED
(235,241,237)
#ECF2EE
(236,242,238)
#EDF3EF
(237,243,239)
#EEF4F0
(238,244,240)
#EFF5F1
(239,245,241)
#F0F6F2
(240,246,242)
#F1F7F3
(241,247,243)
#F2F8F4
(242,248,244)
#F3F9F5
(243,249,245)
#F4FAF6
(244,250,246)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1ED; }

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

This text font color is #EBF1ED.

Background Color

.myBgColor { background-color: #EBF1ED; }

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

This div background color is #EBF1ED.

Border color

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

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

This div border color is #EBF1ED.

Opacity

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

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

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

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

This text has shadow with #EBF1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1ED.

Preview

Color preview on black background

This text has color #EBF1ED on black background.


Color preview on white background

This text has color #EBF1ED on white background.


Black color preview on #EBF1ED background

This text has black color on #EBF1ED background.


White color preview on #EBF1ED background

This text has white color on #EBF1ED background.


Related colors

Complementary color

Complementary color for #hex is #140E12.


I love getcolorcode.com

Triadic colors

1 #EDEBF1 and #F1EDEB with #EBF1ED are triadic colors.

2 #EDF1EB and #F1EBED with #EBF1ED are triadic colors.