COLOR #D7F8DB

HEX: #D7F8DB
RGB: (215,248,219)

Color info

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

RGB color model

#D7F8DB color RGB value is (215,248,219).

  • red value is 215;
  • green value is 248;
  • blue value is 219.
RGB:
(215,248,219)
(84%,97%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 248 of 255 = 97%
B 219 of 255 = 86%

215
248
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 248 + 219 = 682 (100%)
R 215 of 682 ~ 31.52%
G 248 of 682 ~ 36.36%
B 219 of 682 ~ 32.11%

%31.52
%36.36
%32.11

CMYK color model

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

  • cyan value is 13.31%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(13,0,12,3)
C13M0Y12K3 
(13%,0%,12%,3%)
(0.13/0.00/0.12/0.03)	

CMYK percentages

%13.31
%0
%11.69
%2.75

Codes

Color #D7F8DB in popluar color models

D7F8DB
RGB215248219
HSL127°70.21%90.78%
HSB/HSV127°13.31%97.25%
CMYK13.31%0.00%11.69%
2.75%

Color #D7F8DB in popluar number systems.

HEXD7F8DB
Decimal215248219
Binary110101111111100011011011
Octal327370333

Shades and tints

Shades of #D7F8DB

#D7F8DB
(215,248,219)
#C4E2C8
(196,226,200)
#B1CCB5
(177,204,181)
#9EB6A2
(158,182,162)
#8BA08F
(139,160,143)
#788A7C
(120,138,124)
#657469
(101,116,105)
#525E56
(82,94,86)
#3F4843
(63,72,67)
#2C3230
(44,50,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #D7F8DB

#D7F8DB
(215,248,219)
#DAF8DE
(218,248,222)
#DDF8E1
(221,248,225)
#E0F8E4
(224,248,228)
#E3F8E7
(227,248,231)
#E6F8EA
(230,248,234)
#E9F8ED
(233,248,237)
#ECF8F0
(236,248,240)
#EFF8F3
(239,248,243)
#F2F8F6
(242,248,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F8DB; }

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

This text font color is #D7F8DB.


Background Color

.myBgColor { background-color: #D7F8DB; }

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

This div background color is #D7F8DB.


Border color

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

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

This div border color is #D7F8DB.


Opacity

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

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

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

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

This text has shadow with #D7F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F8DB on black background.


Color preview on white background

This text has color #D7F8DB on white background.



Black color preview on #D7F8DB background

This text has black color on #D7F8DB background.


White color preview on #D7F8DB background

This text has white color on #D7F8DB background.