COLOR #E5F3F4

HEX: #E5F3F4
RGB: (229,243,244)

Renk bilgisi

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

RGB renk modeli

#E5F3F4 color RGB value is (229,243,244).

  • kırmız ton 229;
  • yeşil ton 243;
  • mavi ton 244.
RGB:
(229,243,244)
(90%,95%,96%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 243 of 255 = 95%
B 244 of 255 = 96%

229
243
244

R + G + B ~ 94%. #E5F3F4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 243 + 244 = 716 (100%)
R 229 of 716 ~ 31.98%
G 243 of 716 ~ 33.94%
B 244 of 716 ~ 34.08%

%31.98
%33.94
%34.08

CMYK RENK MODELİ

#E5F3F4 rengi CMYK tonu (6,0,0,4).

  • camgöbeği tonu 6.15%
  • eflatun tonu 0.41%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(6,0,0,4)
C6M0Y0K4 
(6%,0%,0%,4%)
(0.06/0.00/0.00/0.04)	

CMYK yüzdeleri

%6.15
%0.41
%0
%4.31

Codes

Color #E5F3F4 in popluar color models

E5F3F4
RGB229243244
HSL184°40.54%92.75%
HSB/HSV184°6.15%95.69%
CMYK6.15%0.41%0.00%
4.31%

Color #E5F3F4 in popluar number systems.

HEXE5F3F4
Decimal229243244
Binary111001011111001111110100
Octal345363364

Shades and tints

Shades of #E5F3F4

#E5F3F4
(229,243,244)
#D1DDDE
(209,221,222)
#BDC7C8
(189,199,200)
#A9B1B2
(169,177,178)
#959B9C
(149,155,156)
#818586
(129,133,134)
#6D6F70
(109,111,112)
#59595A
(89,89,90)
#454344
(69,67,68)
#312D2E
(49,45,46)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5F3F4

#E5F3F4
(229,243,244)
#E7F4F5
(231,244,245)
#E9F5F6
(233,245,246)
#EBF6F7
(235,246,247)
#EDF7F8
(237,247,248)
#EFF8F9
(239,248,249)
#F1F9FA
(241,249,250)
#F3FAFB
(243,250,251)
#F5FBFC
(245,251,252)
#F7FCFD
(247,252,253)
#F9FDFE
(249,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3F4 color. Also use rgb(229,243,244) instead hex code.

Text Font Color

.myTextColor { color: #E5F3F4; }

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

This text font color is #E5F3F4.


Background Color

.myBgColor { background-color: #E5F3F4; }

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

This div background color is #E5F3F4.


Border color

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

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

This div border color is #E5F3F4.


Opacity

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

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

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

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

This text has shadow with #E5F3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3F4 on black background.


Color preview on white background

This text has color #E5F3F4 on white background.



Black color preview on #E5F3F4 background

This text has black color on #E5F3F4 background.


White color preview on #E5F3F4 background

This text has white color on #E5F3F4 background.