COLOR #D8F9DD

HEX: #D8F9DD RGB: (216,249,221)

Color info

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

RGB color model

#D8F9DD color RGB value is (216,249,221).

RGB: (216,249,221) (85%, 98%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 249 of 255 = 98%
B 221 of 255 = 87%

216
249
221

R + G + B ~ 90%. #D8F9DD is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 249 + 221 = 686 (100%)
R 216 of 686 ~ 31.49%
G 249 of 686 ~ 36.3%
B 221 of 686 ~ 32.22'%

%31.49
%36.3
%32.22

CMYK color model

#D8F9DD color CMYK value is (13,0,11,2).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (13,0,11,2)
C13M0Y11K2 (13%, 0%, 11%, 2%)
(0.13 / 0.00 / 0.11 / 0.02)

CMYK percentages

%13.25
%0
%11.24
%2.35

Codes

Color #D8F9DD in popluar color models

D8 F9 DD
RGB 216 249 221
HSL 129° 73.33% 91.18%
HSB/HSV 129° 13.25% 97.65%
CMYK 13.25% 0.00% 11.24%
2.35%

Color #D8F9DD in popluar number systems.

HEX D8 F9 DD
Decimal 216 249 221
Binary 11011000 11111001 11011101
Octal 330 371 335

Shades and tints

Shades of #D8F9DD

#D8F9DD
(216,249,221)
#C5E3C9
(197,227,201)
#B2CDB5
(178,205,181)
#9FB7A1
(159,183,161)
#8CA18D
(140,161,141)
#798B79
(121,139,121)
#667565
(102,117,101)
#535F51
(83,95,81)
#40493D
(64,73,61)
#2D3329
(45,51,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #D8F9DD

#D8F9DD
(216,249,221)
#DBF9E0
(219,249,224)
#DEF9E3
(222,249,227)
#E1F9E6
(225,249,230)
#E4F9E9
(228,249,233)
#E7F9EC
(231,249,236)
#EAF9EF
(234,249,239)
#EDF9F2
(237,249,242)
#F0F9F5
(240,249,245)
#F3F9F8
(243,249,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F9DD color. Also use rgb(216,249,221) instead hex code.

Text Font Color

.myTextColor { color: #D8F9DD; }

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

This text font color is #D8F9DD.

Background Color

.myBgColor { background-color: #D8F9DD; }

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

This div background color is #D8F9DD.

Border color

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

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

This div border color is #D8F9DD.

Opacity

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

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

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

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

This text has shadow with #D8F9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F9DD.

Preview

Color preview on black background

This text has color #D8F9DD on black background.


Color preview on white background

This text has color #D8F9DD on white background.


Black color preview on #D8F9DD background

This text has black color on #D8F9DD background.


White color preview on #D8F9DD background

This text has white color on #D8F9DD background.


Related colors

Complementary color

Complementary color for #hex is #270622.


I love getcolorcode.com

Triadic colors

1 #DDD8F9 and #F9DDD8 with #D8F9DD are triadic colors.

2 #DDF9D8 and #F9D8DD with #D8F9DD are triadic colors.