COLOR #EBFAE3

HEX: #EBFAE3
RGB: (235,250,227)

Color info

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

RGB color model

#EBFAE3 color RGB value is (235,250,227).

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

RGB channels and saturation

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

235
250
227

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 227 = 712 (100%)
R 235 of 712 ~ 33.01%
G 250 of 712 ~ 35.11%
B 227 of 712 ~ 31.88%

%33.01
%35.11
%31.88

CMYK color model

#EBFAE3 color CMYK value is (6,0,9,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(6,0,9,2)
C6M0Y9K2 
(6%,0%,9%,2%)
(0.06/0.00/0.09/0.02)	

CMYK percentages

%6
%0
%9.2
%1.96

Codes

Color #EBFAE3 in popluar color models

EBFAE3
RGB235250227
HSL99°69.70%93.53%
HSB/HSV99°9.20%98.04%
CMYK6.00%0.00%9.20%
1.96%

Color #EBFAE3 in popluar number systems.

HEXEBFAE3
Decimal235250227
Binary111010111111101011100011
Octal353372343

Shades and tints

Shades of #EBFAE3

#EBFAE3
(235,250,227)
#D6E4CF
(214,228,207)
#C1CEBB
(193,206,187)
#ACB8A7
(172,184,167)
#97A293
(151,162,147)
#828C7F
(130,140,127)
#6D766B
(109,118,107)
#586057
(88,96,87)
#434A43
(67,74,67)
#2E342F
(46,52,47)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #EBFAE3

#EBFAE3
(235,250,227)
#ECFAE5
(236,250,229)
#EDFAE7
(237,250,231)
#EEFAE9
(238,250,233)
#EFFAEB
(239,250,235)
#F0FAED
(240,250,237)
#F1FAEF
(241,250,239)
#F2FAF1
(242,250,241)
#F3FAF3
(243,250,243)
#F4FAF5
(244,250,245)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAE3; }

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

This text font color is #EBFAE3.


Background Color

.myBgColor { background-color: #EBFAE3; }

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

This div background color is #EBFAE3.


Border color

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

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

This div border color is #EBFAE3.


Opacity

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

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

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

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

This text has shadow with #EBFAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAE3 on black background.


Color preview on white background

This text has color #EBFAE3 on white background.



Black color preview on #EBFAE3 background

This text has black color on #EBFAE3 background.


White color preview on #EBFAE3 background

This text has white color on #EBFAE3 background.