COLOR #E6EAF6

HEX: #E6EAF6
RGB: (230,234,246)

Renk bilgisi

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

RGB renk modeli

#E6EAF6 color RGB value is (230,234,246).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 234 of 255 = 92%
B 246 of 255 = 96%

230
234
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 234 + 246 = 710 (100%)
R 230 of 710 ~ 32.39%
G 234 of 710 ~ 32.96%
B 246 of 710 ~ 34.65%

%32.39
%32.96
%34.65

CMYK RENK MODELİ

#E6EAF6 rengi CMYK tonu (7,5,0,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(7,5,0,4)
C7M5Y0K4 
(7%,5%,0%,4%)
(0.07/0.05/0.00/0.04)	

CMYK yüzdeleri

%6.5
%4.88
%0
%3.53

Codes

Color #E6EAF6 in popluar color models

E6EAF6
RGB230234246
HSL225°47.06%93.33%
HSB/HSV225°6.50%96.47%
CMYK6.50%4.88%0.00%
3.53%

Color #E6EAF6 in popluar number systems.

HEXE6EAF6
Decimal230234246
Binary111001101110101011110110
Octal346352366

Shades and tints

Shades of #E6EAF6

#E6EAF6
(230,234,246)
#D2D5E0
(210,213,224)
#BEC0CA
(190,192,202)
#AAABB4
(170,171,180)
#96969E
(150,150,158)
#828188
(130,129,136)
#6E6C72
(110,108,114)
#5A575C
(90,87,92)
#464246
(70,66,70)
#322D30
(50,45,48)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6EAF6

#E6EAF6
(230,234,246)
#E8EBF6
(232,235,246)
#EAECF6
(234,236,246)
#ECEDF6
(236,237,246)
#EEEEF6
(238,238,246)
#F0EFF6
(240,239,246)
#F2F0F6
(242,240,246)
#F4F1F6
(244,241,246)
#F6F2F6
(246,242,246)
#F8F3F6
(248,243,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAF6; }

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

This text font color is #E6EAF6.


Background Color

.myBgColor { background-color: #E6EAF6; }

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

This div background color is #E6EAF6.


Border color

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

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

This div border color is #E6EAF6.


Opacity

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

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

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

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

This text has shadow with #E6EAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EAF6 on black background.


Color preview on white background

This text has color #E6EAF6 on white background.



Black color preview on #E6EAF6 background

This text has black color on #E6EAF6 background.


White color preview on #E6EAF6 background

This text has white color on #E6EAF6 background.