COLOR #D6E9AA

HEX: #D6E9AA
RGB: (214,233,170)

Renk bilgisi

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

RGB renk modeli

#D6E9AA color RGB value is (214,233,170).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 170 of 255 = 67%

214
233
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 170 = 617 (100%)
R 214 of 617 ~ 34.68%
G 233 of 617 ~ 37.76%
B 170 of 617 ~ 27.55%

%34.68
%37.76
%27.55

CMYK RENK MODELİ

#D6E9AA rengi CMYK tonu (8,0,27,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 27.04%
  • ana renk tonu 8.63%
CMYK:
(8,0,27,9)
C8M0Y27K9 
(8%,0%,27%,9%)
(0.08/0.00/0.27/0.09)	

CMYK yüzdeleri

%8.15
%0
%27.04
%8.63

Codes

Color #D6E9AA in popluar color models

D6E9AA
RGB214233170
HSL78°58.88%79.02%
HSB/HSV78°27.04%91.37%
CMYK8.15%0.00%27.04%
8.63%

Color #D6E9AA in popluar number systems.

HEXD6E9AA
Decimal214233170
Binary110101101110100110101010
Octal326351252

Shades and tints

Shades of #D6E9AA

#D6E9AA
(214,233,170)
#C3D49B
(195,212,155)
#B0BF8C
(176,191,140)
#9DAA7D
(157,170,125)
#8A956E
(138,149,110)
#77805F
(119,128,95)
#646B50
(100,107,80)
#515641
(81,86,65)
#3E4132
(62,65,50)
#2B2C23
(43,44,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6E9AA

#D6E9AA
(214,233,170)
#D9EBB1
(217,235,177)
#DCEDB8
(220,237,184)
#DFEFBF
(223,239,191)
#E2F1C6
(226,241,198)
#E5F3CD
(229,243,205)
#E8F5D4
(232,245,212)
#EBF7DB
(235,247,219)
#EEF9E2
(238,249,226)
#F1FBE9
(241,251,233)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9AA; }

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

This text font color is #D6E9AA.


Background Color

.myBgColor { background-color: #D6E9AA; }

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

This div background color is #D6E9AA.


Border color

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

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

This div border color is #D6E9AA.


Opacity

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

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

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

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

This text has shadow with #D6E9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9AA on black background.


Color preview on white background

This text has color #D6E9AA on white background.



Black color preview on #D6E9AA background

This text has black color on #D6E9AA background.


White color preview on #D6E9AA background

This text has white color on #D6E9AA background.