COLOR #E6F5E7

HEX: #E6F5E7
RGB: (230,245,231)

Renk bilgisi

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

RGB renk modeli

#E6F5E7 color RGB value is (230,245,231).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 245 of 255 = 96%
B 231 of 255 = 91%

230
245
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 245 + 231 = 706 (100%)
R 230 of 706 ~ 32.58%
G 245 of 706 ~ 34.7%
B 231 of 706 ~ 32.72%

%32.58
%34.7
%32.72

CMYK RENK MODELİ

#E6F5E7 rengi CMYK tonu (6,0,6,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 0.00%
  • sarı tonu 5.71%
  • ana renk tonu 3.92%
CMYK:
(6,0,6,4)
C6M0Y6K4 
(6%,0%,6%,4%)
(0.06/0.00/0.06/0.04)	

CMYK yüzdeleri

%6.12
%0
%5.71
%3.92

Codes

Color #E6F5E7 in popluar color models

E6F5E7
RGB230245231
HSL124°42.86%93.14%
HSB/HSV124°6.12%96.08%
CMYK6.12%0.00%5.71%
3.92%

Color #E6F5E7 in popluar number systems.

HEXE6F5E7
Decimal230245231
Binary111001101111010111100111
Octal346365347

Shades and tints

Shades of #E6F5E7

#E6F5E7
(230,245,231)
#D2DFD2
(210,223,210)
#BEC9BD
(190,201,189)
#AAB3A8
(170,179,168)
#969D93
(150,157,147)
#82877E
(130,135,126)
#6E7169
(110,113,105)
#5A5B54
(90,91,84)
#46453F
(70,69,63)
#322F2A
(50,47,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6F5E7

#E6F5E7
(230,245,231)
#E8F5E9
(232,245,233)
#EAF5EB
(234,245,235)
#ECF5ED
(236,245,237)
#EEF5EF
(238,245,239)
#F0F5F1
(240,245,241)
#F2F5F3
(242,245,243)
#F4F5F5
(244,245,245)
#F6F5F7
(246,245,247)
#F8F5F9
(248,245,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5E7; }

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

This text font color is #E6F5E7.


Background Color

.myBgColor { background-color: #E6F5E7; }

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

This div background color is #E6F5E7.


Border color

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

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

This div border color is #E6F5E7.


Opacity

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

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

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

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

This text has shadow with #E6F5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5E7 on black background.


Color preview on white background

This text has color #E6F5E7 on white background.



Black color preview on #E6F5E7 background

This text has black color on #E6F5E7 background.


White color preview on #E6F5E7 background

This text has white color on #E6F5E7 background.