COLOR #ECF5DB

HEX: #ECF5DB
RGB: (236,245,219)

Renk bilgisi

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

RGB renk modeli

#ECF5DB color RGB value is (236,245,219).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 245 of 255 = 96%
B 219 of 255 = 86%

236
245
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 245 + 219 = 700 (100%)
R 236 of 700 ~ 33.71%
G 245 of 700 ~ 35%
B 219 of 700 ~ 31.29%

%33.71
%35
%31.29

CMYK RENK MODELİ

#ECF5DB rengi CMYK tonu (4,0,11,4).

  • camgöbeği tonu 3.67%
  • eflatun tonu 0.00%
  • sarı tonu 10.61%
  • ana renk tonu 3.92%
CMYK:
(4,0,11,4)
C4M0Y11K4 
(4%,0%,11%,4%)
(0.04/0.00/0.11/0.04)	

CMYK yüzdeleri

%3.67
%0
%10.61
%3.92

Codes

Color #ECF5DB in popluar color models

ECF5DB
RGB236245219
HSL81°56.52%90.98%
HSB/HSV81°10.61%96.08%
CMYK3.67%0.00%10.61%
3.92%

Color #ECF5DB in popluar number systems.

HEXECF5DB
Decimal236245219
Binary111011001111010111011011
Octal354365333

Shades and tints

Shades of #ECF5DB

#ECF5DB
(236,245,219)
#D7DFC8
(215,223,200)
#C2C9B5
(194,201,181)
#ADB3A2
(173,179,162)
#989D8F
(152,157,143)
#83877C
(131,135,124)
#6E7169
(110,113,105)
#595B56
(89,91,86)
#444543
(68,69,67)
#2F2F30
(47,47,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #ECF5DB

#ECF5DB
(236,245,219)
#EDF5DE
(237,245,222)
#EEF5E1
(238,245,225)
#EFF5E4
(239,245,228)
#F0F5E7
(240,245,231)
#F1F5EA
(241,245,234)
#F2F5ED
(242,245,237)
#F3F5F0
(243,245,240)
#F4F5F3
(244,245,243)
#F5F5F6
(245,245,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5DB; }

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

This text font color is #ECF5DB.


Background Color

.myBgColor { background-color: #ECF5DB; }

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

This div background color is #ECF5DB.


Border color

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

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

This div border color is #ECF5DB.


Opacity

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

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

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

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

This text has shadow with #ECF5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF5DB on black background.


Color preview on white background

This text has color #ECF5DB on white background.



Black color preview on #ECF5DB background

This text has black color on #ECF5DB background.


White color preview on #ECF5DB background

This text has white color on #ECF5DB background.