COLOR #E6F1F1

HEX: #E6F1F1
RGB: (230,241,241)

Renk bilgisi

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

RGB renk modeli

#E6F1F1 color RGB value is (230,241,241).

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

RGB bağlantıları ve doygunluk

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

230
241
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 241 = 712 (100%)
R 230 of 712 ~ 32.3%
G 241 of 712 ~ 33.85%
B 241 of 712 ~ 33.85%

%32.3
%33.85
%33.85

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.56
%0
%0
%5.49

Codes

Color #E6F1F1 in popluar color models

E6F1F1
RGB230241241
HSL180°28.21%92.35%
HSB/HSV180°4.56%94.51%
CMYK4.56%0.00%0.00%
5.49%

Color #E6F1F1 in popluar number systems.

HEXE6F1F1
Decimal230241241
Binary111001101111000111110001
Octal346361361

Shades and tints

Shades of #E6F1F1

#E6F1F1
(230,241,241)
#D2DCDC
(210,220,220)
#BEC7C7
(190,199,199)
#AAB2B2
(170,178,178)
#969D9D
(150,157,157)
#828888
(130,136,136)
#6E7373
(110,115,115)
#5A5E5E
(90,94,94)
#464949
(70,73,73)
#323434
(50,52,52)
#1E1F1F
(30,31,31)
#000000
(0,0,0)

Tints of #E6F1F1

#E6F1F1
(230,241,241)
#E8F2F2
(232,242,242)
#EAF3F3
(234,243,243)
#ECF4F4
(236,244,244)
#EEF5F5
(238,245,245)
#F0F6F6
(240,246,246)
#F2F7F7
(242,247,247)
#F4F8F8
(244,248,248)
#F6F9F9
(246,249,249)
#F8FAFA
(248,250,250)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1F1; }

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

This text font color is #E6F1F1.


Background Color

.myBgColor { background-color: #E6F1F1; }

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

This div background color is #E6F1F1.


Border color

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

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

This div border color is #E6F1F1.


Opacity

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

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

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

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

This text has shadow with #E6F1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1F1 on black background.


Color preview on white background

This text has color #E6F1F1 on white background.



Black color preview on #E6F1F1 background

This text has black color on #E6F1F1 background.


White color preview on #E6F1F1 background

This text has white color on #E6F1F1 background.