COLOR #EBFDF4

HEX: #EBFDF4
RGB: (235,253,244)

Color info

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

RGB color model

#EBFDF4 color RGB value is (235,253,244).

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

RGB channels and saturation

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

235
253
244

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

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 244 = 732 (100%)
R 235 of 732 ~ 32.1%
G 253 of 732 ~ 34.56%
B 244 of 732 ~ 33.33%

%32.1
%34.56
%33.33

CMYK color model

#EBFDF4 color CMYK value is (7,0,4,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(7,0,4,1)
C7M0Y4K1 
(7%,0%,4%,1%)
(0.07/0.00/0.04/0.01)	

CMYK percentages

%7.11
%0
%3.56
%0.78

Codes

Color #EBFDF4 in popluar color models

EBFDF4
RGB235253244
HSL150°81.82%95.69%
HSB/HSV150°7.11%99.22%
CMYK7.11%0.00%3.56%
0.78%

Color #EBFDF4 in popluar number systems.

HEXEBFDF4
Decimal235253244
Binary111010111111110111110100
Octal353375364

Shades and tints

Shades of #EBFDF4

#EBFDF4
(235,253,244)
#D6E6DE
(214,230,222)
#C1CFC8
(193,207,200)
#ACB8B2
(172,184,178)
#97A19C
(151,161,156)
#828A86
(130,138,134)
#6D7370
(109,115,112)
#585C5A
(88,92,90)
#434544
(67,69,68)
#2E2E2E
(46,46,46)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBFDF4

#EBFDF4
(235,253,244)
#ECFDF5
(236,253,245)
#EDFDF6
(237,253,246)
#EEFDF7
(238,253,247)
#EFFDF8
(239,253,248)
#F0FDF9
(240,253,249)
#F1FDFA
(241,253,250)
#F2FDFB
(242,253,251)
#F3FDFC
(243,253,252)
#F4FDFD
(244,253,253)
#F5FDFE
(245,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDF4; }

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

This text font color is #EBFDF4.


Background Color

.myBgColor { background-color: #EBFDF4; }

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

This div background color is #EBFDF4.


Border color

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

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

This div border color is #EBFDF4.


Opacity

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

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

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

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

This text has shadow with #EBFDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDF4 on black background.


Color preview on white background

This text has color #EBFDF4 on white background.



Black color preview on #EBFDF4 background

This text has black color on #EBFDF4 background.


White color preview on #EBFDF4 background

This text has white color on #EBFDF4 background.