COLOR #E7EAF6

HEX: #E7EAF6
RGB: (231,234,246)

Renk bilgisi

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

RGB renk modeli

#E7EAF6 color RGB value is (231,234,246).

  • kırmız ton 231;
  • yeşil ton 234;
  • mavi ton 246.
RGB:
(231,234,246)
(91%,92%,96%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 234 of 255 = 92%
B 246 of 255 = 96%

231
234
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 234 + 246 = 711 (100%)
R 231 of 711 ~ 32.49%
G 234 of 711 ~ 32.91%
B 246 of 711 ~ 34.6%

%32.49
%32.91
%34.6

CMYK RENK MODELİ

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

  • camgöbeği tonu 6.10%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(6,5,0,4)
C6M5Y0K4 
(6%,5%,0%,4%)
(0.06/0.05/0.00/0.04)	

CMYK yüzdeleri

%6.1
%4.88
%0
%3.53

Codes

Color #E7EAF6 in popluar color models

E7EAF6
RGB231234246
HSL228°45.45%93.53%
HSB/HSV228°6.10%96.47%
CMYK6.10%4.88%0.00%
3.53%

Color #E7EAF6 in popluar number systems.

HEXE7EAF6
Decimal231234246
Binary111001111110101011110110
Octal347352366

Shades and tints

Shades of #E7EAF6

#E7EAF6
(231,234,246)
#D2D5E0
(210,213,224)
#BDC0CA
(189,192,202)
#A8ABB4
(168,171,180)
#93969E
(147,150,158)
#7E8188
(126,129,136)
#696C72
(105,108,114)
#54575C
(84,87,92)
#3F4246
(63,66,70)
#2A2D30
(42,45,48)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #E7EAF6

#E7EAF6
(231,234,246)
#E9EBF6
(233,235,246)
#EBECF6
(235,236,246)
#EDEDF6
(237,237,246)
#EFEEF6
(239,238,246)
#F1EFF6
(241,239,246)
#F3F0F6
(243,240,246)
#F5F1F6
(245,241,246)
#F7F2F6
(247,242,246)
#F9F3F6
(249,243,246)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EAF6 color. Also use rgb(231,234,246) instead hex code.

Text Font Color

.myTextColor { color: #E7EAF6; }

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

This text font color is #E7EAF6.


Background Color

.myBgColor { background-color: #E7EAF6; }

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

This div background color is #E7EAF6.


Border color

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

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

This div border color is #E7EAF6.


Opacity

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

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

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

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

This text has shadow with #E7EAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EAF6 on black background.


Color preview on white background

This text has color #E7EAF6 on white background.



Black color preview on #E7EAF6 background

This text has black color on #E7EAF6 background.


White color preview on #E7EAF6 background

This text has white color on #E7EAF6 background.