COLOR #EBF5EE

HEX: #EBF5EE RGB: (235,245,238)

Color info

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

RGB color model

#EBF5EE color RGB value is (235,245,238).

RGB: (235,245,238) (92%, 96%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 238 of 255 = 93%

235
245
238

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

Portions of RGB colors in percentages

R + G + B = 235 + 245 + 238 = 718 (100%)
R 235 of 718 ~ 32.73%
G 245 of 718 ~ 34.12%
B 238 of 718 ~ 33.15'%

%32.73
%34.12
%33.15

CMYK color model

#EBF5EE color CMYK value is (4,0,3,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK: (4,0,3,4) C4M0Y3K4 (4%,0%,3%,4%) (0.04/0.00/0.03/0.04) 

CMYK percentages

%4.08
%0
%2.86
%3.92

Codes

Color #EBF5EE in popluar color models

EB F5 EE
RGB 235 245 238
HSL 138° 33.33% 94.12%
HSB/HSV 138° 4.08% 96.08%
CMYK 4.08% 0.00% 2.86%
3.92%

Color #EBF5EE in popluar number systems.

HEX EB F5 EE
Decimal 235 245 238
Binary 11101011 11110101 11101110
Octal 353 365 356

Shades and tints

Shades of #EBF5EE

#EBF5EE
(235,245,238)
#D6DFD9
(214,223,217)
#C1C9C4
(193,201,196)
#ACB3AF
(172,179,175)
#979D9A
(151,157,154)
#828785
(130,135,133)
#6D7170
(109,113,112)
#585B5B
(88,91,91)
#434546
(67,69,70)
#2E2F31
(46,47,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBF5EE

#EBF5EE
(235,245,238)
#ECF5EF
(236,245,239)
#EDF5F0
(237,245,240)
#EEF5F1
(238,245,241)
#EFF5F2
(239,245,242)
#F0F5F3
(240,245,243)
#F1F5F4
(241,245,244)
#F2F5F5
(242,245,245)
#F3F5F6
(243,245,246)
#F4F5F7
(244,245,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF5EE color. Also use rgb(235,245,238) instead hex code.

Text Font Color

.myTextColor { color: #EBF5EE; }

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

This text font color is #EBF5EE.

Background Color

.myBgColor { background-color: #EBF5EE; }

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

This div background color is #EBF5EE.

Border color

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

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

This div border color is #EBF5EE.

Opacity

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

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

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

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

This text has shadow with #EBF5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF5EE.

Preview

Color preview on black background

This text has color #EBF5EE on black background.


Color preview on white background

This text has color #EBF5EE on white background.


Black color preview on #EBF5EE background

This text has black color on #EBF5EE background.


White color preview on #EBF5EE background

This text has white color on #EBF5EE background.


Related colors

Complementary color

Complementary color for #hex is #140A11.


I love getcolorcode.com

Triadic colors

1 #EEEBF5 and #F5EEEB with #EBF5EE are triadic colors.

2 #EEF5EB and #F5EBEE with #EBF5EE are triadic colors.