COLOR #ECF6D8

HEX: #ECF6D8
RGB: (236,246,216)

Renk bilgisi

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

RGB renk modeli

#ECF6D8 color RGB value is (236,246,216).

  • kırmız ton 236;
  • yeşil ton 246;
  • mavi ton 216.
RGB:
(236,246,216)
(93%,96%,85%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 246 of 255 = 96%
B 216 of 255 = 85%

236
246
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 246 + 216 = 698 (100%)
R 236 of 698 ~ 33.81%
G 246 of 698 ~ 35.24%
B 216 of 698 ~ 30.95%

%33.81
%35.24
%30.95

CMYK RENK MODELİ

#ECF6D8 rengi CMYK tonu (4,0,12,4).

  • camgöbeği tonu 4.07%
  • eflatun tonu 0.00%
  • sarı tonu 12.20%
  • ana renk tonu 3.53%
CMYK:
(4,0,12,4)
C4M0Y12K4 
(4%,0%,12%,4%)
(0.04/0.00/0.12/0.04)	

CMYK yüzdeleri

%4.07
%0
%12.2
%3.53

Codes

Color #ECF6D8 in popluar color models

ECF6D8
RGB236246216
HSL80°62.50%90.59%
HSB/HSV80°12.20%96.47%
CMYK4.07%0.00%12.20%
3.53%

Color #ECF6D8 in popluar number systems.

HEXECF6D8
Decimal236246216
Binary111011001111011011011000
Octal354366330

Shades and tints

Shades of #ECF6D8

#ECF6D8
(236,246,216)
#D7E0C5
(215,224,197)
#C2CAB2
(194,202,178)
#ADB49F
(173,180,159)
#989E8C
(152,158,140)
#838879
(131,136,121)
#6E7266
(110,114,102)
#595C53
(89,92,83)
#444640
(68,70,64)
#2F302D
(47,48,45)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #ECF6D8

#ECF6D8
(236,246,216)
#EDF6DB
(237,246,219)
#EEF6DE
(238,246,222)
#EFF6E1
(239,246,225)
#F0F6E4
(240,246,228)
#F1F6E7
(241,246,231)
#F2F6EA
(242,246,234)
#F3F6ED
(243,246,237)
#F4F6F0
(244,246,240)
#F5F6F3
(245,246,243)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF6D8 color. Also use rgb(236,246,216) instead hex code.

Text Font Color

.myTextColor { color: #ECF6D8; }

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

This text font color is #ECF6D8.


Background Color

.myBgColor { background-color: #ECF6D8; }

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

This div background color is #ECF6D8.


Border color

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

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

This div border color is #ECF6D8.


Opacity

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

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

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

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

This text has shadow with #ECF6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF6D8 on black background.


Color preview on white background

This text has color #ECF6D8 on white background.



Black color preview on #ECF6D8 background

This text has black color on #ECF6D8 background.


White color preview on #ECF6D8 background

This text has white color on #ECF6D8 background.