COLOR #E5F9FF

HEX: #E5F9FF
RGB: (229,249,255)

Renk bilgisi

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

RGB renk modeli

#E5F9FF color RGB value is (229,249,255).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 249 of 255 = 98%
B 255 of 255 = 100%

229
249
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 249 + 255 = 733 (100%)
R 229 of 733 ~ 31.24%
G 249 of 733 ~ 33.97%
B 255 of 733 ~ 34.79%

%31.24
%33.97
%34.79

CMYK RENK MODELİ

#E5F9FF rengi CMYK tonu (10,2,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 2.35%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,2,0,0)
C10M2Y0K0 
(10%,2%,0%,0%)
(0.10/0.02/0.00/0.00)	

CMYK yüzdeleri

%10.2
%2.35
%0
%0

Codes

Color #E5F9FF in popluar color models

E5F9FF
RGB229249255
HSL194°100.00%94.90%
HSB/HSV194°10.20%100.00%
CMYK10.20%2.35%0.00%
0.00%

Color #E5F9FF in popluar number systems.

HEXE5F9FF
Decimal229249255
Binary111001011111100111111111
Octal345371377

Shades and tints

Shades of #E5F9FF

#E5F9FF
(229,249,255)
#D1E3E8
(209,227,232)
#BDCDD1
(189,205,209)
#A9B7BA
(169,183,186)
#95A1A3
(149,161,163)
#818B8C
(129,139,140)
#6D7575
(109,117,117)
#595F5E
(89,95,94)
#454947
(69,73,71)
#313330
(49,51,48)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #E5F9FF

#E5F9FF
(229,249,255)
#E7F9FF
(231,249,255)
#E9F9FF
(233,249,255)
#EBF9FF
(235,249,255)
#EDF9FF
(237,249,255)
#EFF9FF
(239,249,255)
#F1F9FF
(241,249,255)
#F3F9FF
(243,249,255)
#F5F9FF
(245,249,255)
#F7F9FF
(247,249,255)
#F9F9FF
(249,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F9FF; }

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

This text font color is #E5F9FF.


Background Color

.myBgColor { background-color: #E5F9FF; }

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

This div background color is #E5F9FF.


Border color

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

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

This div border color is #E5F9FF.


Opacity

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

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

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

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

This text has shadow with #E5F9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9FF on black background.


Color preview on white background

This text has color #E5F9FF on white background.



Black color preview on #E5F9FF background

This text has black color on #E5F9FF background.


White color preview on #E5F9FF background

This text has white color on #E5F9FF background.