COLOR #EBF0EA

HEX: #EBF0EA RGB: (235,240,234)

Color info

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

RGB color model

#EBF0EA color RGB value is (235,240,234).

RGB: (235,240,234) (92%, 94%, 92%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 234 of 255 = 92%

235
240
234

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

Portions of RGB colors in percentages

R + G + B = 235 + 240 + 234 = 709 (100%)
R 235 of 709 ~ 33.15%
G 240 of 709 ~ 33.85%
B 234 of 709 ~ 33'%

%33.15
%33.85
%33

CMYK color model

#EBF0EA color CMYK value is (2,0,3,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%

CMYK: (2,0,3,6)
C2M0Y3K6 (2%, 0%, 3%, 6%)
(0.02 / 0.00 / 0.03 / 0.06)

CMYK percentages

%2.08
%0
%2.5
%5.88

Codes

Color #EBF0EA in popluar color models

EB F0 EA
RGB 235 240 234
HSL 110° 16.67% 92.94%
HSB/HSV 110° 2.50% 94.12%
CMYK 2.08% 0.00% 2.50%
5.88%

Color #EBF0EA in popluar number systems.

HEX EB F0 EA
Decimal 235 240 234
Binary 11101011 11110000 11101010
Octal 353 360 352

Shades and tints

Shades of #EBF0EA

#EBF0EA
(235,240,234)
#D6DBD5
(214,219,213)
#C1C6C0
(193,198,192)
#ACB1AB
(172,177,171)
#979C96
(151,156,150)
#828781
(130,135,129)
#6D726C
(109,114,108)
#585D57
(88,93,87)
#434842
(67,72,66)
#2E332D
(46,51,45)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #EBF0EA

#EBF0EA
(235,240,234)
#ECF1EB
(236,241,235)
#EDF2EC
(237,242,236)
#EEF3ED
(238,243,237)
#EFF4EE
(239,244,238)
#F0F5EF
(240,245,239)
#F1F6F0
(241,246,240)
#F2F7F1
(242,247,241)
#F3F8F2
(243,248,242)
#F4F9F3
(244,249,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF0EA color. Also use rgb(235,240,234) instead hex code.

Text Font Color

.myTextColor { color: #EBF0EA; }

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

This text font color is #EBF0EA.

Background Color

.myBgColor { background-color: #EBF0EA; }

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

This div background color is #EBF0EA.

Border color

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

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

This div border color is #EBF0EA.

Opacity

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

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

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

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

This text has shadow with #EBF0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF0EA.

Preview

Color preview on black background

This text has color #EBF0EA on black background.


Color preview on white background

This text has color #EBF0EA on white background.


Black color preview on #EBF0EA background

This text has black color on #EBF0EA background.


White color preview on #EBF0EA background

This text has white color on #EBF0EA background.


Related colors

Complementary color

Complementary color for #hex is #140F15.


I love getcolorcode.com

Triadic colors

1 #EAEBF0 and #F0EAEB with #EBF0EA are triadic colors.

2 #EAF0EB and #F0EBEA with #EBF0EA are triadic colors.