COLOR #D7F5DB

HEX: #D7F5DB RGB: (215,245,219)

Color info

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

RGB color model

#D7F5DB color RGB value is (215,245,219).

RGB: (215,245,219) (84%, 96%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 245 of 255 = 96%
B 219 of 255 = 86%

215
245
219

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

Portions of RGB colors in percentages

R + G + B = 215 + 245 + 219 = 679 (100%)
R 215 of 679 ~ 31.66%
G 245 of 679 ~ 36.08%
B 219 of 679 ~ 32.25'%

%31.66
%36.08
%32.25

CMYK color model

#D7F5DB color CMYK value is (12,0,11,4).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%

CMYK: (12,0,11,4)
C12M0Y11K4 (12%, 0%, 11%, 4%)
(0.12 / 0.00 / 0.11 / 0.04)

CMYK percentages

%12.24
%0
%10.61
%3.92

Codes

Color #D7F5DB in popluar color models

D7 F5 DB
RGB 215 245 219
HSL 128° 60.00% 90.20%
HSB/HSV 128° 12.24% 96.08%
CMYK 12.24% 0.00% 10.61%
3.92%

Color #D7F5DB in popluar number systems.

HEX D7 F5 DB
Decimal 215 245 219
Binary 11010111 11110101 11011011
Octal 327 365 333

Shades and tints

Shades of #D7F5DB

#D7F5DB
(215,245,219)
#C4DFC8
(196,223,200)
#B1C9B5
(177,201,181)
#9EB3A2
(158,179,162)
#8B9D8F
(139,157,143)
#78877C
(120,135,124)
#657169
(101,113,105)
#525B56
(82,91,86)
#3F4543
(63,69,67)
#2C2F30
(44,47,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #D7F5DB

#D7F5DB
(215,245,219)
#DAF5DE
(218,245,222)
#DDF5E1
(221,245,225)
#E0F5E4
(224,245,228)
#E3F5E7
(227,245,231)
#E6F5EA
(230,245,234)
#E9F5ED
(233,245,237)
#ECF5F0
(236,245,240)
#EFF5F3
(239,245,243)
#F2F5F6
(242,245,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F5DB; }

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

This text font color is #D7F5DB.

Background Color

.myBgColor { background-color: #D7F5DB; }

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

This div background color is #D7F5DB.

Border color

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

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

This div border color is #D7F5DB.

Opacity

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

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

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

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

This text has shadow with #D7F5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F5DB.

Preview

Color preview on black background

This text has color #D7F5DB on black background.


Color preview on white background

This text has color #D7F5DB on white background.


Black color preview on #D7F5DB background

This text has black color on #D7F5DB background.


White color preview on #D7F5DB background

This text has white color on #D7F5DB background.


Related colors

Complementary color

Complementary color for #hex is #280A24.


I love getcolorcode.com

Triadic colors

1 #DBD7F5 and #F5DBD7 with #D7F5DB are triadic colors.

2 #DBF5D7 and #F5D7DB with #D7F5DB are triadic colors.