COLOR #D6E99E

HEX: #D6E99E
RGB: (214,233,158)

Renk bilgisi

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

RGB renk modeli

#D6E99E color RGB value is (214,233,158).

  • kırmız ton 214;
  • yeşil ton 233;
  • mavi ton 158.
RGB:
(214,233,158)
(84%,91%,62%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 158 of 255 = 62%

214
233
158

R + G + B ~ 79%. #D6E99E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 158 = 605 (100%)
R 214 of 605 ~ 35.37%
G 233 of 605 ~ 38.51%
B 158 of 605 ~ 26.12%

%35.37
%38.51
%26.12

CMYK RENK MODELİ

#D6E99E rengi CMYK tonu (8,0,32,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 32.19%
  • ana renk tonu 8.63%
CMYK:
(8,0,32,9)
C8M0Y32K9 
(8%,0%,32%,9%)
(0.08/0.00/0.32/0.09)	

CMYK yüzdeleri

%8.15
%0
%32.19
%8.63

Codes

Color #D6E99E in popluar color models

D6E99E
RGB214233158
HSL75°63.03%76.67%
HSB/HSV75°32.19%91.37%
CMYK8.15%0.00%32.19%
8.63%

Color #D6E99E in popluar number systems.

HEXD6E99E
Decimal214233158
Binary110101101110100110011110
Octal326351236

Shades and tints

Shades of #D6E99E

#D6E99E
(214,233,158)
#C3D490
(195,212,144)
#B0BF82
(176,191,130)
#9DAA74
(157,170,116)
#8A9566
(138,149,102)
#778058
(119,128,88)
#646B4A
(100,107,74)
#51563C
(81,86,60)
#3E412E
(62,65,46)
#2B2C20
(43,44,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6E99E

#D6E99E
(214,233,158)
#D9EBA6
(217,235,166)
#DCEDAE
(220,237,174)
#DFEFB6
(223,239,182)
#E2F1BE
(226,241,190)
#E5F3C6
(229,243,198)
#E8F5CE
(232,245,206)
#EBF7D6
(235,247,214)
#EEF9DE
(238,249,222)
#F1FBE6
(241,251,230)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E99E color. Also use rgb(214,233,158) instead hex code.

Text Font Color

.myTextColor { color: #D6E99E; }

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

This text font color is #D6E99E.


Background Color

.myBgColor { background-color: #D6E99E; }

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

This div background color is #D6E99E.


Border color

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

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

This div border color is #D6E99E.


Opacity

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

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

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

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

This text has shadow with #D6E99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E99E on black background.


Color preview on white background

This text has color #D6E99E on white background.



Black color preview on #D6E99E background

This text has black color on #D6E99E background.


White color preview on #D6E99E background

This text has white color on #D6E99E background.