COLOR #D0E6DA

HEX: #D0E6DA RGB: (208,230,218)

Color info

#D0E6DA contains red, green and blue colors in about the same proportion. Web safe color of #D0E6DA is #CCCCCC (or #CCC).

RGB color model

#D0E6DA color RGB value is (208,230,218).

RGB: (208,230,218) (82%, 90%, 85%)

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 218 of 255 = 85%

208
230
218

R + G + B ~ 86%. #D0E6DA is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 230 + 218 = 656 (100%)
R 208 of 656 ~ 31.71%
G 230 of 656 ~ 35.06%
B 218 of 656 ~ 33.23'%

%31.71
%35.06
%33.23

CMYK color model

#D0E6DA color CMYK value is (10,0,5,10).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK: (10,0,5,10) C10M0Y5K10 (10%,0%,5%,10%) (0.10/0.00/0.05/0.10) 

CMYK percentages

%9.57
%0
%5.22
%9.8

Codes

Color #D0E6DA in popluar color models

D0 E6 DA
RGB 208 230 218
HSL 147° 30.56% 85.88%
HSB/HSV 147° 9.57% 90.20%
CMYK 9.57% 0.00% 5.22%
9.80%

Color #D0E6DA in popluar number systems.

HEX D0 E6 DA
Decimal 208 230 218
Binary 11010000 11100110 11011010
Octal 320 346 332

Shades and tints

Shades of #D0E6DA

#D0E6DA
(208,230,218)
#BED2C7
(190,210,199)
#ACBEB4
(172,190,180)
#9AAAA1
(154,170,161)
#88968E
(136,150,142)
#76827B
(118,130,123)
#646E68
(100,110,104)
#525A55
(82,90,85)
#404642
(64,70,66)
#2E322F
(46,50,47)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #D0E6DA

#D0E6DA
(208,230,218)
#D4E8DD
(212,232,221)
#D8EAE0
(216,234,224)
#DCECE3
(220,236,227)
#E0EEE6
(224,238,230)
#E4F0E9
(228,240,233)
#E8F2EC
(232,242,236)
#ECF4EF
(236,244,239)
#F0F6F2
(240,246,242)
#F4F8F5
(244,248,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E6DA color. Also use rgb(208,230,218) instead hex code.

Text Font Color

.myTextColor { color: #D0E6DA; }

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

This text font color is #D0E6DA.

Background Color

.myBgColor { background-color: #D0E6DA; }

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

This div background color is #D0E6DA.

Border color

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

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

This div border color is #D0E6DA.

Opacity

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

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

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

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

This text has shadow with #D0E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E6DA.

Preview

Color preview on black background

This text has color #D0E6DA on black background.


Color preview on white background

This text has color #D0E6DA on white background.


Black color preview on #D0E6DA background

This text has black color on #D0E6DA background.


White color preview on #D0E6DA background

This text has white color on #D0E6DA background.


Related colors

Complementary color

Complementary color for #hex is #2F1925.


I love getcolorcode.com

Triadic colors

1 #DAD0E6 and #E6DAD0 with #D0E6DA are triadic colors.

2 #DAE6D0 and #E6D0DA with #D0E6DA are triadic colors.