COLOR #D0EFDB

HEX: #D0EFDB RGB: (208,239,219)

Color info

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

RGB color model

#D0EFDB color RGB value is (208,239,219).

RGB: (208,239,219) (82%, 94%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 219 of 255 = 86%

208
239
219

R + G + B ~ 87%. #D0EFDB is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 239 + 219 = 666 (100%)
R 208 of 666 ~ 31.23%
G 239 of 666 ~ 35.89%
B 219 of 666 ~ 32.88'%

%31.23
%35.89
%32.88

CMYK color model

#D0EFDB color CMYK value is (13,0,8,6).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK: (13,0,8,6) C13M0Y8K6 (13%,0%,8%,6%) (0.13/0.00/0.08/0.06) 

CMYK percentages

%12.97
%0
%8.37
%6.27

Codes

Color #D0EFDB in popluar color models

D0 EF DB
RGB 208 239 219
HSL 141° 49.21% 87.65%
HSB/HSV 141° 12.97% 93.73%
CMYK 12.97% 0.00% 8.37%
6.27%

Color #D0EFDB in popluar number systems.

HEX D0 EF DB
Decimal 208 239 219
Binary 11010000 11101111 11011011
Octal 320 357 333

Shades and tints

Shades of #D0EFDB

#D0EFDB
(208,239,219)
#BEDAC8
(190,218,200)
#ACC5B5
(172,197,181)
#9AB0A2
(154,176,162)
#889B8F
(136,155,143)
#76867C
(118,134,124)
#647169
(100,113,105)
#525C56
(82,92,86)
#404743
(64,71,67)
#2E3230
(46,50,48)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #D0EFDB

#D0EFDB
(208,239,219)
#D4F0DE
(212,240,222)
#D8F1E1
(216,241,225)
#DCF2E4
(220,242,228)
#E0F3E7
(224,243,231)
#E4F4EA
(228,244,234)
#E8F5ED
(232,245,237)
#ECF6F0
(236,246,240)
#F0F7F3
(240,247,243)
#F4F8F6
(244,248,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EFDB color. Also use rgb(208,239,219) instead hex code.

Text Font Color

.myTextColor { color: #D0EFDB; }

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

This text font color is #D0EFDB.

Background Color

.myBgColor { background-color: #D0EFDB; }

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

This div background color is #D0EFDB.

Border color

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

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

This div border color is #D0EFDB.

Opacity

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

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

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

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

This text has shadow with #D0EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EFDB.

Preview

Color preview on black background

This text has color #D0EFDB on black background.


Color preview on white background

This text has color #D0EFDB on white background.


Black color preview on #D0EFDB background

This text has black color on #D0EFDB background.


White color preview on #D0EFDB background

This text has white color on #D0EFDB background.


Related colors

Complementary color

Complementary color for #hex is #2F1024.


I love getcolorcode.com

Triadic colors

1 #DBD0EF and #EFDBD0 with #D0EFDB are triadic colors.

2 #DBEFD0 and #EFD0DB with #D0EFDB are triadic colors.