COLOR #ECF8DC

HEX: #ECF8DC
RGB: (236,248,220)

Renk bilgisi

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

RGB renk modeli

#ECF8DC color RGB value is (236,248,220).

  • kırmız ton 236;
  • yeşil ton 248;
  • mavi ton 220.
RGB:
(236,248,220)
(93%,97%,86%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 248 of 255 = 97%
B 220 of 255 = 86%

236
248
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 248 + 220 = 704 (100%)
R 236 of 704 ~ 33.52%
G 248 of 704 ~ 35.23%
B 220 of 704 ~ 31.25%

%33.52
%35.23
%31.25

CMYK RENK MODELİ

#ECF8DC rengi CMYK tonu (5,0,11,3).

  • camgöbeği tonu 4.84%
  • eflatun tonu 0.00%
  • sarı tonu 11.29%
  • ana renk tonu 2.75%
CMYK:
(5,0,11,3)
C5M0Y11K3 
(5%,0%,11%,3%)
(0.05/0.00/0.11/0.03)	

CMYK yüzdeleri

%4.84
%0
%11.29
%2.75

Codes

Color #ECF8DC in popluar color models

ECF8DC
RGB236248220
HSL86°66.67%91.76%
HSB/HSV86°11.29%97.25%
CMYK4.84%0.00%11.29%
2.75%

Color #ECF8DC in popluar number systems.

HEXECF8DC
Decimal236248220
Binary111011001111100011011100
Octal354370334

Shades and tints

Shades of #ECF8DC

#ECF8DC
(236,248,220)
#D7E2C8
(215,226,200)
#C2CCB4
(194,204,180)
#ADB6A0
(173,182,160)
#98A08C
(152,160,140)
#838A78
(131,138,120)
#6E7464
(110,116,100)
#595E50
(89,94,80)
#44483C
(68,72,60)
#2F3228
(47,50,40)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #ECF8DC

#ECF8DC
(236,248,220)
#EDF8DF
(237,248,223)
#EEF8E2
(238,248,226)
#EFF8E5
(239,248,229)
#F0F8E8
(240,248,232)
#F1F8EB
(241,248,235)
#F2F8EE
(242,248,238)
#F3F8F1
(243,248,241)
#F4F8F4
(244,248,244)
#F5F8F7
(245,248,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF8DC color. Also use rgb(236,248,220) instead hex code.

Text Font Color

.myTextColor { color: #ECF8DC; }

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

This text font color is #ECF8DC.


Background Color

.myBgColor { background-color: #ECF8DC; }

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

This div background color is #ECF8DC.


Border color

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

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

This div border color is #ECF8DC.


Opacity

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

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

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

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

This text has shadow with #ECF8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF8DC on black background.


Color preview on white background

This text has color #ECF8DC on white background.



Black color preview on #ECF8DC background

This text has black color on #ECF8DC background.


White color preview on #ECF8DC background

This text has white color on #ECF8DC background.