COLOR #D6EE9A

HEX: #D6EE9A
RGB: (214,238,154)

Renk bilgisi

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

RGB renk modeli

#D6EE9A color RGB value is (214,238,154).

  • kırmız ton 214;
  • yeşil ton 238;
  • mavi ton 154.
RGB:
(214,238,154)
(84%,93%,60%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 238 of 255 = 93%
B 154 of 255 = 60%

214
238
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 238 + 154 = 606 (100%)
R 214 of 606 ~ 35.31%
G 238 of 606 ~ 39.27%
B 154 of 606 ~ 25.41%

%35.31
%39.27
%25.41

CMYK RENK MODELİ

#D6EE9A rengi CMYK tonu (10,0,35,7).

  • camgöbeği tonu 10.08%
  • eflatun tonu 0.00%
  • sarı tonu 35.29%
  • ana renk tonu 6.67%
CMYK:
(10,0,35,7)
C10M0Y35K7 
(10%,0%,35%,7%)
(0.10/0.00/0.35/0.07)	

CMYK yüzdeleri

%10.08
%0
%35.29
%6.67

Codes

Color #D6EE9A in popluar color models

D6EE9A
RGB214238154
HSL77°71.19%76.86%
HSB/HSV77°35.29%93.33%
CMYK10.08%0.00%35.29%
6.67%

Color #D6EE9A in popluar number systems.

HEXD6EE9A
Decimal214238154
Binary110101101110111010011010
Octal326356232

Shades and tints

Shades of #D6EE9A

#D6EE9A
(214,238,154)
#C3D98C
(195,217,140)
#B0C47E
(176,196,126)
#9DAF70
(157,175,112)
#8A9A62
(138,154,98)
#778554
(119,133,84)
#647046
(100,112,70)
#515B38
(81,91,56)
#3E462A
(62,70,42)
#2B311C
(43,49,28)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #D6EE9A

#D6EE9A
(214,238,154)
#D9EFA3
(217,239,163)
#DCF0AC
(220,240,172)
#DFF1B5
(223,241,181)
#E2F2BE
(226,242,190)
#E5F3C7
(229,243,199)
#E8F4D0
(232,244,208)
#EBF5D9
(235,245,217)
#EEF6E2
(238,246,226)
#F1F7EB
(241,247,235)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EE9A color. Also use rgb(214,238,154) instead hex code.

Text Font Color

.myTextColor { color: #D6EE9A; }

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

This text font color is #D6EE9A.


Background Color

.myBgColor { background-color: #D6EE9A; }

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

This div background color is #D6EE9A.


Border color

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

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

This div border color is #D6EE9A.


Opacity

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

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

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

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

This text has shadow with #D6EE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EE9A on black background.


Color preview on white background

This text has color #D6EE9A on white background.



Black color preview on #D6EE9A background

This text has black color on #D6EE9A background.


White color preview on #D6EE9A background

This text has white color on #D6EE9A background.