COLOR #D7F8D8

HEX: #D7F8D8 RGB: (215,248,216)

Color info

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

RGB color model

#D7F8D8 color RGB value is (215,248,216).

RGB: (215,248,216) (84%, 97%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 248 of 255 = 97%
B 216 of 255 = 85%

215
248
216

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

Portions of RGB colors in percentages

R + G + B = 215 + 248 + 216 = 679 (100%)
R 215 of 679 ~ 31.66%
G 248 of 679 ~ 36.52%
B 216 of 679 ~ 31.81'%

%31.66
%36.52
%31.81

CMYK color model

#D7F8D8 color CMYK value is (13,0,13,3).

  • cyan value is 13.31%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 2.75%

CMYK: (13,0,13,3)
C13M0Y13K3 (13%, 0%, 13%, 3%)
(0.13 / 0.00 / 0.13 / 0.03)

CMYK percentages

%13.31
%0
%12.9
%2.75

Codes

Color #D7F8D8 in popluar color models

D7 F8 D8
RGB 215 248 216
HSL 122° 70.21% 90.78%
HSB/HSV 122° 13.31% 97.25%
CMYK 13.31% 0.00% 12.90%
2.75%

Color #D7F8D8 in popluar number systems.

HEX D7 F8 D8
Decimal 215 248 216
Binary 11010111 11111000 11011000
Octal 327 370 330

Shades and tints

Shades of #D7F8D8

#D7F8D8
(215,248,216)
#C4E2C5
(196,226,197)
#B1CCB2
(177,204,178)
#9EB69F
(158,182,159)
#8BA08C
(139,160,140)
#788A79
(120,138,121)
#657466
(101,116,102)
#525E53
(82,94,83)
#3F4840
(63,72,64)
#2C322D
(44,50,45)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #D7F8D8

#D7F8D8
(215,248,216)
#DAF8DB
(218,248,219)
#DDF8DE
(221,248,222)
#E0F8E1
(224,248,225)
#E3F8E4
(227,248,228)
#E6F8E7
(230,248,231)
#E9F8EA
(233,248,234)
#ECF8ED
(236,248,237)
#EFF8F0
(239,248,240)
#F2F8F3
(242,248,243)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F8D8 color. Also use rgb(215,248,216) instead hex code.

Text Font Color

.myTextColor { color: #D7F8D8; }

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

This text font color is #D7F8D8.

Background Color

.myBgColor { background-color: #D7F8D8; }

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

This div background color is #D7F8D8.

Border color

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

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

This div border color is #D7F8D8.

Opacity

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

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

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

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

This text has shadow with #D7F8D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F8D8.

Preview

Color preview on black background

This text has color #D7F8D8 on black background.


Color preview on white background

This text has color #D7F8D8 on white background.


Black color preview on #D7F8D8 background

This text has black color on #D7F8D8 background.


White color preview on #D7F8D8 background

This text has white color on #D7F8D8 background.


Related colors

Complementary color

Complementary color for #hex is #280727.


I love getcolorcode.com

Triadic colors

1 #D8D7F8 and #F8D8D7 with #D7F8D8 are triadic colors.

2 #D8F8D7 and #F8D7D8 with #D7F8D8 are triadic colors.