COLOR #D9EDA6

HEX: #D9EDA6
RGB: (217,237,166)

Renk bilgisi

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

RGB renk modeli

#D9EDA6 color RGB value is (217,237,166).

  • kırmız ton 217;
  • yeşil ton 237;
  • mavi ton 166.
RGB:
(217,237,166)
(85%,93%,65%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 237 of 255 = 93%
B 166 of 255 = 65%

217
237
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 237 + 166 = 620 (100%)
R 217 of 620 ~ 35%
G 237 of 620 ~ 38.23%
B 166 of 620 ~ 26.77%

%35
%38.23
%26.77

CMYK RENK MODELİ

#D9EDA6 rengi CMYK tonu (8,0,30,7).

  • camgöbeği tonu 8.44%
  • eflatun tonu 0.00%
  • sarı tonu 29.96%
  • ana renk tonu 7.06%
CMYK:
(8,0,30,7)
C8M0Y30K7 
(8%,0%,30%,7%)
(0.08/0.00/0.30/0.07)	

CMYK yüzdeleri

%8.44
%0
%29.96
%7.06

Codes

Color #D9EDA6 in popluar color models

D9EDA6
RGB217237166
HSL77°66.36%79.02%
HSB/HSV77°29.96%92.94%
CMYK8.44%0.00%29.96%
7.06%

Color #D9EDA6 in popluar number systems.

HEXD9EDA6
Decimal217237166
Binary110110011110110110100110
Octal331355246

Shades and tints

Shades of #D9EDA6

#D9EDA6
(217,237,166)
#C6D897
(198,216,151)
#B3C388
(179,195,136)
#A0AE79
(160,174,121)
#8D996A
(141,153,106)
#7A845B
(122,132,91)
#676F4C
(103,111,76)
#545A3D
(84,90,61)
#41452E
(65,69,46)
#2E301F
(46,48,31)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #D9EDA6

#D9EDA6
(217,237,166)
#DCEEAE
(220,238,174)
#DFEFB6
(223,239,182)
#E2F0BE
(226,240,190)
#E5F1C6
(229,241,198)
#E8F2CE
(232,242,206)
#EBF3D6
(235,243,214)
#EEF4DE
(238,244,222)
#F1F5E6
(241,245,230)
#F4F6EE
(244,246,238)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EDA6 color. Also use rgb(217,237,166) instead hex code.

Text Font Color

.myTextColor { color: #D9EDA6; }

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

This text font color is #D9EDA6.


Background Color

.myBgColor { background-color: #D9EDA6; }

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

This div background color is #D9EDA6.


Border color

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

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

This div border color is #D9EDA6.


Opacity

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

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

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

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

This text has shadow with #D9EDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EDA6 on black background.


Color preview on white background

This text has color #D9EDA6 on white background.



Black color preview on #D9EDA6 background

This text has black color on #D9EDA6 background.


White color preview on #D9EDA6 background

This text has white color on #D9EDA6 background.