COLOR #ECF68D

HEX: #ECF68D
RGB: (236,246,141)

Renk bilgisi

#ECF68D contains mainly red and green colors. #ECF68D ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#ECF68D color RGB value is (236,246,141).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 246 of 255 = 96%
B 141 of 255 = 55%

236
246
141

R + G + B ~ 81%. #ECF68D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 246 + 141 = 623 (100%)
R 236 of 623 ~ 37.88%
G 246 of 623 ~ 39.49%
B 141 of 623 ~ 22.63%

%37.88
%39.49
%22.63

CMYK RENK MODELİ

#ECF68D rengi CMYK tonu (4,0,43,4).

  • camgöbeği tonu 4.07%
  • eflatun tonu 0.00%
  • sarı tonu 42.68%
  • ana renk tonu 3.53%
CMYK:
(4,0,43,4)
C4M0Y43K4 
(4%,0%,43%,4%)
(0.04/0.00/0.43/0.04)	

CMYK yüzdeleri

%4.07
%0
%42.68
%3.53

Codes

Color #ECF68D in popluar color models

ECF68D
RGB236246141
HSL66°85.37%75.88%
HSB/HSV66°42.68%96.47%
CMYK4.07%0.00%42.68%
3.53%

Color #ECF68D in popluar number systems.

HEXECF68D
Decimal236246141
Binary111011001111011010001101
Octal354366215

Shades and tints

Shades of #ECF68D

#ECF68D
(236,246,141)
#D7E081
(215,224,129)
#C2CA75
(194,202,117)
#ADB469
(173,180,105)
#989E5D
(152,158,93)
#838851
(131,136,81)
#6E7245
(110,114,69)
#595C39
(89,92,57)
#44462D
(68,70,45)
#2F3021
(47,48,33)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #ECF68D

#ECF68D
(236,246,141)
#EDF697
(237,246,151)
#EEF6A1
(238,246,161)
#EFF6AB
(239,246,171)
#F0F6B5
(240,246,181)
#F1F6BF
(241,246,191)
#F2F6C9
(242,246,201)
#F3F6D3
(243,246,211)
#F4F6DD
(244,246,221)
#F5F6E7
(245,246,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF68D; }

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

This text font color is #ECF68D.


Background Color

.myBgColor { background-color: #ECF68D; }

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

This div background color is #ECF68D.


Border color

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

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

This div border color is #ECF68D.


Opacity

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

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

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

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

This text has shadow with #ECF68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF68D on black background.


Color preview on white background

This text has color #ECF68D on white background.



Black color preview on #ECF68D background

This text has black color on #ECF68D background.


White color preview on #ECF68D background

This text has white color on #ECF68D background.