COLOR #EBF5EC

HEX: #EBF5EC RGB: (235,245,236)

Color info

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

RGB color model

#EBF5EC color RGB value is (235,245,236).

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

RGB channels and saturation

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

235
245
236

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

Portions of RGB colors in percentages

R + G + B = 235 + 245 + 236 = 716 (100%)
R 235 of 716 ~ 32.82%
G 245 of 716 ~ 34.22%
B 236 of 716 ~ 32.96'%

%32.82
%34.22
%32.96

CMYK color model

#EBF5EC color CMYK value is (4,0,4,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 3.92%
CMYK: (4,0,4,4) C4M0Y4K4 (4%,0%,4%,4%) (0.04/0.00/0.04/0.04) 

CMYK percentages

%4.08
%0
%3.67
%3.92

Codes

Color #EBF5EC in popluar color models

EB F5 EC
RGB 235 245 236
HSL 126° 33.33% 94.12%
HSB/HSV 126° 4.08% 96.08%
CMYK 4.08% 0.00% 3.67%
3.92%

Color #EBF5EC in popluar number systems.

HEX EB F5 EC
Decimal 235 245 236
Binary 11101011 11110101 11101100
Octal 353 365 354

Shades and tints

Shades of #EBF5EC

#EBF5EC
(235,245,236)
#D6DFD7
(214,223,215)
#C1C9C2
(193,201,194)
#ACB3AD
(172,179,173)
#979D98
(151,157,152)
#828783
(130,135,131)
#6D716E
(109,113,110)
#585B59
(88,91,89)
#434544
(67,69,68)
#2E2F2F
(46,47,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBF5EC

#EBF5EC
(235,245,236)
#ECF5ED
(236,245,237)
#EDF5EE
(237,245,238)
#EEF5EF
(238,245,239)
#EFF5F0
(239,245,240)
#F0F5F1
(240,245,241)
#F1F5F2
(241,245,242)
#F2F5F3
(242,245,243)
#F3F5F4
(243,245,244)
#F4F5F5
(244,245,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5EC; }

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

This text font color is #EBF5EC.

Background Color

.myBgColor { background-color: #EBF5EC; }

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

This div background color is #EBF5EC.

Border color

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

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

This div border color is #EBF5EC.

Opacity

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

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

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

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

This text has shadow with #EBF5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF5EC.

Preview

Color preview on black background

This text has color #EBF5EC on black background.


Color preview on white background

This text has color #EBF5EC on white background.


Black color preview on #EBF5EC background

This text has black color on #EBF5EC background.


White color preview on #EBF5EC background

This text has white color on #EBF5EC background.


Related colors

Complementary color

Complementary color for #hex is #140A13.


I love getcolorcode.com

Triadic colors

1 #ECEBF5 and #F5ECEB with #EBF5EC are triadic colors.

2 #ECF5EB and #F5EBEC with #EBF5EC are triadic colors.