COLOR #EBFAE2

HEX: #EBFAE2
RGB: (235,250,226)

Color info

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

RGB color model

#EBFAE2 color RGB value is (235,250,226).

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

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 226 of 255 = 89%

235
250
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 226 = 711 (100%)
R 235 of 711 ~ 33.05%
G 250 of 711 ~ 35.16%
B 226 of 711 ~ 31.79%

%33.05
%35.16
%31.79

CMYK color model

#EBFAE2 color CMYK value is (6,0,10,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(6,0,10,2)
C6M0Y10K2 
(6%,0%,10%,2%)
(0.06/0.00/0.10/0.02)	

CMYK percentages

%6
%0
%9.6
%1.96

Codes

Color #EBFAE2 in popluar color models

EBFAE2
RGB235250226
HSL98°70.59%93.33%
HSB/HSV98°9.60%98.04%
CMYK6.00%0.00%9.60%
1.96%

Color #EBFAE2 in popluar number systems.

HEXEBFAE2
Decimal235250226
Binary111010111111101011100010
Octal353372342

Shades and tints

Shades of #EBFAE2

#EBFAE2
(235,250,226)
#D6E4CE
(214,228,206)
#C1CEBA
(193,206,186)
#ACB8A6
(172,184,166)
#97A292
(151,162,146)
#828C7E
(130,140,126)
#6D766A
(109,118,106)
#586056
(88,96,86)
#434A42
(67,74,66)
#2E342E
(46,52,46)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #EBFAE2

#EBFAE2
(235,250,226)
#ECFAE4
(236,250,228)
#EDFAE6
(237,250,230)
#EEFAE8
(238,250,232)
#EFFAEA
(239,250,234)
#F0FAEC
(240,250,236)
#F1FAEE
(241,250,238)
#F2FAF0
(242,250,240)
#F3FAF2
(243,250,242)
#F4FAF4
(244,250,244)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAE2; }

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

This text font color is #EBFAE2.


Background Color

.myBgColor { background-color: #EBFAE2; }

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

This div background color is #EBFAE2.


Border color

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

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

This div border color is #EBFAE2.


Opacity

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

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

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

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

This text has shadow with #EBFAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAE2 on black background.


Color preview on white background

This text has color #EBFAE2 on white background.



Black color preview on #EBFAE2 background

This text has black color on #EBFAE2 background.


White color preview on #EBFAE2 background

This text has white color on #EBFAE2 background.