COLOR #D7FDC9

HEX: #D7FDC9 RGB: (215,253,201)

Color info

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

RGB color model

#D7FDC9 color RGB value is (215,253,201).

RGB: (215,253,201) (84%, 99%, 79%)

RGB channels and saturation

R 215 of 255 = 84%
G 253 of 255 = 99%
B 201 of 255 = 79%

215
253
201

R + G + B ~ 87%. #D7FDC9 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 253 + 201 = 669 (100%)
R 215 of 669 ~ 32.14%
G 253 of 669 ~ 37.82%
B 201 of 669 ~ 30.04'%

%32.14
%37.82
%30.04

CMYK color model

#D7FDC9 color CMYK value is (15,0,21,1).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 0.78%

CMYK: (15,0,21,1)
C15M0Y21K1 (15%, 0%, 21%, 1%)
(0.15 / 0.00 / 0.21 / 0.01)

CMYK percentages

%15.02
%0
%20.55
%0.78

Codes

Color #D7FDC9 in popluar color models

D7 FD C9
RGB 215 253 201
HSL 104° 92.86% 89.02%
HSB/HSV 104° 20.55% 99.22%
CMYK 15.02% 0.00% 20.55%
0.78%

Color #D7FDC9 in popluar number systems.

HEX D7 FD C9
Decimal 215 253 201
Binary 11010111 11111101 11001001
Octal 327 375 311

Shades and tints

Shades of #D7FDC9

#D7FDC9
(215,253,201)
#C4E6B7
(196,230,183)
#B1CFA5
(177,207,165)
#9EB893
(158,184,147)
#8BA181
(139,161,129)
#788A6F
(120,138,111)
#65735D
(101,115,93)
#525C4B
(82,92,75)
#3F4539
(63,69,57)
#2C2E27
(44,46,39)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7FDC9

#D7FDC9
(215,253,201)
#DAFDCD
(218,253,205)
#DDFDD1
(221,253,209)
#E0FDD5
(224,253,213)
#E3FDD9
(227,253,217)
#E6FDDD
(230,253,221)
#E9FDE1
(233,253,225)
#ECFDE5
(236,253,229)
#EFFDE9
(239,253,233)
#F2FDED
(242,253,237)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FDC9 color. Also use rgb(215,253,201) instead hex code.

Text Font Color

.myTextColor { color: #D7FDC9; }

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

This text font color is #D7FDC9.

Background Color

.myBgColor { background-color: #D7FDC9; }

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

This div background color is #D7FDC9.

Border color

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

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

This div border color is #D7FDC9.

Opacity

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

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

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

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

This text has shadow with #D7FDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FDC9.

Preview

Color preview on black background

This text has color #D7FDC9 on black background.


Color preview on white background

This text has color #D7FDC9 on white background.


Black color preview on #D7FDC9 background

This text has black color on #D7FDC9 background.


White color preview on #D7FDC9 background

This text has white color on #D7FDC9 background.


Related colors

Complementary color

Complementary color for #hex is #280236.


I love getcolorcode.com

Triadic colors

1 #C9D7FD and #FDC9D7 with #D7FDC9 are triadic colors.

2 #C9FDD7 and #FDD7C9 with #D7FDC9 are triadic colors.