COLOR #E6F8EF

HEX: #E6F8EF
RGB: (230,248,239)

Renk bilgisi

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

RGB renk modeli

#E6F8EF color RGB value is (230,248,239).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 248 of 255 = 97%
B 239 of 255 = 94%

230
248
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 248 + 239 = 717 (100%)
R 230 of 717 ~ 32.08%
G 248 of 717 ~ 34.59%
B 239 of 717 ~ 33.33%

%32.08
%34.59
%33.33

CMYK RENK MODELİ

#E6F8EF rengi CMYK tonu (7,0,4,3).

  • camgöbeği tonu 7.26%
  • eflatun tonu 0.00%
  • sarı tonu 3.63%
  • ana renk tonu 2.75%
CMYK:
(7,0,4,3)
C7M0Y4K3 
(7%,0%,4%,3%)
(0.07/0.00/0.04/0.03)	

CMYK yüzdeleri

%7.26
%0
%3.63
%2.75

Codes

Color #E6F8EF in popluar color models

E6F8EF
RGB230248239
HSL150°56.25%93.73%
HSB/HSV150°7.26%97.25%
CMYK7.26%0.00%3.63%
2.75%

Color #E6F8EF in popluar number systems.

HEXE6F8EF
Decimal230248239
Binary111001101111100011101111
Octal346370357

Shades and tints

Shades of #E6F8EF

#E6F8EF
(230,248,239)
#D2E2DA
(210,226,218)
#BECCC5
(190,204,197)
#AAB6B0
(170,182,176)
#96A09B
(150,160,155)
#828A86
(130,138,134)
#6E7471
(110,116,113)
#5A5E5C
(90,94,92)
#464847
(70,72,71)
#323232
(50,50,50)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #E6F8EF

#E6F8EF
(230,248,239)
#E8F8F0
(232,248,240)
#EAF8F1
(234,248,241)
#ECF8F2
(236,248,242)
#EEF8F3
(238,248,243)
#F0F8F4
(240,248,244)
#F2F8F5
(242,248,245)
#F4F8F6
(244,248,246)
#F6F8F7
(246,248,247)
#F8F8F8
(248,248,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F8EF; }

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

This text font color is #E6F8EF.


Background Color

.myBgColor { background-color: #E6F8EF; }

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

This div background color is #E6F8EF.


Border color

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

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

This div border color is #E6F8EF.


Opacity

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

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

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

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

This text has shadow with #E6F8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F8EF on black background.


Color preview on white background

This text has color #E6F8EF on white background.



Black color preview on #E6F8EF background

This text has black color on #E6F8EF background.


White color preview on #E6F8EF background

This text has white color on #E6F8EF background.