COLOR #E5F0E6

HEX: #E5F0E6
RGB: (229,240,230)

Renk bilgisi

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

RGB renk modeli

#E5F0E6 color RGB value is (229,240,230).

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

RGB bağlantıları ve doygunluk

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

229
240
230

R + G + B ~ 91%. #E5F0E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 240 + 230 = 699 (100%)
R 229 of 699 ~ 32.76%
G 240 of 699 ~ 34.33%
B 230 of 699 ~ 32.9%

%32.76
%34.33
%32.9

CMYK RENK MODELİ

#E5F0E6 rengi CMYK tonu (5,0,4,6).

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

CMYK yüzdeleri

%4.58
%0
%4.17
%5.88

Codes

Color #E5F0E6 in popluar color models

E5F0E6
RGB229240230
HSL125°26.83%91.96%
HSB/HSV125°4.58%94.12%
CMYK4.58%0.00%4.17%
5.88%

Color #E5F0E6 in popluar number systems.

HEXE5F0E6
Decimal229240230
Binary111001011111000011100110
Octal345360346

Shades and tints

Shades of #E5F0E6

#E5F0E6
(229,240,230)
#D1DBD2
(209,219,210)
#BDC6BE
(189,198,190)
#A9B1AA
(169,177,170)
#959C96
(149,156,150)
#818782
(129,135,130)
#6D726E
(109,114,110)
#595D5A
(89,93,90)
#454846
(69,72,70)
#313332
(49,51,50)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

Tints of #E5F0E6

#E5F0E6
(229,240,230)
#E7F1E8
(231,241,232)
#E9F2EA
(233,242,234)
#EBF3EC
(235,243,236)
#EDF4EE
(237,244,238)
#EFF5F0
(239,245,240)
#F1F6F2
(241,246,242)
#F3F7F4
(243,247,244)
#F5F8F6
(245,248,246)
#F7F9F8
(247,249,248)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F0E6; }

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

This text font color is #E5F0E6.


Background Color

.myBgColor { background-color: #E5F0E6; }

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

This div background color is #E5F0E6.


Border color

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

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

This div border color is #E5F0E6.


Opacity

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

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

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

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

This text has shadow with #E5F0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0E6 on black background.


Color preview on white background

This text has color #E5F0E6 on white background.



Black color preview on #E5F0E6 background

This text has black color on #E5F0E6 background.


White color preview on #E5F0E6 background

This text has white color on #E5F0E6 background.