COLOR #EBFAE5

HEX: #EBFAE5
RGB: (235,250,229)

Color info

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

RGB color model

#EBFAE5 color RGB value is (235,250,229).

  • red value is 235;
  • green value is 250;
  • blue value is 229.
RGB:
(235,250,229)
(92%,98%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 229 of 255 = 90%

235
250
229

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 229 = 714 (100%)
R 235 of 714 ~ 32.91%
G 250 of 714 ~ 35.01%
B 229 of 714 ~ 32.07%

%32.91
%35.01
%32.07

CMYK color model

#EBFAE5 color CMYK value is (6,0,8,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 1.96%
CMYK:
(6,0,8,2)
C6M0Y8K2 
(6%,0%,8%,2%)
(0.06/0.00/0.08/0.02)	

CMYK percentages

%6
%0
%8.4
%1.96

Codes

Color #EBFAE5 in popluar color models

EBFAE5
RGB235250229
HSL103°67.74%93.92%
HSB/HSV103°8.40%98.04%
CMYK6.00%0.00%8.40%
1.96%

Color #EBFAE5 in popluar number systems.

HEXEBFAE5
Decimal235250229
Binary111010111111101011100101
Octal353372345

Shades and tints

Shades of #EBFAE5

#EBFAE5
(235,250,229)
#D6E4D1
(214,228,209)
#C1CEBD
(193,206,189)
#ACB8A9
(172,184,169)
#97A295
(151,162,149)
#828C81
(130,140,129)
#6D766D
(109,118,109)
#586059
(88,96,89)
#434A45
(67,74,69)
#2E3431
(46,52,49)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #EBFAE5

#EBFAE5
(235,250,229)
#ECFAE7
(236,250,231)
#EDFAE9
(237,250,233)
#EEFAEB
(238,250,235)
#EFFAED
(239,250,237)
#F0FAEF
(240,250,239)
#F1FAF1
(241,250,241)
#F2FAF3
(242,250,243)
#F3FAF5
(243,250,245)
#F4FAF7
(244,250,247)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFAE5 color. Also use rgb(235,250,229) instead hex code.

Text Font Color

.myTextColor { color: #EBFAE5; }

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

This text font color is #EBFAE5.


Background Color

.myBgColor { background-color: #EBFAE5; }

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

This div background color is #EBFAE5.


Border color

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

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

This div border color is #EBFAE5.


Opacity

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

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

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

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

This text has shadow with #EBFAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAE5 on black background.


Color preview on white background

This text has color #EBFAE5 on white background.



Black color preview on #EBFAE5 background

This text has black color on #EBFAE5 background.


White color preview on #EBFAE5 background

This text has white color on #EBFAE5 background.