COLOR #ECF1D5

HEX: #ECF1D5
RGB: (236,241,213)

Renk bilgisi

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

RGB renk modeli

#ECF1D5 color RGB value is (236,241,213).

  • kırmız ton 236;
  • yeşil ton 241;
  • mavi ton 213.
RGB:
(236,241,213)
(93%,95%,84%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 241 of 255 = 95%
B 213 of 255 = 84%

236
241
213

R + G + B ~ 91%. #ECF1D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 241 + 213 = 690 (100%)
R 236 of 690 ~ 34.2%
G 241 of 690 ~ 34.93%
B 213 of 690 ~ 30.87%

%34.2
%34.93
%30.87

CMYK RENK MODELİ

#ECF1D5 rengi CMYK tonu (2,0,12,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 11.62%
  • ana renk tonu 5.49%
CMYK:
(2,0,12,5)
C2M0Y12K5 
(2%,0%,12%,5%)
(0.02/0.00/0.12/0.05)	

CMYK yüzdeleri

%2.07
%0
%11.62
%5.49

Codes

Color #ECF1D5 in popluar color models

ECF1D5
RGB236241213
HSL71°50.00%89.02%
HSB/HSV71°11.62%94.51%
CMYK2.07%0.00%11.62%
5.49%

Color #ECF1D5 in popluar number systems.

HEXECF1D5
Decimal236241213
Binary111011001111000111010101
Octal354361325

Shades and tints

Shades of #ECF1D5

#ECF1D5
(236,241,213)
#D7DCC2
(215,220,194)
#C2C7AF
(194,199,175)
#ADB29C
(173,178,156)
#989D89
(152,157,137)
#838876
(131,136,118)
#6E7363
(110,115,99)
#595E50
(89,94,80)
#44493D
(68,73,61)
#2F342A
(47,52,42)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #ECF1D5

#ECF1D5
(236,241,213)
#EDF2D8
(237,242,216)
#EEF3DB
(238,243,219)
#EFF4DE
(239,244,222)
#F0F5E1
(240,245,225)
#F1F6E4
(241,246,228)
#F2F7E7
(242,247,231)
#F3F8EA
(243,248,234)
#F4F9ED
(244,249,237)
#F5FAF0
(245,250,240)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1D5 color. Also use rgb(236,241,213) instead hex code.

Text Font Color

.myTextColor { color: #ECF1D5; }

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

This text font color is #ECF1D5.


Background Color

.myBgColor { background-color: #ECF1D5; }

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

This div background color is #ECF1D5.


Border color

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

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

This div border color is #ECF1D5.


Opacity

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

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

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

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

This text has shadow with #ECF1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1D5 on black background.


Color preview on white background

This text has color #ECF1D5 on white background.



Black color preview on #ECF1D5 background

This text has black color on #ECF1D5 background.


White color preview on #ECF1D5 background

This text has white color on #ECF1D5 background.