COLOR #D9EDC8

HEX: #D9EDC8
RGB: (217,237,200)

Renk bilgisi

#D9EDC8 contains red, green and blue colors in about the same proportion. #D9EDC8 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#D9EDC8 color RGB value is (217,237,200).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 237 of 255 = 93%
B 200 of 255 = 78%

217
237
200

R + G + B ~ 85%. #D9EDC8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 237 + 200 = 654 (100%)
R 217 of 654 ~ 33.18%
G 237 of 654 ~ 36.24%
B 200 of 654 ~ 30.58%

%33.18
%36.24
%30.58

CMYK RENK MODELİ

#D9EDC8 rengi CMYK tonu (8,0,16,7).

  • camgöbeği tonu 8.44%
  • eflatun tonu 0.00%
  • sarı tonu 15.61%
  • ana renk tonu 7.06%
CMYK:
(8,0,16,7)
C8M0Y16K7 
(8%,0%,16%,7%)
(0.08/0.00/0.16/0.07)	

CMYK yüzdeleri

%8.44
%0
%15.61
%7.06

Codes

Color #D9EDC8 in popluar color models

D9EDC8
RGB217237200
HSL92°50.68%85.69%
HSB/HSV92°15.61%92.94%
CMYK8.44%0.00%15.61%
7.06%

Color #D9EDC8 in popluar number systems.

HEXD9EDC8
Decimal217237200
Binary110110011110110111001000
Octal331355310

Shades and tints

Shades of #D9EDC8

#D9EDC8
(217,237,200)
#C6D8B6
(198,216,182)
#B3C3A4
(179,195,164)
#A0AE92
(160,174,146)
#8D9980
(141,153,128)
#7A846E
(122,132,110)
#676F5C
(103,111,92)
#545A4A
(84,90,74)
#414538
(65,69,56)
#2E3026
(46,48,38)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #D9EDC8

#D9EDC8
(217,237,200)
#DCEECD
(220,238,205)
#DFEFD2
(223,239,210)
#E2F0D7
(226,240,215)
#E5F1DC
(229,241,220)
#E8F2E1
(232,242,225)
#EBF3E6
(235,243,230)
#EEF4EB
(238,244,235)
#F1F5F0
(241,245,240)
#F4F6F5
(244,246,245)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDC8; }

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

This text font color is #D9EDC8.


Background Color

.myBgColor { background-color: #D9EDC8; }

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

This div background color is #D9EDC8.


Border color

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

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

This div border color is #D9EDC8.


Opacity

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

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

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

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

This text has shadow with #D9EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EDC8 on black background.


Color preview on white background

This text has color #D9EDC8 on white background.



Black color preview on #D9EDC8 background

This text has black color on #D9EDC8 background.


White color preview on #D9EDC8 background

This text has white color on #D9EDC8 background.