COLOR #D9FADD

HEX: #D9FADD
RGB: (217,250,221)

Renk bilgisi

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

RGB renk modeli

#D9FADD color RGB value is (217,250,221).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 250 of 255 = 98%
B 221 of 255 = 87%

217
250
221

R + G + B ~ 90%. #D9FADD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 250 + 221 = 688 (100%)
R 217 of 688 ~ 31.54%
G 250 of 688 ~ 36.34%
B 221 of 688 ~ 32.12%

%31.54
%36.34
%32.12

CMYK RENK MODELİ

#D9FADD rengi CMYK tonu (13,0,12,2).

  • camgöbeği tonu 13.20%
  • eflatun tonu 0.00%
  • sarı tonu 11.60%
  • ana renk tonu 1.96%
CMYK:
(13,0,12,2)
C13M0Y12K2 
(13%,0%,12%,2%)
(0.13/0.00/0.12/0.02)	

CMYK yüzdeleri

%13.2
%0
%11.6
%1.96

Codes

Color #D9FADD in popluar color models

D9FADD
RGB217250221
HSL127°76.74%91.57%
HSB/HSV127°13.20%98.04%
CMYK13.20%0.00%11.60%
1.96%

Color #D9FADD in popluar number systems.

HEXD9FADD
Decimal217250221
Binary110110011111101011011101
Octal331372335

Shades and tints

Shades of #D9FADD

#D9FADD
(217,250,221)
#C6E4C9
(198,228,201)
#B3CEB5
(179,206,181)
#A0B8A1
(160,184,161)
#8DA28D
(141,162,141)
#7A8C79
(122,140,121)
#677665
(103,118,101)
#546051
(84,96,81)
#414A3D
(65,74,61)
#2E3429
(46,52,41)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #D9FADD

#D9FADD
(217,250,221)
#DCFAE0
(220,250,224)
#DFFAE3
(223,250,227)
#E2FAE6
(226,250,230)
#E5FAE9
(229,250,233)
#E8FAEC
(232,250,236)
#EBFAEF
(235,250,239)
#EEFAF2
(238,250,242)
#F1FAF5
(241,250,245)
#F4FAF8
(244,250,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FADD; }

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

This text font color is #D9FADD.


Background Color

.myBgColor { background-color: #D9FADD; }

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

This div background color is #D9FADD.


Border color

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

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

This div border color is #D9FADD.


Opacity

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

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

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

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

This text has shadow with #D9FADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FADD on black background.


Color preview on white background

This text has color #D9FADD on white background.



Black color preview on #D9FADD background

This text has black color on #D9FADD background.


White color preview on #D9FADD background

This text has white color on #D9FADD background.