COLOR #D9F3DD

HEX: #D9F3DD
RGB: (217,243,221)

Renk bilgisi

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

RGB renk modeli

#D9F3DD color RGB value is (217,243,221).

  • kırmız ton 217;
  • yeşil ton 243;
  • mavi ton 221.
RGB:
(217,243,221)
(85%,95%,87%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 243 of 255 = 95%
B 221 of 255 = 87%

217
243
221

R + G + B ~ 89%. #D9F3DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 243 + 221 = 681 (100%)
R 217 of 681 ~ 31.86%
G 243 of 681 ~ 35.68%
B 221 of 681 ~ 32.45%

%31.86
%35.68
%32.45

CMYK RENK MODELİ

#D9F3DD rengi CMYK tonu (11,0,9,5).

  • camgöbeği tonu 10.70%
  • eflatun tonu 0.00%
  • sarı tonu 9.05%
  • ana renk tonu 4.71%
CMYK:
(11,0,9,5)
C11M0Y9K5 
(11%,0%,9%,5%)
(0.11/0.00/0.09/0.05)	

CMYK yüzdeleri

%10.7
%0
%9.05
%4.71

Codes

Color #D9F3DD in popluar color models

D9F3DD
RGB217243221
HSL129°52.00%90.20%
HSB/HSV129°10.70%95.29%
CMYK10.70%0.00%9.05%
4.71%

Color #D9F3DD in popluar number systems.

HEXD9F3DD
Decimal217243221
Binary110110011111001111011101
Octal331363335

Shades and tints

Shades of #D9F3DD

#D9F3DD
(217,243,221)
#C6DDC9
(198,221,201)
#B3C7B5
(179,199,181)
#A0B1A1
(160,177,161)
#8D9B8D
(141,155,141)
#7A8579
(122,133,121)
#676F65
(103,111,101)
#545951
(84,89,81)
#41433D
(65,67,61)
#2E2D29
(46,45,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9F3DD

#D9F3DD
(217,243,221)
#DCF4E0
(220,244,224)
#DFF5E3
(223,245,227)
#E2F6E6
(226,246,230)
#E5F7E9
(229,247,233)
#E8F8EC
(232,248,236)
#EBF9EF
(235,249,239)
#EEFAF2
(238,250,242)
#F1FBF5
(241,251,245)
#F4FCF8
(244,252,248)
#F7FDFB
(247,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F3DD color. Also use rgb(217,243,221) instead hex code.

Text Font Color

.myTextColor { color: #D9F3DD; }

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

This text font color is #D9F3DD.


Background Color

.myBgColor { background-color: #D9F3DD; }

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

This div background color is #D9F3DD.


Border color

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

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

This div border color is #D9F3DD.


Opacity

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

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

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

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

This text has shadow with #D9F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F3DD on black background.


Color preview on white background

This text has color #D9F3DD on white background.



Black color preview on #D9F3DD background

This text has black color on #D9F3DD background.


White color preview on #D9F3DD background

This text has white color on #D9F3DD background.