COLOR #E5F9F6

HEX: #E5F9F6
RGB: (229,249,246)

Renk bilgisi

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

RGB renk modeli

#E5F9F6 color RGB value is (229,249,246).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 249 of 255 = 98%
B 246 of 255 = 96%

229
249
246

R + G + B ~ 95%. #E5F9F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 249 + 246 = 724 (100%)
R 229 of 724 ~ 31.63%
G 249 of 724 ~ 34.39%
B 246 of 724 ~ 33.98%

%31.63
%34.39
%33.98

CMYK RENK MODELİ

#E5F9F6 rengi CMYK tonu (8,0,1,2).

  • camgöbeği tonu 8.03%
  • eflatun tonu 0.00%
  • sarı tonu 1.20%
  • ana renk tonu 2.35%
CMYK:
(8,0,1,2)
C8M0Y1K2 
(8%,0%,1%,2%)
(0.08/0.00/0.01/0.02)	

CMYK yüzdeleri

%8.03
%0
%1.2
%2.35

Codes

Color #E5F9F6 in popluar color models

E5F9F6
RGB229249246
HSL171°62.50%93.73%
HSB/HSV171°8.03%97.65%
CMYK8.03%0.00%1.20%
2.35%

Color #E5F9F6 in popluar number systems.

HEXE5F9F6
Decimal229249246
Binary111001011111100111110110
Octal345371366

Shades and tints

Shades of #E5F9F6

#E5F9F6
(229,249,246)
#D1E3E0
(209,227,224)
#BDCDCA
(189,205,202)
#A9B7B4
(169,183,180)
#95A19E
(149,161,158)
#818B88
(129,139,136)
#6D7572
(109,117,114)
#595F5C
(89,95,92)
#454946
(69,73,70)
#313330
(49,51,48)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #E5F9F6

#E5F9F6
(229,249,246)
#E7F9F6
(231,249,246)
#E9F9F6
(233,249,246)
#EBF9F6
(235,249,246)
#EDF9F6
(237,249,246)
#EFF9F6
(239,249,246)
#F1F9F6
(241,249,246)
#F3F9F6
(243,249,246)
#F5F9F6
(245,249,246)
#F7F9F6
(247,249,246)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F9F6; }

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

This text font color is #E5F9F6.


Background Color

.myBgColor { background-color: #E5F9F6; }

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

This div background color is #E5F9F6.


Border color

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

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

This div border color is #E5F9F6.


Opacity

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

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

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

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

This text has shadow with #E5F9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9F6 on black background.


Color preview on white background

This text has color #E5F9F6 on white background.



Black color preview on #E5F9F6 background

This text has black color on #E5F9F6 background.


White color preview on #E5F9F6 background

This text has white color on #E5F9F6 background.