COLOR #D6F389

HEX: #D6F389
RGB: (214,243,137)

Renk bilgisi

#D6F389 contains mainly red and green colors. #D6F389 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D6F389 color RGB value is (214,243,137).

  • kırmız ton 214;
  • yeşil ton 243;
  • mavi ton 137.
RGB:
(214,243,137)
(84%,95%,54%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 243 of 255 = 95%
B 137 of 255 = 54%

214
243
137

R + G + B ~ 78%. #D6F389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 243 + 137 = 594 (100%)
R 214 of 594 ~ 36.03%
G 243 of 594 ~ 40.91%
B 137 of 594 ~ 23.06%

%36.03
%40.91
%23.06

CMYK RENK MODELİ

#D6F389 rengi CMYK tonu (12,0,44,5).

  • camgöbeği tonu 11.93%
  • eflatun tonu 0.00%
  • sarı tonu 43.62%
  • ana renk tonu 4.71%
CMYK:
(12,0,44,5)
C12M0Y44K5 
(12%,0%,44%,5%)
(0.12/0.00/0.44/0.05)	

CMYK yüzdeleri

%11.93
%0
%43.62
%4.71

Codes

Color #D6F389 in popluar color models

D6F389
RGB214243137
HSL76°81.54%74.51%
HSB/HSV76°43.62%95.29%
CMYK11.93%0.00%43.62%
4.71%

Color #D6F389 in popluar number systems.

HEXD6F389
Decimal214243137
Binary110101101111001110001001
Octal326363211

Shades and tints

Shades of #D6F389

#D6F389
(214,243,137)
#C3DD7D
(195,221,125)
#B0C771
(176,199,113)
#9DB165
(157,177,101)
#8A9B59
(138,155,89)
#77854D
(119,133,77)
#646F41
(100,111,65)
#515935
(81,89,53)
#3E4329
(62,67,41)
#2B2D1D
(43,45,29)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6F389

#D6F389
(214,243,137)
#D9F493
(217,244,147)
#DCF59D
(220,245,157)
#DFF6A7
(223,246,167)
#E2F7B1
(226,247,177)
#E5F8BB
(229,248,187)
#E8F9C5
(232,249,197)
#EBFACF
(235,250,207)
#EEFBD9
(238,251,217)
#F1FCE3
(241,252,227)
#F4FDED
(244,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F389 color. Also use rgb(214,243,137) instead hex code.

Text Font Color

.myTextColor { color: #D6F389; }

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

This text font color is #D6F389.


Background Color

.myBgColor { background-color: #D6F389; }

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

This div background color is #D6F389.


Border color

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

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

This div border color is #D6F389.


Opacity

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

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

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

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

This text has shadow with #D6F389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F389 on black background.


Color preview on white background

This text has color #D6F389 on white background.



Black color preview on #D6F389 background

This text has black color on #D6F389 background.


White color preview on #D6F389 background

This text has white color on #D6F389 background.