COLOR #D5FAD9

HEX: #D5FAD9
RGB: (213,250,217)

Color info

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

RGB color model

#D5FAD9 color RGB value is (213,250,217).

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

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 217 of 255 = 85%

213
250
217

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

Portions of RGB colors in percentages

R + G + B =
213 + 250 + 217 = 680 (100%)
R 213 of 680 ~ 31.32%
G 250 of 680 ~ 36.76%
B 217 of 680 ~ 31.91%

%31.32
%36.76
%31.91

CMYK color model

#D5FAD9 color CMYK value is (15,0,13,2).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK: (15,0,13,2) C15M0Y13K2 (15%,0%,13%,2%) (0.15/0.00/0.13/0.02)

CMYK percentages

%14.8
%0
%13.2
%1.96

Codes

Color #D5FAD9 in popluar color models

D5FAD9
RGB213250217
HSL126°78.72%90.78%
HSB/HSV126°14.80%98.04%
CMYK14.80%0.00%13.20%
1.96%

Color #D5FAD9 in popluar number systems.

HEXD5FAD9
Decimal213250217
Binary110101011111101011011001
Octal325372331

Shades and tints

Shades of #D5FAD9

#D5FAD9
(213,250,217)
#C2E4C6
(194,228,198)
#AFCEB3
(175,206,179)
#9CB8A0
(156,184,160)
#89A28D
(137,162,141)
#768C7A
(118,140,122)
#637667
(99,118,103)
#506054
(80,96,84)
#3D4A41
(61,74,65)
#2A342E
(42,52,46)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #D5FAD9

#D5FAD9
(213,250,217)
#D8FADC
(216,250,220)
#DBFADF
(219,250,223)
#DEFAE2
(222,250,226)
#E1FAE5
(225,250,229)
#E4FAE8
(228,250,232)
#E7FAEB
(231,250,235)
#EAFAEE
(234,250,238)
#EDFAF1
(237,250,241)
#F0FAF4
(240,250,244)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FAD9; }

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

This text font color is #D5FAD9.


Background Color

.myBgColor { background-color: #D5FAD9; }

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

This div background color is #D5FAD9.


Border color

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

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

This div border color is #D5FAD9.


Opacity

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

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

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

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

This text has shadow with #D5FAD9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5FAD9 on black background.


Color preview on white background

This text has color #D5FAD9 on white background.



Black color preview on #D5FAD9 background

This text has black color on #D5FAD9 background.


White color preview on #D5FAD9 background

This text has white color on #D5FAD9 background.