COLOR #ECF9CA

HEX: #ECF9CA
RGB: (236,249,202)

Renk bilgisi

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

RGB renk modeli

#ECF9CA color RGB value is (236,249,202).

  • kırmız ton 236;
  • yeşil ton 249;
  • mavi ton 202.
RGB:
(236,249,202)
(93%,98%,79%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 249 of 255 = 98%
B 202 of 255 = 79%

236
249
202

R + G + B ~ 90%. #ECF9CA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 249 + 202 = 687 (100%)
R 236 of 687 ~ 34.35%
G 249 of 687 ~ 36.24%
B 202 of 687 ~ 29.4%

%34.35
%36.24
%29.4

CMYK RENK MODELİ

#ECF9CA rengi CMYK tonu (5,0,19,2).

  • camgöbeği tonu 5.22%
  • eflatun tonu 0.00%
  • sarı tonu 18.88%
  • ana renk tonu 2.35%
CMYK:
(5,0,19,2)
C5M0Y19K2 
(5%,0%,19%,2%)
(0.05/0.00/0.19/0.02)	

CMYK yüzdeleri

%5.22
%0
%18.88
%2.35

Codes

Color #ECF9CA in popluar color models

ECF9CA
RGB236249202
HSL77°79.66%88.43%
HSB/HSV77°18.88%97.65%
CMYK5.22%0.00%18.88%
2.35%

Color #ECF9CA in popluar number systems.

HEXECF9CA
Decimal236249202
Binary111011001111100111001010
Octal354371312

Shades and tints

Shades of #ECF9CA

#ECF9CA
(236,249,202)
#D7E3B8
(215,227,184)
#C2CDA6
(194,205,166)
#ADB794
(173,183,148)
#98A182
(152,161,130)
#838B70
(131,139,112)
#6E755E
(110,117,94)
#595F4C
(89,95,76)
#44493A
(68,73,58)
#2F3328
(47,51,40)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #ECF9CA

#ECF9CA
(236,249,202)
#EDF9CE
(237,249,206)
#EEF9D2
(238,249,210)
#EFF9D6
(239,249,214)
#F0F9DA
(240,249,218)
#F1F9DE
(241,249,222)
#F2F9E2
(242,249,226)
#F3F9E6
(243,249,230)
#F4F9EA
(244,249,234)
#F5F9EE
(245,249,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF9CA color. Also use rgb(236,249,202) instead hex code.

Text Font Color

.myTextColor { color: #ECF9CA; }

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

This text font color is #ECF9CA.


Background Color

.myBgColor { background-color: #ECF9CA; }

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

This div background color is #ECF9CA.


Border color

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

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

This div border color is #ECF9CA.


Opacity

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

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

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

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

This text has shadow with #ECF9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF9CA on black background.


Color preview on white background

This text has color #ECF9CA on white background.



Black color preview on #ECF9CA background

This text has black color on #ECF9CA background.


White color preview on #ECF9CA background

This text has white color on #ECF9CA background.