COLOR #D9EDAF

HEX: #D9EDAF
RGB: (217,237,175)

Renk bilgisi

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

RGB renk modeli

#D9EDAF color RGB value is (217,237,175).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 237 of 255 = 93%
B 175 of 255 = 69%

217
237
175

R + G + B ~ 82%. #D9EDAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 237 + 175 = 629 (100%)
R 217 of 629 ~ 34.5%
G 237 of 629 ~ 37.68%
B 175 of 629 ~ 27.82%

%34.5
%37.68
%27.82

CMYK RENK MODELİ

#D9EDAF rengi CMYK tonu (8,0,26,7).

  • camgöbeği tonu 8.44%
  • eflatun tonu 0.00%
  • sarı tonu 26.16%
  • ana renk tonu 7.06%
CMYK:
(8,0,26,7)
C8M0Y26K7 
(8%,0%,26%,7%)
(0.08/0.00/0.26/0.07)	

CMYK yüzdeleri

%8.44
%0
%26.16
%7.06

Codes

Color #D9EDAF in popluar color models

D9EDAF
RGB217237175
HSL79°63.27%80.78%
HSB/HSV79°26.16%92.94%
CMYK8.44%0.00%26.16%
7.06%

Color #D9EDAF in popluar number systems.

HEXD9EDAF
Decimal217237175
Binary110110011110110110101111
Octal331355257

Shades and tints

Shades of #D9EDAF

#D9EDAF
(217,237,175)
#C6D8A0
(198,216,160)
#B3C391
(179,195,145)
#A0AE82
(160,174,130)
#8D9973
(141,153,115)
#7A8464
(122,132,100)
#676F55
(103,111,85)
#545A46
(84,90,70)
#414537
(65,69,55)
#2E3028
(46,48,40)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #D9EDAF

#D9EDAF
(217,237,175)
#DCEEB6
(220,238,182)
#DFEFBD
(223,239,189)
#E2F0C4
(226,240,196)
#E5F1CB
(229,241,203)
#E8F2D2
(232,242,210)
#EBF3D9
(235,243,217)
#EEF4E0
(238,244,224)
#F1F5E7
(241,245,231)
#F4F6EE
(244,246,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDAF; }

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

This text font color is #D9EDAF.


Background Color

.myBgColor { background-color: #D9EDAF; }

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

This div background color is #D9EDAF.


Border color

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

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

This div border color is #D9EDAF.


Opacity

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

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

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

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

This text has shadow with #D9EDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EDAF on black background.


Color preview on white background

This text has color #D9EDAF on white background.



Black color preview on #D9EDAF background

This text has black color on #D9EDAF background.


White color preview on #D9EDAF background

This text has white color on #D9EDAF background.