COLOR #E6F6ED

HEX: #E6F6ED
RGB: (230,246,237)

Renk bilgisi

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

RGB renk modeli

#E6F6ED color RGB value is (230,246,237).

  • kırmız ton 230;
  • yeşil ton 246;
  • mavi ton 237.
RGB:
(230,246,237)
(90%,96%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 237 of 255 = 93%

230
246
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 237 = 713 (100%)
R 230 of 713 ~ 32.26%
G 246 of 713 ~ 34.5%
B 237 of 713 ~ 33.24%

%32.26
%34.5
%33.24

CMYK RENK MODELİ

#E6F6ED rengi CMYK tonu (7,0,4,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 3.66%
  • ana renk tonu 3.53%
CMYK:
(7,0,4,4)
C7M0Y4K4 
(7%,0%,4%,4%)
(0.07/0.00/0.04/0.04)	

CMYK yüzdeleri

%6.5
%0
%3.66
%3.53

Codes

Color #E6F6ED in popluar color models

E6F6ED
RGB230246237
HSL146°47.06%93.33%
HSB/HSV146°6.50%96.47%
CMYK6.50%0.00%3.66%
3.53%

Color #E6F6ED in popluar number systems.

HEXE6F6ED
Decimal230246237
Binary111001101111011011101101
Octal346366355

Shades and tints

Shades of #E6F6ED

#E6F6ED
(230,246,237)
#D2E0D8
(210,224,216)
#BECAC3
(190,202,195)
#AAB4AE
(170,180,174)
#969E99
(150,158,153)
#828884
(130,136,132)
#6E726F
(110,114,111)
#5A5C5A
(90,92,90)
#464645
(70,70,69)
#323030
(50,48,48)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #E6F6ED

#E6F6ED
(230,246,237)
#E8F6EE
(232,246,238)
#EAF6EF
(234,246,239)
#ECF6F0
(236,246,240)
#EEF6F1
(238,246,241)
#F0F6F2
(240,246,242)
#F2F6F3
(242,246,243)
#F4F6F4
(244,246,244)
#F6F6F5
(246,246,245)
#F8F6F6
(248,246,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6ED; }

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

This text font color is #E6F6ED.


Background Color

.myBgColor { background-color: #E6F6ED; }

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

This div background color is #E6F6ED.


Border color

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

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

This div border color is #E6F6ED.


Opacity

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

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

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

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

This text has shadow with #E6F6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6ED on black background.


Color preview on white background

This text has color #E6F6ED on white background.



Black color preview on #E6F6ED background

This text has black color on #E6F6ED background.


White color preview on #E6F6ED background

This text has white color on #E6F6ED background.