COLOR #E5F3F5

HEX: #E5F3F5
RGB: (229,243,245)

Renk bilgisi

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

RGB renk modeli

#E5F3F5 color RGB value is (229,243,245).

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

RGB bağlantıları ve doygunluk

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

229
243
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 243 + 245 = 717 (100%)
R 229 of 717 ~ 31.94%
G 243 of 717 ~ 33.89%
B 245 of 717 ~ 34.17%

%31.94
%33.89
%34.17

CMYK RENK MODELİ

#E5F3F5 rengi CMYK tonu (7,1,0,4).

  • camgöbeği tonu 6.53%
  • eflatun tonu 0.82%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(7,1,0,4)
C7M1Y0K4 
(7%,1%,0%,4%)
(0.07/0.01/0.00/0.04)	

CMYK yüzdeleri

%6.53
%0.82
%0
%3.92

Codes

Color #E5F3F5 in popluar color models

E5F3F5
RGB229243245
HSL188°44.44%92.94%
HSB/HSV188°6.53%96.08%
CMYK6.53%0.82%0.00%
3.92%

Color #E5F3F5 in popluar number systems.

HEXE5F3F5
Decimal229243245
Binary111001011111001111110101
Octal345363365

Shades and tints

Shades of #E5F3F5

#E5F3F5
(229,243,245)
#D1DDDF
(209,221,223)
#BDC7C9
(189,199,201)
#A9B1B3
(169,177,179)
#959B9D
(149,155,157)
#818587
(129,133,135)
#6D6F71
(109,111,113)
#59595B
(89,89,91)
#454345
(69,67,69)
#312D2F
(49,45,47)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5F3F5

#E5F3F5
(229,243,245)
#E7F4F5
(231,244,245)
#E9F5F5
(233,245,245)
#EBF6F5
(235,246,245)
#EDF7F5
(237,247,245)
#EFF8F5
(239,248,245)
#F1F9F5
(241,249,245)
#F3FAF5
(243,250,245)
#F5FBF5
(245,251,245)
#F7FCF5
(247,252,245)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F3F5; }

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

This text font color is #E5F3F5.


Background Color

.myBgColor { background-color: #E5F3F5; }

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

This div background color is #E5F3F5.


Border color

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

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

This div border color is #E5F3F5.


Opacity

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

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

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

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

This text has shadow with #E5F3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3F5 on black background.


Color preview on white background

This text has color #E5F3F5 on white background.



Black color preview on #E5F3F5 background

This text has black color on #E5F3F5 background.


White color preview on #E5F3F5 background

This text has white color on #E5F3F5 background.