COLOR #E5FCFF

HEX: #E5FCFF
RGB: (229,252,255)

Renk bilgisi

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

RGB renk modeli

#E5FCFF color RGB value is (229,252,255).

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

RGB bağlantıları ve doygunluk

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

229
252
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 252 + 255 = 736 (100%)
R 229 of 736 ~ 31.11%
G 252 of 736 ~ 34.24%
B 255 of 736 ~ 34.65%

%31.11
%34.24
%34.65

CMYK RENK MODELİ

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

  • camgöbeği tonu 10.20%
  • eflatun tonu 1.18%
  • 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
%1.18
%0
%0

Codes

Color #E5FCFF in popluar color models

E5FCFF
RGB229252255
HSL187°100.00%94.90%
HSB/HSV187°10.20%100.00%
CMYK10.20%1.18%0.00%
0.00%

Color #E5FCFF in popluar number systems.

HEXE5FCFF
Decimal229252255
Binary111001011111110011111111
Octal345374377

Shades and tints

Shades of #E5FCFF

#E5FCFF
(229,252,255)
#D1E6E8
(209,230,232)
#BDD0D1
(189,208,209)
#A9BABA
(169,186,186)
#95A4A3
(149,164,163)
#818E8C
(129,142,140)
#6D7875
(109,120,117)
#59625E
(89,98,94)
#454C47
(69,76,71)
#313630
(49,54,48)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #E5FCFF

#E5FCFF
(229,252,255)
#E7FCFF
(231,252,255)
#E9FCFF
(233,252,255)
#EBFCFF
(235,252,255)
#EDFCFF
(237,252,255)
#EFFCFF
(239,252,255)
#F1FCFF
(241,252,255)
#F3FCFF
(243,252,255)
#F5FCFF
(245,252,255)
#F7FCFF
(247,252,255)
#F9FCFF
(249,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCFF; }

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

This text font color is #E5FCFF.


Background Color

.myBgColor { background-color: #E5FCFF; }

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

This div background color is #E5FCFF.


Border color

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

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

This div border color is #E5FCFF.


Opacity

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

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

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

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

This text has shadow with #E5FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCFF on black background.


Color preview on white background

This text has color #E5FCFF on white background.



Black color preview on #E5FCFF background

This text has black color on #E5FCFF background.


White color preview on #E5FCFF background

This text has white color on #E5FCFF background.