COLOR #ECFDF6

HEX: #ECFDF6
RGB: (236,253,246)

Renk bilgisi

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

RGB renk modeli

#ECFDF6 color RGB value is (236,253,246).

  • kırmız ton 236;
  • yeşil ton 253;
  • mavi ton 246.
RGB:
(236,253,246)
(93%,99%,96%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 253 of 255 = 99%
B 246 of 255 = 96%

236
253
246

R + G + B ~ 96%. #ECFDF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 253 + 246 = 735 (100%)
R 236 of 735 ~ 32.11%
G 253 of 735 ~ 34.42%
B 246 of 735 ~ 33.47%

%32.11
%34.42
%33.47

CMYK RENK MODELİ

#ECFDF6 rengi CMYK tonu (7,0,3,1).

  • camgöbeği tonu 6.72%
  • eflatun tonu 0.00%
  • sarı tonu 2.77%
  • ana renk tonu 0.78%
CMYK:
(7,0,3,1)
C7M0Y3K1 
(7%,0%,3%,1%)
(0.07/0.00/0.03/0.01)	

CMYK yüzdeleri

%6.72
%0
%2.77
%0.78

Codes

Color #ECFDF6 in popluar color models

ECFDF6
RGB236253246
HSL155°80.95%95.88%
HSB/HSV155°6.72%99.22%
CMYK6.72%0.00%2.77%
0.78%

Color #ECFDF6 in popluar number systems.

HEXECFDF6
Decimal236253246
Binary111011001111110111110110
Octal354375366

Shades and tints

Shades of #ECFDF6

#ECFDF6
(236,253,246)
#D7E6E0
(215,230,224)
#C2CFCA
(194,207,202)
#ADB8B4
(173,184,180)
#98A19E
(152,161,158)
#838A88
(131,138,136)
#6E7372
(110,115,114)
#595C5C
(89,92,92)
#444546
(68,69,70)
#2F2E30
(47,46,48)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECFDF6

#ECFDF6
(236,253,246)
#EDFDF6
(237,253,246)
#EEFDF6
(238,253,246)
#EFFDF6
(239,253,246)
#F0FDF6
(240,253,246)
#F1FDF6
(241,253,246)
#F2FDF6
(242,253,246)
#F3FDF6
(243,253,246)
#F4FDF6
(244,253,246)
#F5FDF6
(245,253,246)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFDF6 color. Also use rgb(236,253,246) instead hex code.

Text Font Color

.myTextColor { color: #ECFDF6; }

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

This text font color is #ECFDF6.


Background Color

.myBgColor { background-color: #ECFDF6; }

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

This div background color is #ECFDF6.


Border color

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

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

This div border color is #ECFDF6.


Opacity

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

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

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

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

This text has shadow with #ECFDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDF6 on black background.


Color preview on white background

This text has color #ECFDF6 on white background.



Black color preview on #ECFDF6 background

This text has black color on #ECFDF6 background.


White color preview on #ECFDF6 background

This text has white color on #ECFDF6 background.