COLOR #D2FDD6

HEX: #D2FDD6 RGB: (210,253,214)

Color info

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

RGB color model

#D2FDD6 color RGB value is (210,253,214).

RGB: (210,253,214) (82%, 99%, 84%)

RGB channels and saturation

R 210 of 255 = 82%
G 253 of 255 = 99%
B 214 of 255 = 84%

210
253
214

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

Portions of RGB colors in percentages

R + G + B = 210 + 253 + 214 = 677 (100%)
R 210 of 677 ~ 31.02%
G 253 of 677 ~ 37.37%
B 214 of 677 ~ 31.61'%

%31.02
%37.37
%31.61

CMYK color model

#D2FDD6 color CMYK value is (17,0,15,1).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%

CMYK: (17,0,15,1)
C17M0Y15K1 (17%, 0%, 15%, 1%)
(0.17 / 0.00 / 0.15 / 0.01)

CMYK percentages

%17
%0
%15.42
%0.78

Codes

Color #D2FDD6 in popluar color models

D2 FD D6
RGB 210 253 214
HSL 126° 91.49% 90.78%
HSB/HSV 126° 17.00% 99.22%
CMYK 17.00% 0.00% 15.42%
0.78%

Color #D2FDD6 in popluar number systems.

HEX D2 FD D6
Decimal 210 253 214
Binary 11010010 11111101 11010110
Octal 322 375 326

Shades and tints

Shades of #D2FDD6

#D2FDD6
(210,253,214)
#BFE6C3
(191,230,195)
#ACCFB0
(172,207,176)
#99B89D
(153,184,157)
#86A18A
(134,161,138)
#738A77
(115,138,119)
#607364
(96,115,100)
#4D5C51
(77,92,81)
#3A453E
(58,69,62)
#272E2B
(39,46,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2FDD6

#D2FDD6
(210,253,214)
#D6FDD9
(214,253,217)
#DAFDDC
(218,253,220)
#DEFDDF
(222,253,223)
#E2FDE2
(226,253,226)
#E6FDE5
(230,253,229)
#EAFDE8
(234,253,232)
#EEFDEB
(238,253,235)
#F2FDEE
(242,253,238)
#F6FDF1
(246,253,241)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FDD6 color. Also use rgb(210,253,214) instead hex code.

Text Font Color

.myTextColor { color: #D2FDD6; }

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

This text font color is #D2FDD6.

Background Color

.myBgColor { background-color: #D2FDD6; }

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

This div background color is #D2FDD6.

Border color

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

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

This div border color is #D2FDD6.

Opacity

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

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

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

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

This text has shadow with #D2FDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2FDD6.

Preview

Color preview on black background

This text has color #D2FDD6 on black background.


Color preview on white background

This text has color #D2FDD6 on white background.


Black color preview on #D2FDD6 background

This text has black color on #D2FDD6 background.


White color preview on #D2FDD6 background

This text has white color on #D2FDD6 background.


Related colors

Complementary color

Complementary color for #hex is #2D0229.


I love getcolorcode.com

Triadic colors

1 #D6D2FD and #FDD6D2 with #D2FDD6 are triadic colors.

2 #D6FDD2 and #FDD2D6 with #D2FDD6 are triadic colors.