COLOR #D3FAD9

HEX: #D3FAD9
RGB: (211,250,217)

Color info

#D3FAD9 contains red, green and blue colors in about the same proportion. Web safe color of #D3FAD9 is #CCFFCC (or #CFC).

RGB color model

#D3FAD9 color RGB value is (211,250,217).

  • red value is 211;
  • green value is 250;
  • blue value is 217.
RGB:
(211,250,217)
(83%,98%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 217 of 255 = 85%

211
250
217

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

Portions of RGB colors in percentages

R + G + B =
211 + 250 + 217 = 678 (100%)
R 211 of 678 ~ 31.12%
G 250 of 678 ~ 36.87%
B 217 of 678 ~ 32.01%

%31.12
%36.87
%32.01

CMYK color model

#D3FAD9 color CMYK value is (16,0,13,2).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK:
(16,0,13,2)
C16M0Y13K2 
(16%,0%,13%,2%)
(0.16/0.00/0.13/0.02)	

CMYK percentages

%15.6
%0
%13.2
%1.96

Codes

Color #D3FAD9 in popluar color models

D3FAD9
RGB211250217
HSL129°79.59%90.39%
HSB/HSV129°15.60%98.04%
CMYK15.60%0.00%13.20%
1.96%

Color #D3FAD9 in popluar number systems.

HEXD3FAD9
Decimal211250217
Binary110100111111101011011001
Octal323372331

Shades and tints

Shades of #D3FAD9

#D3FAD9
(211,250,217)
#C0E4C6
(192,228,198)
#ADCEB3
(173,206,179)
#9AB8A0
(154,184,160)
#87A28D
(135,162,141)
#748C7A
(116,140,122)
#617667
(97,118,103)
#4E6054
(78,96,84)
#3B4A41
(59,74,65)
#28342E
(40,52,46)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #D3FAD9

#D3FAD9
(211,250,217)
#D7FADC
(215,250,220)
#DBFADF
(219,250,223)
#DFFAE2
(223,250,226)
#E3FAE5
(227,250,229)
#E7FAE8
(231,250,232)
#EBFAEB
(235,250,235)
#EFFAEE
(239,250,238)
#F3FAF1
(243,250,241)
#F7FAF4
(247,250,244)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3FAD9; }

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

This text font color is #D3FAD9.


Background Color

.myBgColor { background-color: #D3FAD9; }

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

This div background color is #D3FAD9.


Border color

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

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

This div border color is #D3FAD9.


Opacity

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

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

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

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

This text has shadow with #D3FAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3FAD9 on black background.


Color preview on white background

This text has color #D3FAD9 on white background.



Black color preview on #D3FAD9 background

This text has black color on #D3FAD9 background.


White color preview on #D3FAD9 background

This text has white color on #D3FAD9 background.