COLOR #D9EEBD

HEX: #D9EEBD
RGB: (217,238,189)

Renk bilgisi

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

RGB renk modeli

#D9EEBD color RGB value is (217,238,189).

  • kırmız ton 217;
  • yeşil ton 238;
  • mavi ton 189.
RGB:
(217,238,189)
(85%,93%,74%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 238 of 255 = 93%
B 189 of 255 = 74%

217
238
189

R + G + B ~ 84%. #D9EEBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 238 + 189 = 644 (100%)
R 217 of 644 ~ 33.7%
G 238 of 644 ~ 36.96%
B 189 of 644 ~ 29.35%

%33.7
%36.96
%29.35

CMYK RENK MODELİ

#D9EEBD rengi CMYK tonu (9,0,21,7).

  • camgöbeği tonu 8.82%
  • eflatun tonu 0.00%
  • sarı tonu 20.59%
  • ana renk tonu 6.67%
CMYK:
(9,0,21,7)
C9M0Y21K7 
(9%,0%,21%,7%)
(0.09/0.00/0.21/0.07)	

CMYK yüzdeleri

%8.82
%0
%20.59
%6.67

Codes

Color #D9EEBD in popluar color models

D9EEBD
RGB217238189
HSL86°59.04%83.73%
HSB/HSV86°20.59%93.33%
CMYK8.82%0.00%20.59%
6.67%

Color #D9EEBD in popluar number systems.

HEXD9EEBD
Decimal217238189
Binary110110011110111010111101
Octal331356275

Shades and tints

Shades of #D9EEBD

#D9EEBD
(217,238,189)
#C6D9AC
(198,217,172)
#B3C49B
(179,196,155)
#A0AF8A
(160,175,138)
#8D9A79
(141,154,121)
#7A8568
(122,133,104)
#677057
(103,112,87)
#545B46
(84,91,70)
#414635
(65,70,53)
#2E3124
(46,49,36)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #D9EEBD

#D9EEBD
(217,238,189)
#DCEFC3
(220,239,195)
#DFF0C9
(223,240,201)
#E2F1CF
(226,241,207)
#E5F2D5
(229,242,213)
#E8F3DB
(232,243,219)
#EBF4E1
(235,244,225)
#EEF5E7
(238,245,231)
#F1F6ED
(241,246,237)
#F4F7F3
(244,247,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EEBD color. Also use rgb(217,238,189) instead hex code.

Text Font Color

.myTextColor { color: #D9EEBD; }

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

This text font color is #D9EEBD.


Background Color

.myBgColor { background-color: #D9EEBD; }

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

This div background color is #D9EEBD.


Border color

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

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

This div border color is #D9EEBD.


Opacity

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

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

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

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

This text has shadow with #D9EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEBD on black background.


Color preview on white background

This text has color #D9EEBD on white background.



Black color preview on #D9EEBD background

This text has black color on #D9EEBD background.


White color preview on #D9EEBD background

This text has white color on #D9EEBD background.