COLOR #D7F0DB

HEX: #D7F0DB RGB: (215,240,219)

Color info

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

RGB color model

#D7F0DB color RGB value is (215,240,219).

RGB: (215,240,219) (84%, 94%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 219 of 255 = 86%

215
240
219

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

Portions of RGB colors in percentages

R + G + B = 215 + 240 + 219 = 674 (100%)
R 215 of 674 ~ 31.9%
G 240 of 674 ~ 35.61%
B 219 of 674 ~ 32.49'%

%31.9
%35.61
%32.49

CMYK color model

#D7F0DB color CMYK value is (10,0,9,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK: (10,0,9,6) C10M0Y9K6 (10%,0%,9%,6%) (0.10/0.00/0.09/0.06) 

CMYK percentages

%10.42
%0
%8.75
%5.88

Codes

Color #D7F0DB in popluar color models

D7 F0 DB
RGB 215 240 219
HSL 130° 45.45% 89.22%
HSB/HSV 130° 10.42% 94.12%
CMYK 10.42% 0.00% 8.75%
5.88%

Color #D7F0DB in popluar number systems.

HEX D7 F0 DB
Decimal 215 240 219
Binary 11010111 11110000 11011011
Octal 327 360 333

Shades and tints

Shades of #D7F0DB

#D7F0DB
(215,240,219)
#C4DBC8
(196,219,200)
#B1C6B5
(177,198,181)
#9EB1A2
(158,177,162)
#8B9C8F
(139,156,143)
#78877C
(120,135,124)
#657269
(101,114,105)
#525D56
(82,93,86)
#3F4843
(63,72,67)
#2C3330
(44,51,48)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #D7F0DB

#D7F0DB
(215,240,219)
#DAF1DE
(218,241,222)
#DDF2E1
(221,242,225)
#E0F3E4
(224,243,228)
#E3F4E7
(227,244,231)
#E6F5EA
(230,245,234)
#E9F6ED
(233,246,237)
#ECF7F0
(236,247,240)
#EFF8F3
(239,248,243)
#F2F9F6
(242,249,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0DB; }

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

This text font color is #D7F0DB.

Background Color

.myBgColor { background-color: #D7F0DB; }

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

This div background color is #D7F0DB.

Border color

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

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

This div border color is #D7F0DB.

Opacity

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

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

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

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

This text has shadow with #D7F0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F0DB.

Preview

Color preview on black background

This text has color #D7F0DB on black background.


Color preview on white background

This text has color #D7F0DB on white background.


Black color preview on #D7F0DB background

This text has black color on #D7F0DB background.


White color preview on #D7F0DB background

This text has white color on #D7F0DB background.


Related colors

Complementary color

Complementary color for #hex is #280F24.


I love getcolorcode.com

Triadic colors

1 #DBD7F0 and #F0DBD7 with #D7F0DB are triadic colors.

2 #DBF0D7 and #F0D7DB with #D7F0DB are triadic colors.