COLOR #ECFEF9

HEX: #ECFEF9
RGB: (236,254,249)

Renk bilgisi

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

RGB renk modeli

#ECFEF9 color RGB value is (236,254,249).

  • kırmız ton 236;
  • yeşil ton 254;
  • mavi ton 249.
RGB:
(236,254,249)
(93%,100%,98%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 254 of 255 = 100%
B 249 of 255 = 98%

236
254
249

R + G + B ~ 97%. #ECFEF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 254 + 249 = 739 (100%)
R 236 of 739 ~ 31.94%
G 254 of 739 ~ 34.37%
B 249 of 739 ~ 33.69%

%31.94
%34.37
%33.69

CMYK RENK MODELİ

#ECFEF9 rengi CMYK tonu (7,0,2,0).

  • camgöbeği tonu 7.09%
  • eflatun tonu 0.00%
  • sarı tonu 1.97%
  • ana renk tonu 0.39%
CMYK:
(7,0,2,0)
C7M0Y2K0 
(7%,0%,2%,0%)
(0.07/0.00/0.02/0.00)	

CMYK yüzdeleri

%7.09
%0
%1.97
%0.39

Codes

Color #ECFEF9 in popluar color models

ECFEF9
RGB236254249
HSL163°90.00%96.08%
HSB/HSV163°7.09%99.61%
CMYK7.09%0.00%1.97%
0.39%

Color #ECFEF9 in popluar number systems.

HEXECFEF9
Decimal236254249
Binary111011001111111011111001
Octal354376371

Shades and tints

Shades of #ECFEF9

#ECFEF9
(236,254,249)
#D7E7E3
(215,231,227)
#C2D0CD
(194,208,205)
#ADB9B7
(173,185,183)
#98A2A1
(152,162,161)
#838B8B
(131,139,139)
#6E7475
(110,116,117)
#595D5F
(89,93,95)
#444649
(68,70,73)
#2F2F33
(47,47,51)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #ECFEF9

#ECFEF9
(236,254,249)
#EDFEF9
(237,254,249)
#EEFEF9
(238,254,249)
#EFFEF9
(239,254,249)
#F0FEF9
(240,254,249)
#F1FEF9
(241,254,249)
#F2FEF9
(242,254,249)
#F3FEF9
(243,254,249)
#F4FEF9
(244,254,249)
#F5FEF9
(245,254,249)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFEF9 color. Also use rgb(236,254,249) instead hex code.

Text Font Color

.myTextColor { color: #ECFEF9; }

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

This text font color is #ECFEF9.


Background Color

.myBgColor { background-color: #ECFEF9; }

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

This div background color is #ECFEF9.


Border color

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

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

This div border color is #ECFEF9.


Opacity

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

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

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

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

This text has shadow with #ECFEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFEF9 on black background.


Color preview on white background

This text has color #ECFEF9 on white background.



Black color preview on #ECFEF9 background

This text has black color on #ECFEF9 background.


White color preview on #ECFEF9 background

This text has white color on #ECFEF9 background.