COLOR #ECFDD7

HEX: #ECFDD7
RGB: (236,253,215)

Renk bilgisi

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

RGB renk modeli

#ECFDD7 color RGB value is (236,253,215).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 253 of 255 = 99%
B 215 of 255 = 84%

236
253
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 253 + 215 = 704 (100%)
R 236 of 704 ~ 33.52%
G 253 of 704 ~ 35.94%
B 215 of 704 ~ 30.54%

%33.52
%35.94
%30.54

CMYK RENK MODELİ

#ECFDD7 rengi CMYK tonu (7,0,15,1).

  • camgöbeği tonu 6.72%
  • eflatun tonu 0.00%
  • sarı tonu 15.02%
  • ana renk tonu 0.78%
CMYK:
(7,0,15,1)
C7M0Y15K1 
(7%,0%,15%,1%)
(0.07/0.00/0.15/0.01)	

CMYK yüzdeleri

%6.72
%0
%15.02
%0.78

Codes

Color #ECFDD7 in popluar color models

ECFDD7
RGB236253215
HSL87°90.48%91.76%
HSB/HSV87°15.02%99.22%
CMYK6.72%0.00%15.02%
0.78%

Color #ECFDD7 in popluar number systems.

HEXECFDD7
Decimal236253215
Binary111011001111110111010111
Octal354375327

Shades and tints

Shades of #ECFDD7

#ECFDD7
(236,253,215)
#D7E6C4
(215,230,196)
#C2CFB1
(194,207,177)
#ADB89E
(173,184,158)
#98A18B
(152,161,139)
#838A78
(131,138,120)
#6E7365
(110,115,101)
#595C52
(89,92,82)
#44453F
(68,69,63)
#2F2E2C
(47,46,44)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #ECFDD7

#ECFDD7
(236,253,215)
#EDFDDA
(237,253,218)
#EEFDDD
(238,253,221)
#EFFDE0
(239,253,224)
#F0FDE3
(240,253,227)
#F1FDE6
(241,253,230)
#F2FDE9
(242,253,233)
#F3FDEC
(243,253,236)
#F4FDEF
(244,253,239)
#F5FDF2
(245,253,242)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFDD7; }

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

This text font color is #ECFDD7.


Background Color

.myBgColor { background-color: #ECFDD7; }

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

This div background color is #ECFDD7.


Border color

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

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

This div border color is #ECFDD7.


Opacity

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

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

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

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

This text has shadow with #ECFDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDD7 on black background.


Color preview on white background

This text has color #ECFDD7 on white background.



Black color preview on #ECFDD7 background

This text has black color on #ECFDD7 background.


White color preview on #ECFDD7 background

This text has white color on #ECFDD7 background.