COLOR #D5FAD1

HEX: #D5FAD1
RGB: (213,250,209)

Color info

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

RGB color model

#D5FAD1 color RGB value is (213,250,209).

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

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 209 of 255 = 82%

213
250
209

R + G + B ~ 88%. #D5FAD1 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 250 + 209 = 672 (100%)
R 213 of 672 ~ 31.7%
G 250 of 672 ~ 37.2%
B 209 of 672 ~ 31.1%

%31.7
%37.2
%31.1

CMYK color model

#D5FAD1 color CMYK value is (15,0,16,2).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 1.96%
CMYK:
(15,0,16,2)
C15M0Y16K2 
(15%,0%,16%,2%)
(0.15/0.00/0.16/0.02)	

CMYK percentages

%14.8
%0
%16.4
%1.96

Codes

Color #D5FAD1 in popluar color models

D5FAD1
RGB213250209
HSL114°80.39%90.00%
HSB/HSV114°16.40%98.04%
CMYK14.80%0.00%16.40%
1.96%

Color #D5FAD1 in popluar number systems.

HEXD5FAD1
Decimal213250209
Binary110101011111101011010001
Octal325372321

Shades and tints

Shades of #D5FAD1

#D5FAD1
(213,250,209)
#C2E4BE
(194,228,190)
#AFCEAB
(175,206,171)
#9CB898
(156,184,152)
#89A285
(137,162,133)
#768C72
(118,140,114)
#63765F
(99,118,95)
#50604C
(80,96,76)
#3D4A39
(61,74,57)
#2A3426
(42,52,38)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #D5FAD1

#D5FAD1
(213,250,209)
#D8FAD5
(216,250,213)
#DBFAD9
(219,250,217)
#DEFADD
(222,250,221)
#E1FAE1
(225,250,225)
#E4FAE5
(228,250,229)
#E7FAE9
(231,250,233)
#EAFAED
(234,250,237)
#EDFAF1
(237,250,241)
#F0FAF5
(240,250,245)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FAD1; }

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

This text font color is #D5FAD1.


Background Color

.myBgColor { background-color: #D5FAD1; }

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

This div background color is #D5FAD1.


Border color

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

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

This div border color is #D5FAD1.


Opacity

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

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

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

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

This text has shadow with #D5FAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FAD1 on black background.


Color preview on white background

This text has color #D5FAD1 on white background.



Black color preview on #D5FAD1 background

This text has black color on #D5FAD1 background.


White color preview on #D5FAD1 background

This text has white color on #D5FAD1 background.