COLOR #E5FDFB

HEX: #E5FDFB
RGB: (229,253,251)

Renk bilgisi

#E5FDFB contains red, green and blue colors in about the same proportion. #E5FDFB ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#E5FDFB color RGB value is (229,253,251).

  • kırmız ton 229;
  • yeşil ton 253;
  • mavi ton 251.
RGB:
(229,253,251)
(90%,99%,98%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 253 of 255 = 99%
B 251 of 255 = 98%

229
253
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 253 + 251 = 733 (100%)
R 229 of 733 ~ 31.24%
G 253 of 733 ~ 34.52%
B 251 of 733 ~ 34.24%

%31.24
%34.52
%34.24

CMYK RENK MODELİ

#E5FDFB rengi CMYK tonu (9,0,1,1).

  • camgöbeği tonu 9.49%
  • eflatun tonu 0.00%
  • sarı tonu 0.79%
  • ana renk tonu 0.78%
CMYK:
(9,0,1,1)
C9M0Y1K1 
(9%,0%,1%,1%)
(0.09/0.00/0.01/0.01)	

CMYK yüzdeleri

%9.49
%0
%0.79
%0.78

Codes

Color #E5FDFB in popluar color models

E5FDFB
RGB229253251
HSL175°85.71%94.51%
HSB/HSV175°9.49%99.22%
CMYK9.49%0.00%0.79%
0.78%

Color #E5FDFB in popluar number systems.

HEXE5FDFB
Decimal229253251
Binary111001011111110111111011
Octal345375373

Shades and tints

Shades of #E5FDFB

#E5FDFB
(229,253,251)
#D1E6E5
(209,230,229)
#BDCFCF
(189,207,207)
#A9B8B9
(169,184,185)
#95A1A3
(149,161,163)
#818A8D
(129,138,141)
#6D7377
(109,115,119)
#595C61
(89,92,97)
#45454B
(69,69,75)
#312E35
(49,46,53)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #E5FDFB

#E5FDFB
(229,253,251)
#E7FDFB
(231,253,251)
#E9FDFB
(233,253,251)
#EBFDFB
(235,253,251)
#EDFDFB
(237,253,251)
#EFFDFB
(239,253,251)
#F1FDFB
(241,253,251)
#F3FDFB
(243,253,251)
#F5FDFB
(245,253,251)
#F7FDFB
(247,253,251)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FDFB color. Also use rgb(229,253,251) instead hex code.

Text Font Color

.myTextColor { color: #E5FDFB; }

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

This text font color is #E5FDFB.


Background Color

.myBgColor { background-color: #E5FDFB; }

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

This div background color is #E5FDFB.


Border color

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

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

This div border color is #E5FDFB.


Opacity

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

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

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

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

This text has shadow with #E5FDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FDFB on black background.


Color preview on white background

This text has color #E5FDFB on white background.



Black color preview on #E5FDFB background

This text has black color on #E5FDFB background.


White color preview on #E5FDFB background

This text has white color on #E5FDFB background.