COLOR #EBFFF6

HEX: #EBFFF6
RGB: (235,255,246)

Color info

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

RGB color model

#EBFFF6 color RGB value is (235,255,246).

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

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 246 of 255 = 96%

235
255
246

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

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 246 = 736 (100%)
R 235 of 736 ~ 31.93%
G 255 of 736 ~ 34.65%
B 246 of 736 ~ 33.42%

%31.93
%34.65
%33.42

CMYK color model

#EBFFF6 color CMYK value is (8,0,4,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(8,0,4,0)
C8M0Y4K0 
(8%,0%,4%,0%)
(0.08/0.00/0.04/0.00)	

CMYK percentages

%7.84
%0
%3.53
%0

Codes

Color #EBFFF6 in popluar color models

EBFFF6
RGB235255246
HSL153°100.00%96.08%
HSB/HSV153°7.84%100.00%
CMYK7.84%0.00%3.53%
0.00%

Color #EBFFF6 in popluar number systems.

HEXEBFFF6
Decimal235255246
Binary111010111111111111110110
Octal353377366

Shades and tints

Shades of #EBFFF6

#EBFFF6
(235,255,246)
#D6E8E0
(214,232,224)
#C1D1CA
(193,209,202)
#ACBAB4
(172,186,180)
#97A39E
(151,163,158)
#828C88
(130,140,136)
#6D7572
(109,117,114)
#585E5C
(88,94,92)
#434746
(67,71,70)
#2E3030
(46,48,48)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBFFF6

#EBFFF6
(235,255,246)
#ECFFF6
(236,255,246)
#EDFFF6
(237,255,246)
#EEFFF6
(238,255,246)
#EFFFF6
(239,255,246)
#F0FFF6
(240,255,246)
#F1FFF6
(241,255,246)
#F2FFF6
(242,255,246)
#F3FFF6
(243,255,246)
#F4FFF6
(244,255,246)
#F5FFF6
(245,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFFF6; }

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

This text font color is #EBFFF6.


Background Color

.myBgColor { background-color: #EBFFF6; }

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

This div background color is #EBFFF6.


Border color

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

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

This div border color is #EBFFF6.


Opacity

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

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

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

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

This text has shadow with #EBFFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFF6 on black background.


Color preview on white background

This text has color #EBFFF6 on white background.



Black color preview on #EBFFF6 background

This text has black color on #EBFFF6 background.


White color preview on #EBFFF6 background

This text has white color on #EBFFF6 background.