COLOR #D0F6EC

HEX: #D0F6EC RGB: (208,246,236)

Color info

#D0F6EC contains red, green and blue colors in about the same proportion. Web safe color of #D0F6EC is #CCFFFF (or #CFF).

RGB color model

#D0F6EC color RGB value is (208,246,236).

RGB: (208,246,236) (82%, 96%, 93%)

RGB channels and saturation

R 208 of 255 = 82%
G 246 of 255 = 96%
B 236 of 255 = 93%

208
246
236

R + G + B ~ 90%. #D0F6EC is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 246 + 236 = 690 (100%)
R 208 of 690 ~ 30.14%
G 246 of 690 ~ 35.65%
B 236 of 690 ~ 34.2'%

%30.14
%35.65
%34.2

CMYK color model

#D0F6EC color CMYK value is (15,0,4,4).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK: (15,0,4,4) C15M0Y4K4 (15%,0%,4%,4%) (0.15/0.00/0.04/0.04) 

CMYK percentages

%15.45
%0
%4.07
%3.53

Codes

Color #D0F6EC in popluar color models

D0 F6 EC
RGB 208 246 236
HSL 164° 67.86% 89.02%
HSB/HSV 164° 15.45% 96.47%
CMYK 15.45% 0.00% 4.07%
3.53%

Color #D0F6EC in popluar number systems.

HEX D0 F6 EC
Decimal 208 246 236
Binary 11010000 11110110 11101100
Octal 320 366 354

Shades and tints

Shades of #D0F6EC

#D0F6EC
(208,246,236)
#BEE0D7
(190,224,215)
#ACCAC2
(172,202,194)
#9AB4AD
(154,180,173)
#889E98
(136,158,152)
#768883
(118,136,131)
#64726E
(100,114,110)
#525C59
(82,92,89)
#404644
(64,70,68)
#2E302F
(46,48,47)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #D0F6EC

#D0F6EC
(208,246,236)
#D4F6ED
(212,246,237)
#D8F6EE
(216,246,238)
#DCF6EF
(220,246,239)
#E0F6F0
(224,246,240)
#E4F6F1
(228,246,241)
#E8F6F2
(232,246,242)
#ECF6F3
(236,246,243)
#F0F6F4
(240,246,244)
#F4F6F5
(244,246,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F6EC color. Also use rgb(208,246,236) instead hex code.

Text Font Color

.myTextColor { color: #D0F6EC; }

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

This text font color is #D0F6EC.

Background Color

.myBgColor { background-color: #D0F6EC; }

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

This div background color is #D0F6EC.

Border color

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

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

This div border color is #D0F6EC.

Opacity

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

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

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

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

This text has shadow with #D0F6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0F6EC.

Preview

Color preview on black background

This text has color #D0F6EC on black background.


Color preview on white background

This text has color #D0F6EC on white background.


Black color preview on #D0F6EC background

This text has black color on #D0F6EC background.


White color preview on #D0F6EC background

This text has white color on #D0F6EC background.


Related colors

Complementary color

Complementary color for #hex is #2F0913.


I love getcolorcode.com

Triadic colors

1 #ECD0F6 and #F6ECD0 with #D0F6EC are triadic colors.

2 #ECF6D0 and #F6D0EC with #D0F6EC are triadic colors.