COLOR #EBFDF6

HEX: #EBFDF6
RGB: (235,253,246)

Color info

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

RGB color model

#EBFDF6 color RGB value is (235,253,246).

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

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 246 of 255 = 96%

235
253
246

R + G + B ~ 96%. #EBFDF6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 246 = 734 (100%)
R 235 of 734 ~ 32.02%
G 253 of 734 ~ 34.47%
B 246 of 734 ~ 33.51%

%32.02
%34.47
%33.51

CMYK color model

#EBFDF6 color CMYK value is (7,0,3,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 2.77%
  • key color value is 0.78%
CMYK:
(7,0,3,1)
C7M0Y3K1 
(7%,0%,3%,1%)
(0.07/0.00/0.03/0.01)	

CMYK percentages

%7.11
%0
%2.77
%0.78

Codes

Color #EBFDF6 in popluar color models

EBFDF6
RGB235253246
HSL157°81.82%95.69%
HSB/HSV157°7.11%99.22%
CMYK7.11%0.00%2.77%
0.78%

Color #EBFDF6 in popluar number systems.

HEXEBFDF6
Decimal235253246
Binary111010111111110111110110
Octal353375366

Shades and tints

Shades of #EBFDF6

#EBFDF6
(235,253,246)
#D6E6E0
(214,230,224)
#C1CFCA
(193,207,202)
#ACB8B4
(172,184,180)
#97A19E
(151,161,158)
#828A88
(130,138,136)
#6D7372
(109,115,114)
#585C5C
(88,92,92)
#434546
(67,69,70)
#2E2E30
(46,46,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBFDF6

#EBFDF6
(235,253,246)
#ECFDF6
(236,253,246)
#EDFDF6
(237,253,246)
#EEFDF6
(238,253,246)
#EFFDF6
(239,253,246)
#F0FDF6
(240,253,246)
#F1FDF6
(241,253,246)
#F2FDF6
(242,253,246)
#F3FDF6
(243,253,246)
#F4FDF6
(244,253,246)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDF6; }

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

This text font color is #EBFDF6.


Background Color

.myBgColor { background-color: #EBFDF6; }

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

This div background color is #EBFDF6.


Border color

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

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

This div border color is #EBFDF6.


Opacity

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

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

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

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

This text has shadow with #EBFDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDF6 on black background.


Color preview on white background

This text has color #EBFDF6 on white background.



Black color preview on #EBFDF6 background

This text has black color on #EBFDF6 background.


White color preview on #EBFDF6 background

This text has white color on #EBFDF6 background.