COLOR #E5F0EF

HEX: #E5F0EF
RGB: (229,240,239)

Renk bilgisi

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

RGB renk modeli

#E5F0EF color RGB value is (229,240,239).

  • kırmız ton 229;
  • yeşil ton 240;
  • mavi ton 239.
RGB:
(229,240,239)
(90%,94%,94%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 240 of 255 = 94%
B 239 of 255 = 94%

229
240
239

R + G + B ~ 93%. #E5F0EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 240 + 239 = 708 (100%)
R 229 of 708 ~ 32.34%
G 240 of 708 ~ 33.9%
B 239 of 708 ~ 33.76%

%32.34
%33.9
%33.76

CMYK RENK MODELİ

#E5F0EF rengi CMYK tonu (5,0,0,6).

  • camgöbeği tonu 4.58%
  • eflatun tonu 0.00%
  • sarı tonu 0.42%
  • ana renk tonu 5.88%
CMYK:
(5,0,0,6)
C5M0Y0K6 
(5%,0%,0%,6%)
(0.05/0.00/0.00/0.06)	

CMYK yüzdeleri

%4.58
%0
%0.42
%5.88

Codes

Color #E5F0EF in popluar color models

E5F0EF
RGB229240239
HSL175°26.83%91.96%
HSB/HSV175°4.58%94.12%
CMYK4.58%0.00%0.42%
5.88%

Color #E5F0EF in popluar number systems.

HEXE5F0EF
Decimal229240239
Binary111001011111000011101111
Octal345360357

Shades and tints

Shades of #E5F0EF

#E5F0EF
(229,240,239)
#D1DBDA
(209,219,218)
#BDC6C5
(189,198,197)
#A9B1B0
(169,177,176)
#959C9B
(149,156,155)
#818786
(129,135,134)
#6D7271
(109,114,113)
#595D5C
(89,93,92)
#454847
(69,72,71)
#313332
(49,51,50)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #E5F0EF

#E5F0EF
(229,240,239)
#E7F1F0
(231,241,240)
#E9F2F1
(233,242,241)
#EBF3F2
(235,243,242)
#EDF4F3
(237,244,243)
#EFF5F4
(239,245,244)
#F1F6F5
(241,246,245)
#F3F7F6
(243,247,246)
#F5F8F7
(245,248,247)
#F7F9F8
(247,249,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0EF color. Also use rgb(229,240,239) instead hex code.

Text Font Color

.myTextColor { color: #E5F0EF; }

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

This text font color is #E5F0EF.


Background Color

.myBgColor { background-color: #E5F0EF; }

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

This div background color is #E5F0EF.


Border color

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

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

This div border color is #E5F0EF.


Opacity

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

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

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

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

This text has shadow with #E5F0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0EF on black background.


Color preview on white background

This text has color #E5F0EF on white background.



Black color preview on #E5F0EF background

This text has black color on #E5F0EF background.


White color preview on #E5F0EF background

This text has white color on #E5F0EF background.