COLOR #E6F1FE

HEX: #E6F1FE
RGB: (230,241,254)

Renk bilgisi

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

RGB renk modeli

#E6F1FE color RGB value is (230,241,254).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 241 of 255 = 95%
B 254 of 255 = 100%

230
241
254

R + G + B ~ 95%. #E6F1FE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 254 = 725 (100%)
R 230 of 725 ~ 31.72%
G 241 of 725 ~ 33.24%
B 254 of 725 ~ 35.03%

%31.72
%33.24
%35.03

CMYK RENK MODELİ

#E6F1FE rengi CMYK tonu (9,5,0,0).

  • camgöbeği tonu 9.45%
  • eflatun tonu 5.12%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(9,5,0,0)
C9M5Y0K0 
(9%,5%,0%,0%)
(0.09/0.05/0.00/0.00)	

CMYK yüzdeleri

%9.45
%5.12
%0
%0.39

Codes

Color #E6F1FE in popluar color models

E6F1FE
RGB230241254
HSL213°92.31%94.90%
HSB/HSV213°9.45%99.61%
CMYK9.45%5.12%0.00%
0.39%

Color #E6F1FE in popluar number systems.

HEXE6F1FE
Decimal230241254
Binary111001101111000111111110
Octal346361376

Shades and tints

Shades of #E6F1FE

#E6F1FE
(230,241,254)
#D2DCE7
(210,220,231)
#BEC7D0
(190,199,208)
#AAB2B9
(170,178,185)
#969DA2
(150,157,162)
#82888B
(130,136,139)
#6E7374
(110,115,116)
#5A5E5D
(90,94,93)
#464946
(70,73,70)
#32342F
(50,52,47)
#1E1F18
(30,31,24)
#000000
(0,0,0)

Tints of #E6F1FE

#E6F1FE
(230,241,254)
#E8F2FE
(232,242,254)
#EAF3FE
(234,243,254)
#ECF4FE
(236,244,254)
#EEF5FE
(238,245,254)
#F0F6FE
(240,246,254)
#F2F7FE
(242,247,254)
#F4F8FE
(244,248,254)
#F6F9FE
(246,249,254)
#F8FAFE
(248,250,254)
#FAFBFE
(250,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1FE; }

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

This text font color is #E6F1FE.


Background Color

.myBgColor { background-color: #E6F1FE; }

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

This div background color is #E6F1FE.


Border color

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

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

This div border color is #E6F1FE.


Opacity

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

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

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

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

This text has shadow with #E6F1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1FE on black background.


Color preview on white background

This text has color #E6F1FE on white background.



Black color preview on #E6F1FE background

This text has black color on #E6F1FE background.


White color preview on #E6F1FE background

This text has white color on #E6F1FE background.