COLOR #E5EBF7

HEX: #E5EBF7
RGB: (229,235,247)

Renk bilgisi

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

RGB renk modeli

#E5EBF7 color RGB value is (229,235,247).

  • kırmız ton 229;
  • yeşil ton 235;
  • mavi ton 247.
RGB:
(229,235,247)
(90%,92%,97%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 235 of 255 = 92%
B 247 of 255 = 97%

229
235
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 235 + 247 = 711 (100%)
R 229 of 711 ~ 32.21%
G 235 of 711 ~ 33.05%
B 247 of 711 ~ 34.74%

%32.21
%33.05
%34.74

CMYK RENK MODELİ

#E5EBF7 rengi CMYK tonu (7,5,0,3).

  • camgöbeği tonu 7.29%
  • eflatun tonu 4.86%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(7,5,0,3)
C7M5Y0K3 
(7%,5%,0%,3%)
(0.07/0.05/0.00/0.03)	

CMYK yüzdeleri

%7.29
%4.86
%0
%3.14

Codes

Color #E5EBF7 in popluar color models

E5EBF7
RGB229235247
HSL220°52.94%93.33%
HSB/HSV220°7.29%96.86%
CMYK7.29%4.86%0.00%
3.14%

Color #E5EBF7 in popluar number systems.

HEXE5EBF7
Decimal229235247
Binary111001011110101111110111
Octal345353367

Shades and tints

Shades of #E5EBF7

#E5EBF7
(229,235,247)
#D1D6E1
(209,214,225)
#BDC1CB
(189,193,203)
#A9ACB5
(169,172,181)
#95979F
(149,151,159)
#818289
(129,130,137)
#6D6D73
(109,109,115)
#59585D
(89,88,93)
#454347
(69,67,71)
#312E31
(49,46,49)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #E5EBF7

#E5EBF7
(229,235,247)
#E7ECF7
(231,236,247)
#E9EDF7
(233,237,247)
#EBEEF7
(235,238,247)
#EDEFF7
(237,239,247)
#EFF0F7
(239,240,247)
#F1F1F7
(241,241,247)
#F3F2F7
(243,242,247)
#F5F3F7
(245,243,247)
#F7F4F7
(247,244,247)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EBF7 color. Also use rgb(229,235,247) instead hex code.

Text Font Color

.myTextColor { color: #E5EBF7; }

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

This text font color is #E5EBF7.


Background Color

.myBgColor { background-color: #E5EBF7; }

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

This div background color is #E5EBF7.


Border color

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

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

This div border color is #E5EBF7.


Opacity

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

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

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

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

This text has shadow with #E5EBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBF7 on black background.


Color preview on white background

This text has color #E5EBF7 on white background.



Black color preview on #E5EBF7 background

This text has black color on #E5EBF7 background.


White color preview on #E5EBF7 background

This text has white color on #E5EBF7 background.