COLOR #EBFEE6

HEX: #EBFEE6
RGB: (235,254,230)

Color info

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

RGB color model

#EBFEE6 color RGB value is (235,254,230).

  • red value is 235;
  • green value is 254;
  • blue value is 230.
RGB:
(235,254,230)
(92%,100%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 254 of 255 = 100%
B 230 of 255 = 90%

235
254
230

R + G + B ~ 94%. #EBFEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 254 + 230 = 719 (100%)
R 235 of 719 ~ 32.68%
G 254 of 719 ~ 35.33%
B 230 of 719 ~ 31.99%

%32.68
%35.33
%31.99

CMYK color model

#EBFEE6 color CMYK value is (7,0,9,0).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(7,0,9,0)
C7M0Y9K0 
(7%,0%,9%,0%)
(0.07/0.00/0.09/0.00)	

CMYK percentages

%7.48
%0
%9.45
%0.39

Codes

Color #EBFEE6 in popluar color models

EBFEE6
RGB235254230
HSL108°92.31%94.90%
HSB/HSV108°9.45%99.61%
CMYK7.48%0.00%9.45%
0.39%

Color #EBFEE6 in popluar number systems.

HEXEBFEE6
Decimal235254230
Binary111010111111111011100110
Octal353376346

Shades and tints

Shades of #EBFEE6

#EBFEE6
(235,254,230)
#D6E7D2
(214,231,210)
#C1D0BE
(193,208,190)
#ACB9AA
(172,185,170)
#97A296
(151,162,150)
#828B82
(130,139,130)
#6D746E
(109,116,110)
#585D5A
(88,93,90)
#434646
(67,70,70)
#2E2F32
(46,47,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #EBFEE6

#EBFEE6
(235,254,230)
#ECFEE8
(236,254,232)
#EDFEEA
(237,254,234)
#EEFEEC
(238,254,236)
#EFFEEE
(239,254,238)
#F0FEF0
(240,254,240)
#F1FEF2
(241,254,242)
#F2FEF4
(242,254,244)
#F3FEF6
(243,254,246)
#F4FEF8
(244,254,248)
#F5FEFA
(245,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFEE6 color. Also use rgb(235,254,230) instead hex code.

Text Font Color

.myTextColor { color: #EBFEE6; }

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

This text font color is #EBFEE6.


Background Color

.myBgColor { background-color: #EBFEE6; }

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

This div background color is #EBFEE6.


Border color

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

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

This div border color is #EBFEE6.


Opacity

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

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

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

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

This text has shadow with #EBFEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFEE6 on black background.


Color preview on white background

This text has color #EBFEE6 on white background.



Black color preview on #EBFEE6 background

This text has black color on #EBFEE6 background.


White color preview on #EBFEE6 background

This text has white color on #EBFEE6 background.