COLOR #E5FDFF

HEX: #E5FDFF
RGB: (229,253,255)

Renk bilgisi

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

RGB renk modeli

#E5FDFF color RGB value is (229,253,255).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 253 of 255 = 99%
B 255 of 255 = 100%

229
253
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 253 + 255 = 737 (100%)
R 229 of 737 ~ 31.07%
G 253 of 737 ~ 34.33%
B 255 of 737 ~ 34.6%

%31.07
%34.33
%34.6

CMYK RENK MODELİ

#E5FDFF rengi CMYK tonu (10,1,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 0.78%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,1,0,0)
C10M1Y0K0 
(10%,1%,0%,0%)
(0.10/0.01/0.00/0.00)	

CMYK yüzdeleri

%10.2
%0.78
%0
%0

Codes

Color #E5FDFF in popluar color models

E5FDFF
RGB229253255
HSL185°100.00%94.90%
HSB/HSV185°10.20%100.00%
CMYK10.20%0.78%0.00%
0.00%

Color #E5FDFF in popluar number systems.

HEXE5FDFF
Decimal229253255
Binary111001011111110111111111
Octal345375377

Shades and tints

Shades of #E5FDFF

#E5FDFF
(229,253,255)
#D1E6E8
(209,230,232)
#BDCFD1
(189,207,209)
#A9B8BA
(169,184,186)
#95A1A3
(149,161,163)
#818A8C
(129,138,140)
#6D7375
(109,115,117)
#595C5E
(89,92,94)
#454547
(69,69,71)
#312E30
(49,46,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5FDFF

#E5FDFF
(229,253,255)
#E7FDFF
(231,253,255)
#E9FDFF
(233,253,255)
#EBFDFF
(235,253,255)
#EDFDFF
(237,253,255)
#EFFDFF
(239,253,255)
#F1FDFF
(241,253,255)
#F3FDFF
(243,253,255)
#F5FDFF
(245,253,255)
#F7FDFF
(247,253,255)
#F9FDFF
(249,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FDFF; }

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

This text font color is #E5FDFF.


Background Color

.myBgColor { background-color: #E5FDFF; }

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

This div background color is #E5FDFF.


Border color

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

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

This div border color is #E5FDFF.


Opacity

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

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

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

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

This text has shadow with #E5FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FDFF on black background.


Color preview on white background

This text has color #E5FDFF on white background.



Black color preview on #E5FDFF background

This text has black color on #E5FDFF background.


White color preview on #E5FDFF background

This text has white color on #E5FDFF background.