COLOR #EBF3ED

HEX: #EBF3ED RGB: (235,243,237)

Color info

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

RGB color model

#EBF3ED color RGB value is (235,243,237).

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

RGB channels and saturation

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

235
243
237

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

Portions of RGB colors in percentages

R + G + B = 235 + 243 + 237 = 715 (100%)
R 235 of 715 ~ 32.87%
G 243 of 715 ~ 33.99%
B 237 of 715 ~ 33.15'%

%32.87
%33.99
%33.15

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • 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
%2.47
%4.71

Codes

Color #EBF3ED in popluar color models

EB F3 ED
RGB 235 243 237
HSL 135° 25.00% 93.73%
HSB/HSV 135° 3.29% 95.29%
CMYK 3.29% 0.00% 2.47%
4.71%

Color #EBF3ED in popluar number systems.

HEX EB F3 ED
Decimal 235 243 237
Binary 11101011 11110011 11101101
Octal 353 363 355

Shades and tints

Shades of #EBF3ED

#EBF3ED
(235,243,237)
#D6DDD8
(214,221,216)
#C1C7C3
(193,199,195)
#ACB1AE
(172,177,174)
#979B99
(151,155,153)
#828584
(130,133,132)
#6D6F6F
(109,111,111)
#58595A
(88,89,90)
#434345
(67,67,69)
#2E2D30
(46,45,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #EBF3ED

#EBF3ED
(235,243,237)
#ECF4EE
(236,244,238)
#EDF5EF
(237,245,239)
#EEF6F0
(238,246,240)
#EFF7F1
(239,247,241)
#F0F8F2
(240,248,242)
#F1F9F3
(241,249,243)
#F2FAF4
(242,250,244)
#F3FBF5
(243,251,245)
#F4FCF6
(244,252,246)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3ED; }

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

This text font color is #EBF3ED.

Background Color

.myBgColor { background-color: #EBF3ED; }

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

This div background color is #EBF3ED.

Border color

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

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

This div border color is #EBF3ED.

Opacity

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

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

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

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

This text has shadow with #EBF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF3ED.

Preview

Color preview on black background

This text has color #EBF3ED on black background.


Color preview on white background

This text has color #EBF3ED on white background.


Black color preview on #EBF3ED background

This text has black color on #EBF3ED background.


White color preview on #EBF3ED background

This text has white color on #EBF3ED background.


Related colors

Complementary color

Complementary color for #hex is #140C12.


I love getcolorcode.com

Triadic colors

1 #EDEBF3 and #F3EDEB with #EBF3ED are triadic colors.

2 #EDF3EB and #F3EBED with #EBF3ED are triadic colors.