COLOR #D6EB6E

HEX: #D6EB6E
RGB: (214,235,110)

Renk bilgisi

#D6EB6E contains mainly red and green colors. #D6EB6E ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#D6EB6E color RGB value is (214,235,110).

  • kırmız ton 214;
  • yeşil ton 235;
  • mavi ton 110.
RGB:
(214,235,110)
(84%,92%,43%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 235 of 255 = 92%
B 110 of 255 = 43%

214
235
110

R + G + B ~ 73%. #D6EB6E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 235 + 110 = 559 (100%)
R 214 of 559 ~ 38.28%
G 235 of 559 ~ 42.04%
B 110 of 559 ~ 19.68%

%38.28
%42.04
%19.68

CMYK RENK MODELİ

#D6EB6E rengi CMYK tonu (9,0,53,8).

  • camgöbeği tonu 8.94%
  • eflatun tonu 0.00%
  • sarı tonu 53.19%
  • ana renk tonu 7.84%
CMYK:
(9,0,53,8)
C9M0Y53K8 
(9%,0%,53%,8%)
(0.09/0.00/0.53/0.08)	

CMYK yüzdeleri

%8.94
%0
%53.19
%7.84

Codes

Color #D6EB6E in popluar color models

D6EB6E
RGB214235110
HSL70°75.76%67.65%
HSB/HSV70°53.19%92.16%
CMYK8.94%0.00%53.19%
7.84%

Color #D6EB6E in popluar number systems.

HEXD6EB6E
Decimal214235110
Binary11010110111010111101110
Octal326353156

Shades and tints

Shades of #D6EB6E

#D6EB6E
(214,235,110)
#C3D664
(195,214,100)
#B0C15A
(176,193,90)
#9DAC50
(157,172,80)
#8A9746
(138,151,70)
#77823C
(119,130,60)
#646D32
(100,109,50)
#515828
(81,88,40)
#3E431E
(62,67,30)
#2B2E14
(43,46,20)
#18190A
(24,25,10)
#000000
(0,0,0)

Tints of #D6EB6E

#D6EB6E
(214,235,110)
#D9EC7B
(217,236,123)
#DCED88
(220,237,136)
#DFEE95
(223,238,149)
#E2EFA2
(226,239,162)
#E5F0AF
(229,240,175)
#E8F1BC
(232,241,188)
#EBF2C9
(235,242,201)
#EEF3D6
(238,243,214)
#F1F4E3
(241,244,227)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EB6E color. Also use rgb(214,235,110) instead hex code.

Text Font Color

.myTextColor { color: #D6EB6E; }

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

This text font color is #D6EB6E.


Background Color

.myBgColor { background-color: #D6EB6E; }

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

This div background color is #D6EB6E.


Border color

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

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

This div border color is #D6EB6E.


Opacity

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

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

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

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

This text has shadow with #D6EB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EB6E on black background.


Color preview on white background

This text has color #D6EB6E on white background.



Black color preview on #D6EB6E background

This text has black color on #D6EB6E background.


White color preview on #D6EB6E background

This text has white color on #D6EB6E background.