COLOR #ECF5D5

HEX: #ECF5D5
RGB: (236,245,213)

Renk bilgisi

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

RGB renk modeli

#ECF5D5 color RGB value is (236,245,213).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 245 of 255 = 96%
B 213 of 255 = 84%

236
245
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 245 + 213 = 694 (100%)
R 236 of 694 ~ 34.01%
G 245 of 694 ~ 35.3%
B 213 of 694 ~ 30.69%

%34.01
%35.3
%30.69

CMYK RENK MODELİ

#ECF5D5 rengi CMYK tonu (4,0,13,4).

  • camgöbeği tonu 3.67%
  • eflatun tonu 0.00%
  • sarı tonu 13.06%
  • ana renk tonu 3.92%
CMYK:
(4,0,13,4)
C4M0Y13K4 
(4%,0%,13%,4%)
(0.04/0.00/0.13/0.04)	

CMYK yüzdeleri

%3.67
%0
%13.06
%3.92

Codes

Color #ECF5D5 in popluar color models

ECF5D5
RGB236245213
HSL77°61.54%89.80%
HSB/HSV77°13.06%96.08%
CMYK3.67%0.00%13.06%
3.92%

Color #ECF5D5 in popluar number systems.

HEXECF5D5
Decimal236245213
Binary111011001111010111010101
Octal354365325

Shades and tints

Shades of #ECF5D5

#ECF5D5
(236,245,213)
#D7DFC2
(215,223,194)
#C2C9AF
(194,201,175)
#ADB39C
(173,179,156)
#989D89
(152,157,137)
#838776
(131,135,118)
#6E7163
(110,113,99)
#595B50
(89,91,80)
#44453D
(68,69,61)
#2F2F2A
(47,47,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECF5D5

#ECF5D5
(236,245,213)
#EDF5D8
(237,245,216)
#EEF5DB
(238,245,219)
#EFF5DE
(239,245,222)
#F0F5E1
(240,245,225)
#F1F5E4
(241,245,228)
#F2F5E7
(242,245,231)
#F3F5EA
(243,245,234)
#F4F5ED
(244,245,237)
#F5F5F0
(245,245,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5D5; }

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

This text font color is #ECF5D5.


Background Color

.myBgColor { background-color: #ECF5D5; }

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

This div background color is #ECF5D5.


Border color

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

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

This div border color is #ECF5D5.


Opacity

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

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

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

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

This text has shadow with #ECF5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF5D5 on black background.


Color preview on white background

This text has color #ECF5D5 on white background.



Black color preview on #ECF5D5 background

This text has black color on #ECF5D5 background.


White color preview on #ECF5D5 background

This text has white color on #ECF5D5 background.