COLOR #E6F9F2

HEX: #E6F9F2
RGB: (230,249,242)

Renk bilgisi

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

RGB renk modeli

#E6F9F2 color RGB value is (230,249,242).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 242 of 255 = 95%

230
249
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 242 = 721 (100%)
R 230 of 721 ~ 31.9%
G 249 of 721 ~ 34.54%
B 242 of 721 ~ 33.56%

%31.9
%34.54
%33.56

CMYK RENK MODELİ

#E6F9F2 rengi CMYK tonu (8,0,3,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 2.81%
  • ana renk tonu 2.35%
CMYK:
(8,0,3,2)
C8M0Y3K2 
(8%,0%,3%,2%)
(0.08/0.00/0.03/0.02)	

CMYK yüzdeleri

%7.63
%0
%2.81
%2.35

Codes

Color #E6F9F2 in popluar color models

E6F9F2
RGB230249242
HSL158°61.29%93.92%
HSB/HSV158°7.63%97.65%
CMYK7.63%0.00%2.81%
2.35%

Color #E6F9F2 in popluar number systems.

HEXE6F9F2
Decimal230249242
Binary111001101111100111110010
Octal346371362

Shades and tints

Shades of #E6F9F2

#E6F9F2
(230,249,242)
#D2E3DC
(210,227,220)
#BECDC6
(190,205,198)
#AAB7B0
(170,183,176)
#96A19A
(150,161,154)
#828B84
(130,139,132)
#6E756E
(110,117,110)
#5A5F58
(90,95,88)
#464942
(70,73,66)
#32332C
(50,51,44)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #E6F9F2

#E6F9F2
(230,249,242)
#E8F9F3
(232,249,243)
#EAF9F4
(234,249,244)
#ECF9F5
(236,249,245)
#EEF9F6
(238,249,246)
#F0F9F7
(240,249,247)
#F2F9F8
(242,249,248)
#F4F9F9
(244,249,249)
#F6F9FA
(246,249,250)
#F8F9FB
(248,249,251)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F9F2 color. Also use rgb(230,249,242) instead hex code.

Text Font Color

.myTextColor { color: #E6F9F2; }

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

This text font color is #E6F9F2.


Background Color

.myBgColor { background-color: #E6F9F2; }

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

This div background color is #E6F9F2.


Border color

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

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

This div border color is #E6F9F2.


Opacity

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

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

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

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

This text has shadow with #E6F9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9F2 on black background.


Color preview on white background

This text has color #E6F9F2 on white background.



Black color preview on #E6F9F2 background

This text has black color on #E6F9F2 background.


White color preview on #E6F9F2 background

This text has white color on #E6F9F2 background.