COLOR #EBF8E1

HEX: #EBF8E1 RGB: (235,248,225)

Color info

#EBF8E1 contains red, green and blue colors in about the same proportion. Web safe color of #EBF8E1 is #FFFFCC (or #FFC).

RGB color model

#EBF8E1 color RGB value is (235,248,225).

RGB: (235,248,225) (92%, 97%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 225 of 255 = 88%

235
248
225

R + G + B ~ 92%. #EBF8E1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 248 + 225 = 708 (100%)
R 235 of 708 ~ 33.19%
G 248 of 708 ~ 35.03%
B 225 of 708 ~ 31.78'%

%33.19
%35.03
%31.78

CMYK color model

#EBF8E1 color CMYK value is (5,0,9,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 2.75%

CMYK: (5,0,9,3)
C5M0Y9K3 (5%, 0%, 9%, 3%)
(0.05 / 0.00 / 0.09 / 0.03)

CMYK percentages

%5.24
%0
%9.27
%2.75

Codes

Color #EBF8E1 in popluar color models

EB F8 E1
RGB 235 248 225
HSL 94° 62.16% 92.75%
HSB/HSV 94° 9.27% 97.25%
CMYK 5.24% 0.00% 9.27%
2.75%

Color #EBF8E1 in popluar number systems.

HEX EB F8 E1
Decimal 235 248 225
Binary 11101011 11111000 11100001
Octal 353 370 341

Shades and tints

Shades of #EBF8E1

#EBF8E1
(235,248,225)
#D6E2CD
(214,226,205)
#C1CCB9
(193,204,185)
#ACB6A5
(172,182,165)
#97A091
(151,160,145)
#828A7D
(130,138,125)
#6D7469
(109,116,105)
#585E55
(88,94,85)
#434841
(67,72,65)
#2E322D
(46,50,45)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #EBF8E1

#EBF8E1
(235,248,225)
#ECF8E3
(236,248,227)
#EDF8E5
(237,248,229)
#EEF8E7
(238,248,231)
#EFF8E9
(239,248,233)
#F0F8EB
(240,248,235)
#F1F8ED
(241,248,237)
#F2F8EF
(242,248,239)
#F3F8F1
(243,248,241)
#F4F8F3
(244,248,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF8E1 color. Also use rgb(235,248,225) instead hex code.

Text Font Color

.myTextColor { color: #EBF8E1; }

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

This text font color is #EBF8E1.

Background Color

.myBgColor { background-color: #EBF8E1; }

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

This div background color is #EBF8E1.

Border color

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

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

This div border color is #EBF8E1.

Opacity

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

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

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

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

This text has shadow with #EBF8E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF8E1.

Preview

Color preview on black background

This text has color #EBF8E1 on black background.


Color preview on white background

This text has color #EBF8E1 on white background.


Black color preview on #EBF8E1 background

This text has black color on #EBF8E1 background.


White color preview on #EBF8E1 background

This text has white color on #EBF8E1 background.


Related colors

Complementary color

Complementary color for #hex is #14071E.


I love getcolorcode.com

Triadic colors

1 #E1EBF8 and #F8E1EB with #EBF8E1 are triadic colors.

2 #E1F8EB and #F8EBE1 with #EBF8E1 are triadic colors.