COLOR #EBFFEE

HEX: #EBFFEE
RGB: (235,255,238)

Color info

#EBFFEE contains red, green and blue colors in about the same proportion. Web safe color of #EBFFEE is #FFFFFF (or #FFF).

RGB color model

#EBFFEE color RGB value is (235,255,238).

  • red value is 235;
  • green value is 255;
  • blue value is 238.
RGB:
(235,255,238)
(92%,100%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 238 of 255 = 93%

235
255
238

R + G + B ~ 95%. #EBFFEE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 238 = 728 (100%)
R 235 of 728 ~ 32.28%
G 255 of 728 ~ 35.03%
B 238 of 728 ~ 32.69%

%32.28
%35.03
%32.69

CMYK color model

#EBFFEE color CMYK value is (8,0,7,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(8,0,7,0)
C8M0Y7K0 
(8%,0%,7%,0%)
(0.08/0.00/0.07/0.00)	

CMYK percentages

%7.84
%0
%6.67
%0

Codes

Color #EBFFEE in popluar color models

EBFFEE
RGB235255238
HSL129°100.00%96.08%
HSB/HSV129°7.84%100.00%
CMYK7.84%0.00%6.67%
0.00%

Color #EBFFEE in popluar number systems.

HEXEBFFEE
Decimal235255238
Binary111010111111111111101110
Octal353377356

Shades and tints

Shades of #EBFFEE

#EBFFEE
(235,255,238)
#D6E8D9
(214,232,217)
#C1D1C4
(193,209,196)
#ACBAAF
(172,186,175)
#97A39A
(151,163,154)
#828C85
(130,140,133)
#6D7570
(109,117,112)
#585E5B
(88,94,91)
#434746
(67,71,70)
#2E3031
(46,48,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBFFEE

#EBFFEE
(235,255,238)
#ECFFEF
(236,255,239)
#EDFFF0
(237,255,240)
#EEFFF1
(238,255,241)
#EFFFF2
(239,255,242)
#F0FFF3
(240,255,243)
#F1FFF4
(241,255,244)
#F2FFF5
(242,255,245)
#F3FFF6
(243,255,246)
#F4FFF7
(244,255,247)
#F5FFF8
(245,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFEE color. Also use rgb(235,255,238) instead hex code.

Text Font Color

.myTextColor { color: #EBFFEE; }

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

This text font color is #EBFFEE.


Background Color

.myBgColor { background-color: #EBFFEE; }

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

This div background color is #EBFFEE.


Border color

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

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

This div border color is #EBFFEE.


Opacity

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

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

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

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

This text has shadow with #EBFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFEE on black background.


Color preview on white background

This text has color #EBFFEE on white background.



Black color preview on #EBFFEE background

This text has black color on #EBFFEE background.


White color preview on #EBFFEE background

This text has white color on #EBFFEE background.