COLOR #ECF9C6

HEX: #ECF9C6
RGB: (236,249,198)

Renk bilgisi

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

RGB renk modeli

#ECF9C6 color RGB value is (236,249,198).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 249 of 255 = 98%
B 198 of 255 = 78%

236
249
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 249 + 198 = 683 (100%)
R 236 of 683 ~ 34.55%
G 249 of 683 ~ 36.46%
B 198 of 683 ~ 28.99%

%34.55
%36.46
%28.99

CMYK RENK MODELİ

#ECF9C6 rengi CMYK tonu (5,0,20,2).

  • camgöbeği tonu 5.22%
  • eflatun tonu 0.00%
  • sarı tonu 20.48%
  • ana renk tonu 2.35%
CMYK:
(5,0,20,2)
C5M0Y20K2 
(5%,0%,20%,2%)
(0.05/0.00/0.20/0.02)	

CMYK yüzdeleri

%5.22
%0
%20.48
%2.35

Codes

Color #ECF9C6 in popluar color models

ECF9C6
RGB236249198
HSL75°80.95%87.65%
HSB/HSV75°20.48%97.65%
CMYK5.22%0.00%20.48%
2.35%

Color #ECF9C6 in popluar number systems.

HEXECF9C6
Decimal236249198
Binary111011001111100111000110
Octal354371306

Shades and tints

Shades of #ECF9C6

#ECF9C6
(236,249,198)
#D7E3B4
(215,227,180)
#C2CDA2
(194,205,162)
#ADB790
(173,183,144)
#98A17E
(152,161,126)
#838B6C
(131,139,108)
#6E755A
(110,117,90)
#595F48
(89,95,72)
#444936
(68,73,54)
#2F3324
(47,51,36)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #ECF9C6

#ECF9C6
(236,249,198)
#EDF9CB
(237,249,203)
#EEF9D0
(238,249,208)
#EFF9D5
(239,249,213)
#F0F9DA
(240,249,218)
#F1F9DF
(241,249,223)
#F2F9E4
(242,249,228)
#F3F9E9
(243,249,233)
#F4F9EE
(244,249,238)
#F5F9F3
(245,249,243)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF9C6; }

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

This text font color is #ECF9C6.


Background Color

.myBgColor { background-color: #ECF9C6; }

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

This div background color is #ECF9C6.


Border color

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

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

This div border color is #ECF9C6.


Opacity

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

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

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

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

This text has shadow with #ECF9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF9C6 on black background.


Color preview on white background

This text has color #ECF9C6 on white background.



Black color preview on #ECF9C6 background

This text has black color on #ECF9C6 background.


White color preview on #ECF9C6 background

This text has white color on #ECF9C6 background.