COLOR #E6F1FB

HEX: #E6F1FB
RGB: (230,241,251)

Renk bilgisi

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

RGB renk modeli

#E6F1FB color RGB value is (230,241,251).

  • kırmız ton 230;
  • yeşil ton 241;
  • mavi ton 251.
RGB:
(230,241,251)
(90%,95%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 241 of 255 = 95%
B 251 of 255 = 98%

230
241
251

R + G + B ~ 94%. #E6F1FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 251 = 722 (100%)
R 230 of 722 ~ 31.86%
G 241 of 722 ~ 33.38%
B 251 of 722 ~ 34.76%

%31.86
%33.38
%34.76

CMYK RENK MODELİ

#E6F1FB rengi CMYK tonu (8,4,0,2).

  • camgöbeği tonu 8.37%
  • eflatun tonu 3.98%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(8,4,0,2)
C8M4Y0K2 
(8%,4%,0%,2%)
(0.08/0.04/0.00/0.02)	

CMYK yüzdeleri

%8.37
%3.98
%0
%1.57

Codes

Color #E6F1FB in popluar color models

E6F1FB
RGB230241251
HSL209°72.41%94.31%
HSB/HSV209°8.37%98.43%
CMYK8.37%3.98%0.00%
1.57%

Color #E6F1FB in popluar number systems.

HEXE6F1FB
Decimal230241251
Binary111001101111000111111011
Octal346361373

Shades and tints

Shades of #E6F1FB

#E6F1FB
(230,241,251)
#D2DCE5
(210,220,229)
#BEC7CF
(190,199,207)
#AAB2B9
(170,178,185)
#969DA3
(150,157,163)
#82888D
(130,136,141)
#6E7377
(110,115,119)
#5A5E61
(90,94,97)
#46494B
(70,73,75)
#323435
(50,52,53)
#1E1F1F
(30,31,31)
#000000
(0,0,0)

Tints of #E6F1FB

#E6F1FB
(230,241,251)
#E8F2FB
(232,242,251)
#EAF3FB
(234,243,251)
#ECF4FB
(236,244,251)
#EEF5FB
(238,245,251)
#F0F6FB
(240,246,251)
#F2F7FB
(242,247,251)
#F4F8FB
(244,248,251)
#F6F9FB
(246,249,251)
#F8FAFB
(248,250,251)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F1FB color. Also use rgb(230,241,251) instead hex code.

Text Font Color

.myTextColor { color: #E6F1FB; }

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

This text font color is #E6F1FB.


Background Color

.myBgColor { background-color: #E6F1FB; }

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

This div background color is #E6F1FB.


Border color

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

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

This div border color is #E6F1FB.


Opacity

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

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

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

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

This text has shadow with #E6F1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1FB on black background.


Color preview on white background

This text has color #E6F1FB on white background.



Black color preview on #E6F1FB background

This text has black color on #E6F1FB background.


White color preview on #E6F1FB background

This text has white color on #E6F1FB background.