COLOR #E2EBF6

HEX: #E2EBF6
RGB: (226,235,246)

Renk bilgisi

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

RGB renk modeli

#E2EBF6 color RGB value is (226,235,246).

  • kırmız ton 226;
  • yeşil ton 235;
  • mavi ton 246.
RGB:
(226,235,246)
(89%,92%,96%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 235 of 255 = 92%
B 246 of 255 = 96%

226
235
246

R + G + B ~ 92%. #E2EBF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 235 + 246 = 707 (100%)
R 226 of 707 ~ 31.97%
G 235 of 707 ~ 33.24%
B 246 of 707 ~ 34.79%

%31.97
%33.24
%34.79

CMYK RENK MODELİ

#E2EBF6 rengi CMYK tonu (8,4,0,4).

  • camgöbeği tonu 8.13%
  • eflatun tonu 4.47%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(8,4,0,4)
C8M4Y0K4 
(8%,4%,0%,4%)
(0.08/0.04/0.00/0.04)	

CMYK yüzdeleri

%8.13
%4.47
%0
%3.53

Codes

Color #E2EBF6 in popluar color models

E2EBF6
RGB226235246
HSL213°52.63%92.55%
HSB/HSV213°8.13%96.47%
CMYK8.13%4.47%0.00%
3.53%

Color #E2EBF6 in popluar number systems.

HEXE2EBF6
Decimal226235246
Binary111000101110101111110110
Octal342353366

Shades and tints

Shades of #E2EBF6

#E2EBF6
(226,235,246)
#CED6E0
(206,214,224)
#BAC1CA
(186,193,202)
#A6ACB4
(166,172,180)
#92979E
(146,151,158)
#7E8288
(126,130,136)
#6A6D72
(106,109,114)
#56585C
(86,88,92)
#424346
(66,67,70)
#2E2E30
(46,46,48)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2EBF6

#E2EBF6
(226,235,246)
#E4ECF6
(228,236,246)
#E6EDF6
(230,237,246)
#E8EEF6
(232,238,246)
#EAEFF6
(234,239,246)
#ECF0F6
(236,240,246)
#EEF1F6
(238,241,246)
#F0F2F6
(240,242,246)
#F2F3F6
(242,243,246)
#F4F4F6
(244,244,246)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EBF6 color. Also use rgb(226,235,246) instead hex code.

Text Font Color

.myTextColor { color: #E2EBF6; }

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

This text font color is #E2EBF6.


Background Color

.myBgColor { background-color: #E2EBF6; }

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

This div background color is #E2EBF6.


Border color

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

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

This div border color is #E2EBF6.


Opacity

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

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

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

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

This text has shadow with #E2EBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBF6 on black background.


Color preview on white background

This text has color #E2EBF6 on white background.



Black color preview on #E2EBF6 background

This text has black color on #E2EBF6 background.


White color preview on #E2EBF6 background

This text has white color on #E2EBF6 background.