COLOR #EBFFF2

HEX: #EBFFF2
RGB: (235,255,242)

Color info

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

RGB color model

#EBFFF2 color RGB value is (235,255,242).

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

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 242 of 255 = 95%

235
255
242

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

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 242 = 732 (100%)
R 235 of 732 ~ 32.1%
G 255 of 732 ~ 34.84%
B 242 of 732 ~ 33.06%

%32.1
%34.84
%33.06

CMYK color model

#EBFFF2 color CMYK value is (8,0,5,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 0.00%
CMYK:
(8,0,5,0)
C8M0Y5K0 
(8%,0%,5%,0%)
(0.08/0.00/0.05/0.00)	

CMYK percentages

%7.84
%0
%5.1
%0

Codes

Color #EBFFF2 in popluar color models

EBFFF2
RGB235255242
HSL141°100.00%96.08%
HSB/HSV141°7.84%100.00%
CMYK7.84%0.00%5.10%
0.00%

Color #EBFFF2 in popluar number systems.

HEXEBFFF2
Decimal235255242
Binary111010111111111111110010
Octal353377362

Shades and tints

Shades of #EBFFF2

#EBFFF2
(235,255,242)
#D6E8DC
(214,232,220)
#C1D1C6
(193,209,198)
#ACBAB0
(172,186,176)
#97A39A
(151,163,154)
#828C84
(130,140,132)
#6D756E
(109,117,110)
#585E58
(88,94,88)
#434742
(67,71,66)
#2E302C
(46,48,44)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBFFF2

#EBFFF2
(235,255,242)
#ECFFF3
(236,255,243)
#EDFFF4
(237,255,244)
#EEFFF5
(238,255,245)
#EFFFF6
(239,255,246)
#F0FFF7
(240,255,247)
#F1FFF8
(241,255,248)
#F2FFF9
(242,255,249)
#F3FFFA
(243,255,250)
#F4FFFB
(244,255,251)
#F5FFFC
(245,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFFF2; }

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

This text font color is #EBFFF2.


Background Color

.myBgColor { background-color: #EBFFF2; }

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

This div background color is #EBFFF2.


Border color

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

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

This div border color is #EBFFF2.


Opacity

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

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

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

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

This text has shadow with #EBFFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFF2 on black background.


Color preview on white background

This text has color #EBFFF2 on white background.



Black color preview on #EBFFF2 background

This text has black color on #EBFFF2 background.


White color preview on #EBFFF2 background

This text has white color on #EBFFF2 background.