COLOR #E6F1E7

HEX: #E6F1E7
RGB: (230,241,231)

Renk bilgisi

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

RGB renk modeli

#E6F1E7 color RGB value is (230,241,231).

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

RGB bağlantıları ve doygunluk

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

230
241
231

R + G + B ~ 92%. #E6F1E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 231 = 702 (100%)
R 230 of 702 ~ 32.76%
G 241 of 702 ~ 34.33%
B 231 of 702 ~ 32.91%

%32.76
%34.33
%32.91

CMYK RENK MODELİ

#E6F1E7 rengi CMYK tonu (5,0,4,5).

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

CMYK yüzdeleri

%4.56
%0
%4.15
%5.49

Codes

Color #E6F1E7 in popluar color models

E6F1E7
RGB230241231
HSL125°28.21%92.35%
HSB/HSV125°4.56%94.51%
CMYK4.56%0.00%4.15%
5.49%

Color #E6F1E7 in popluar number systems.

HEXE6F1E7
Decimal230241231
Binary111001101111000111100111
Octal346361347

Shades and tints

Shades of #E6F1E7

#E6F1E7
(230,241,231)
#D2DCD2
(210,220,210)
#BEC7BD
(190,199,189)
#AAB2A8
(170,178,168)
#969D93
(150,157,147)
#82887E
(130,136,126)
#6E7369
(110,115,105)
#5A5E54
(90,94,84)
#46493F
(70,73,63)
#32342A
(50,52,42)
#1E1F15
(30,31,21)
#000000
(0,0,0)

Tints of #E6F1E7

#E6F1E7
(230,241,231)
#E8F2E9
(232,242,233)
#EAF3EB
(234,243,235)
#ECF4ED
(236,244,237)
#EEF5EF
(238,245,239)
#F0F6F1
(240,246,241)
#F2F7F3
(242,247,243)
#F4F8F5
(244,248,245)
#F6F9F7
(246,249,247)
#F8FAF9
(248,250,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1E7; }

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

This text font color is #E6F1E7.


Background Color

.myBgColor { background-color: #E6F1E7; }

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

This div background color is #E6F1E7.


Border color

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

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

This div border color is #E6F1E7.


Opacity

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

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

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

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

This text has shadow with #E6F1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1E7 on black background.


Color preview on white background

This text has color #E6F1E7 on white background.



Black color preview on #E6F1E7 background

This text has black color on #E6F1E7 background.


White color preview on #E6F1E7 background

This text has white color on #E6F1E7 background.