COLOR #E1EBF6

HEX: #E1EBF6
RGB: (225,235,246)

Renk bilgisi

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

RGB renk modeli

#E1EBF6 color RGB value is (225,235,246).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 235 of 255 = 92%
B 246 of 255 = 96%

225
235
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 235 + 246 = 706 (100%)
R 225 of 706 ~ 31.87%
G 235 of 706 ~ 33.29%
B 246 of 706 ~ 34.84%

%31.87
%33.29
%34.84

CMYK RENK MODELİ

#E1EBF6 rengi CMYK tonu (9,4,0,4).

  • camgöbeği tonu 8.54%
  • eflatun tonu 4.47%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(9,4,0,4)
C9M4Y0K4 
(9%,4%,0%,4%)
(0.09/0.04/0.00/0.04)	

CMYK yüzdeleri

%8.54
%4.47
%0
%3.53

Codes

Color #E1EBF6 in popluar color models

E1EBF6
RGB225235246
HSL211°53.85%92.35%
HSB/HSV211°8.54%96.47%
CMYK8.54%4.47%0.00%
3.53%

Color #E1EBF6 in popluar number systems.

HEXE1EBF6
Decimal225235246
Binary111000011110101111110110
Octal341353366

Shades and tints

Shades of #E1EBF6

#E1EBF6
(225,235,246)
#CDD6E0
(205,214,224)
#B9C1CA
(185,193,202)
#A5ACB4
(165,172,180)
#91979E
(145,151,158)
#7D8288
(125,130,136)
#696D72
(105,109,114)
#55585C
(85,88,92)
#414346
(65,67,70)
#2D2E30
(45,46,48)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1EBF6

#E1EBF6
(225,235,246)
#E3ECF6
(227,236,246)
#E5EDF6
(229,237,246)
#E7EEF6
(231,238,246)
#E9EFF6
(233,239,246)
#EBF0F6
(235,240,246)
#EDF1F6
(237,241,246)
#EFF2F6
(239,242,246)
#F1F3F6
(241,243,246)
#F3F4F6
(243,244,246)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBF6; }

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

This text font color is #E1EBF6.


Background Color

.myBgColor { background-color: #E1EBF6; }

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

This div background color is #E1EBF6.


Border color

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

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

This div border color is #E1EBF6.


Opacity

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

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

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

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

This text has shadow with #E1EBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBF6 on black background.


Color preview on white background

This text has color #E1EBF6 on white background.



Black color preview on #E1EBF6 background

This text has black color on #E1EBF6 background.


White color preview on #E1EBF6 background

This text has white color on #E1EBF6 background.