COLOR #D9E9AD

HEX: #D9E9AD
RGB: (217,233,173)

Renk bilgisi

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

RGB renk modeli

#D9E9AD color RGB value is (217,233,173).

  • kırmız ton 217;
  • yeşil ton 233;
  • mavi ton 173.
RGB:
(217,233,173)
(85%,91%,68%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 233 of 255 = 91%
B 173 of 255 = 68%

217
233
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 233 + 173 = 623 (100%)
R 217 of 623 ~ 34.83%
G 233 of 623 ~ 37.4%
B 173 of 623 ~ 27.77%

%34.83
%37.4
%27.77

CMYK RENK MODELİ

#D9E9AD rengi CMYK tonu (7,0,26,9).

  • camgöbeği tonu 6.87%
  • eflatun tonu 0.00%
  • sarı tonu 25.75%
  • ana renk tonu 8.63%
CMYK:
(7,0,26,9)
C7M0Y26K9 
(7%,0%,26%,9%)
(0.07/0.00/0.26/0.09)	

CMYK yüzdeleri

%6.87
%0
%25.75
%8.63

Codes

Color #D9E9AD in popluar color models

D9E9AD
RGB217233173
HSL76°57.69%79.61%
HSB/HSV76°25.75%91.37%
CMYK6.87%0.00%25.75%
8.63%

Color #D9E9AD in popluar number systems.

HEXD9E9AD
Decimal217233173
Binary110110011110100110101101
Octal331351255

Shades and tints

Shades of #D9E9AD

#D9E9AD
(217,233,173)
#C6D49E
(198,212,158)
#B3BF8F
(179,191,143)
#A0AA80
(160,170,128)
#8D9571
(141,149,113)
#7A8062
(122,128,98)
#676B53
(103,107,83)
#545644
(84,86,68)
#414135
(65,65,53)
#2E2C26
(46,44,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9E9AD

#D9E9AD
(217,233,173)
#DCEBB4
(220,235,180)
#DFEDBB
(223,237,187)
#E2EFC2
(226,239,194)
#E5F1C9
(229,241,201)
#E8F3D0
(232,243,208)
#EBF5D7
(235,245,215)
#EEF7DE
(238,247,222)
#F1F9E5
(241,249,229)
#F4FBEC
(244,251,236)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E9AD color. Also use rgb(217,233,173) instead hex code.

Text Font Color

.myTextColor { color: #D9E9AD; }

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

This text font color is #D9E9AD.


Background Color

.myBgColor { background-color: #D9E9AD; }

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

This div background color is #D9E9AD.


Border color

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

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

This div border color is #D9E9AD.


Opacity

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

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

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

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

This text has shadow with #D9E9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9AD on black background.


Color preview on white background

This text has color #D9E9AD on white background.



Black color preview on #D9E9AD background

This text has black color on #D9E9AD background.


White color preview on #D9E9AD background

This text has white color on #D9E9AD background.