COLOR #E6F4FC

HEX: #E6F4FC
RGB: (230,244,252)

Renk bilgisi

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

RGB renk modeli

#E6F4FC color RGB value is (230,244,252).

  • kırmız ton 230;
  • yeşil ton 244;
  • mavi ton 252.
RGB:
(230,244,252)
(90%,96%,99%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 244 of 255 = 96%
B 252 of 255 = 99%

230
244
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 244 + 252 = 726 (100%)
R 230 of 726 ~ 31.68%
G 244 of 726 ~ 33.61%
B 252 of 726 ~ 34.71%

%31.68
%33.61
%34.71

CMYK RENK MODELİ

#E6F4FC rengi CMYK tonu (9,3,0,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 3.17%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(9,3,0,1)
C9M3Y0K1 
(9%,3%,0%,1%)
(0.09/0.03/0.00/0.01)	

CMYK yüzdeleri

%8.73
%3.17
%0
%1.18

Codes

Color #E6F4FC in popluar color models

E6F4FC
RGB230244252
HSL202°78.57%94.51%
HSB/HSV202°8.73%98.82%
CMYK8.73%3.17%0.00%
1.18%

Color #E6F4FC in popluar number systems.

HEXE6F4FC
Decimal230244252
Binary111001101111010011111100
Octal346364374

Shades and tints

Shades of #E6F4FC

#E6F4FC
(230,244,252)
#D2DEE6
(210,222,230)
#BEC8D0
(190,200,208)
#AAB2BA
(170,178,186)
#969CA4
(150,156,164)
#82868E
(130,134,142)
#6E7078
(110,112,120)
#5A5A62
(90,90,98)
#46444C
(70,68,76)
#322E36
(50,46,54)
#1E1820
(30,24,32)
#000000
(0,0,0)

Tints of #E6F4FC

#E6F4FC
(230,244,252)
#E8F5FC
(232,245,252)
#EAF6FC
(234,246,252)
#ECF7FC
(236,247,252)
#EEF8FC
(238,248,252)
#F0F9FC
(240,249,252)
#F2FAFC
(242,250,252)
#F4FBFC
(244,251,252)
#F6FCFC
(246,252,252)
#F8FDFC
(248,253,252)
#FAFEFC
(250,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4FC color. Also use rgb(230,244,252) instead hex code.

Text Font Color

.myTextColor { color: #E6F4FC; }

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

This text font color is #E6F4FC.


Background Color

.myBgColor { background-color: #E6F4FC; }

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

This div background color is #E6F4FC.


Border color

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

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

This div border color is #E6F4FC.


Opacity

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

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

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

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

This text has shadow with #E6F4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4FC on black background.


Color preview on white background

This text has color #E6F4FC on white background.



Black color preview on #E6F4FC background

This text has black color on #E6F4FC background.


White color preview on #E6F4FC background

This text has white color on #E6F4FC background.