COLOR #EBFDEE

HEX: #EBFDEE
RGB: (235,253,238)

Color info

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

RGB color model

#EBFDEE color RGB value is (235,253,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 238 of 255 = 93%

235
253
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 238 = 726 (100%)
R 235 of 726 ~ 32.37%
G 253 of 726 ~ 34.85%
B 238 of 726 ~ 32.78%

%32.37
%34.85
%32.78

CMYK color model

#EBFDEE color CMYK value is (7,0,6,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(7,0,6,1)
C7M0Y6K1 
(7%,0%,6%,1%)
(0.07/0.00/0.06/0.01)	

CMYK percentages

%7.11
%0
%5.93
%0.78

Codes

Color #EBFDEE in popluar color models

EBFDEE
RGB235253238
HSL130°81.82%95.69%
HSB/HSV130°7.11%99.22%
CMYK7.11%0.00%5.93%
0.78%

Color #EBFDEE in popluar number systems.

HEXEBFDEE
Decimal235253238
Binary111010111111110111101110
Octal353375356

Shades and tints

Shades of #EBFDEE

#EBFDEE
(235,253,238)
#D6E6D9
(214,230,217)
#C1CFC4
(193,207,196)
#ACB8AF
(172,184,175)
#97A19A
(151,161,154)
#828A85
(130,138,133)
#6D7370
(109,115,112)
#585C5B
(88,92,91)
#434546
(67,69,70)
#2E2E31
(46,46,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBFDEE

#EBFDEE
(235,253,238)
#ECFDEF
(236,253,239)
#EDFDF0
(237,253,240)
#EEFDF1
(238,253,241)
#EFFDF2
(239,253,242)
#F0FDF3
(240,253,243)
#F1FDF4
(241,253,244)
#F2FDF5
(242,253,245)
#F3FDF6
(243,253,246)
#F4FDF7
(244,253,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDEE; }

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

This text font color is #EBFDEE.


Background Color

.myBgColor { background-color: #EBFDEE; }

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

This div background color is #EBFDEE.


Border color

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

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

This div border color is #EBFDEE.


Opacity

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

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

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

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

This text has shadow with #EBFDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDEE on black background.


Color preview on white background

This text has color #EBFDEE on white background.



Black color preview on #EBFDEE background

This text has black color on #EBFDEE background.


White color preview on #EBFDEE background

This text has white color on #EBFDEE background.