COLOR #E6F3E4

HEX: #E6F3E4
RGB: (230,243,228)

Renk bilgisi

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

RGB renk modeli

#E6F3E4 color RGB value is (230,243,228).

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

RGB bağlantıları ve doygunluk

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

230
243
228

R + G + B ~ 91%. #E6F3E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 243 + 228 = 701 (100%)
R 230 of 701 ~ 32.81%
G 243 of 701 ~ 34.66%
B 228 of 701 ~ 32.52%

%32.81
%34.66
%32.52

CMYK RENK MODELİ

#E6F3E4 rengi CMYK tonu (5,0,6,5).

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

CMYK yüzdeleri

%5.35
%0
%6.17
%4.71

Codes

Color #E6F3E4 in popluar color models

E6F3E4
RGB230243228
HSL112°38.46%92.35%
HSB/HSV112°6.17%95.29%
CMYK5.35%0.00%6.17%
4.71%

Color #E6F3E4 in popluar number systems.

HEXE6F3E4
Decimal230243228
Binary111001101111001111100100
Octal346363344

Shades and tints

Shades of #E6F3E4

#E6F3E4
(230,243,228)
#D2DDD0
(210,221,208)
#BEC7BC
(190,199,188)
#AAB1A8
(170,177,168)
#969B94
(150,155,148)
#828580
(130,133,128)
#6E6F6C
(110,111,108)
#5A5958
(90,89,88)
#464344
(70,67,68)
#322D30
(50,45,48)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6F3E4

#E6F3E4
(230,243,228)
#E8F4E6
(232,244,230)
#EAF5E8
(234,245,232)
#ECF6EA
(236,246,234)
#EEF7EC
(238,247,236)
#F0F8EE
(240,248,238)
#F2F9F0
(242,249,240)
#F4FAF2
(244,250,242)
#F6FBF4
(246,251,244)
#F8FCF6
(248,252,246)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3E4; }

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

This text font color is #E6F3E4.


Background Color

.myBgColor { background-color: #E6F3E4; }

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

This div background color is #E6F3E4.


Border color

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

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

This div border color is #E6F3E4.


Opacity

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

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

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

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

This text has shadow with #E6F3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3E4 on black background.


Color preview on white background

This text has color #E6F3E4 on white background.



Black color preview on #E6F3E4 background

This text has black color on #E6F3E4 background.


White color preview on #E6F3E4 background

This text has white color on #E6F3E4 background.