COLOR #E6F3F3

HEX: #E6F3F3
RGB: (230,243,243)

Renk bilgisi

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

RGB renk modeli

#E6F3F3 color RGB value is (230,243,243).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 243 of 255 = 95%
B 243 of 255 = 95%

230
243
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 243 + 243 = 716 (100%)
R 230 of 716 ~ 32.12%
G 243 of 716 ~ 33.94%
B 243 of 716 ~ 33.94%

%32.12
%33.94
%33.94

CMYK RENK MODELİ

#E6F3F3 rengi CMYK tonu (5,0,0,5).

  • camgöbeği tonu 5.35%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(5,0,0,5)
C5M0Y0K5 
(5%,0%,0%,5%)
(0.05/0.00/0.00/0.05)	

CMYK yüzdeleri

%5.35
%0
%0
%4.71

Codes

Color #E6F3F3 in popluar color models

E6F3F3
RGB230243243
HSL180°35.14%92.75%
HSB/HSV180°5.35%95.29%
CMYK5.35%0.00%0.00%
4.71%

Color #E6F3F3 in popluar number systems.

HEXE6F3F3
Decimal230243243
Binary111001101111001111110011
Octal346363363

Shades and tints

Shades of #E6F3F3

#E6F3F3
(230,243,243)
#D2DDDD
(210,221,221)
#BEC7C7
(190,199,199)
#AAB1B1
(170,177,177)
#969B9B
(150,155,155)
#828585
(130,133,133)
#6E6F6F
(110,111,111)
#5A5959
(90,89,89)
#464343
(70,67,67)
#322D2D
(50,45,45)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6F3F3

#E6F3F3
(230,243,243)
#E8F4F4
(232,244,244)
#EAF5F5
(234,245,245)
#ECF6F6
(236,246,246)
#EEF7F7
(238,247,247)
#F0F8F8
(240,248,248)
#F2F9F9
(242,249,249)
#F4FAFA
(244,250,250)
#F6FBFB
(246,251,251)
#F8FCFC
(248,252,252)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3F3; }

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

This text font color is #E6F3F3.


Background Color

.myBgColor { background-color: #E6F3F3; }

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

This div background color is #E6F3F3.


Border color

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

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

This div border color is #E6F3F3.


Opacity

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

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

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

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

This text has shadow with #E6F3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3F3 on black background.


Color preview on white background

This text has color #E6F3F3 on white background.



Black color preview on #E6F3F3 background

This text has black color on #E6F3F3 background.


White color preview on #E6F3F3 background

This text has white color on #E6F3F3 background.