COLOR #E6F1EF

HEX: #E6F1EF
RGB: (230,241,239)

Renk bilgisi

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

RGB renk modeli

#E6F1EF color RGB value is (230,241,239).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 241 of 255 = 95%
B 239 of 255 = 94%

230
241
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 239 = 710 (100%)
R 230 of 710 ~ 32.39%
G 241 of 710 ~ 33.94%
B 239 of 710 ~ 33.66%

%32.39
%33.94
%33.66

CMYK RENK MODELİ

#E6F1EF rengi CMYK tonu (5,0,1,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 0.00%
  • sarı tonu 0.83%
  • ana renk tonu 5.49%
CMYK:
(5,0,1,5)
C5M0Y1K5 
(5%,0%,1%,5%)
(0.05/0.00/0.01/0.05)	

CMYK yüzdeleri

%4.56
%0
%0.83
%5.49

Codes

Color #E6F1EF in popluar color models

E6F1EF
RGB230241239
HSL169°28.21%92.35%
HSB/HSV169°4.56%94.51%
CMYK4.56%0.00%0.83%
5.49%

Color #E6F1EF in popluar number systems.

HEXE6F1EF
Decimal230241239
Binary111001101111000111101111
Octal346361357

Shades and tints

Shades of #E6F1EF

#E6F1EF
(230,241,239)
#D2DCDA
(210,220,218)
#BEC7C5
(190,199,197)
#AAB2B0
(170,178,176)
#969D9B
(150,157,155)
#828886
(130,136,134)
#6E7371
(110,115,113)
#5A5E5C
(90,94,92)
#464947
(70,73,71)
#323432
(50,52,50)
#1E1F1D
(30,31,29)
#000000
(0,0,0)

Tints of #E6F1EF

#E6F1EF
(230,241,239)
#E8F2F0
(232,242,240)
#EAF3F1
(234,243,241)
#ECF4F2
(236,244,242)
#EEF5F3
(238,245,243)
#F0F6F4
(240,246,244)
#F2F7F5
(242,247,245)
#F4F8F6
(244,248,246)
#F6F9F7
(246,249,247)
#F8FAF8
(248,250,248)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1EF; }

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

This text font color is #E6F1EF.


Background Color

.myBgColor { background-color: #E6F1EF; }

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

This div background color is #E6F1EF.


Border color

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

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

This div border color is #E6F1EF.


Opacity

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

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

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

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

This text has shadow with #E6F1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1EF on black background.


Color preview on white background

This text has color #E6F1EF on white background.



Black color preview on #E6F1EF background

This text has black color on #E6F1EF background.


White color preview on #E6F1EF background

This text has white color on #E6F1EF background.