COLOR #D0F3D6

HEX: #D0F3D6
RGB: (208,243,214)

Color info

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

RGB color model

#D0F3D6 color RGB value is (208,243,214).

  • red value is 208;
  • green value is 243;
  • blue value is 214.
RGB:
(208,243,214)
(82%,95%,84%)

RGB channels and saturation

R 208 of 255 = 82%
G 243 of 255 = 95%
B 214 of 255 = 84%

208
243
214

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

Portions of RGB colors in percentages

R + G + B =
208 + 243 + 214 = 665 (100%)
R 208 of 665 ~ 31.28%
G 243 of 665 ~ 36.54%
B 214 of 665 ~ 32.18%

%31.28
%36.54
%32.18

CMYK color model

#D0F3D6 color CMYK value is (14,0,12,5).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(14,0,12,5)
C14M0Y12K5 
(14%,0%,12%,5%)
(0.14/0.00/0.12/0.05)	

CMYK percentages

%14.4
%0
%11.93
%4.71

Codes

Color #D0F3D6 in popluar color models

D0F3D6
RGB208243214
HSL130°59.32%88.43%
HSB/HSV130°14.40%95.29%
CMYK14.40%0.00%11.93%
4.71%

Color #D0F3D6 in popluar number systems.

HEXD0F3D6
Decimal208243214
Binary110100001111001111010110
Octal320363326

Shades and tints

Shades of #D0F3D6

#D0F3D6
(208,243,214)
#BEDDC3
(190,221,195)
#ACC7B0
(172,199,176)
#9AB19D
(154,177,157)
#889B8A
(136,155,138)
#768577
(118,133,119)
#646F64
(100,111,100)
#525951
(82,89,81)
#40433E
(64,67,62)
#2E2D2B
(46,45,43)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0F3D6

#D0F3D6
(208,243,214)
#D4F4D9
(212,244,217)
#D8F5DC
(216,245,220)
#DCF6DF
(220,246,223)
#E0F7E2
(224,247,226)
#E4F8E5
(228,248,229)
#E8F9E8
(232,249,232)
#ECFAEB
(236,250,235)
#F0FBEE
(240,251,238)
#F4FCF1
(244,252,241)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F3D6 color. Also use rgb(208,243,214) instead hex code.

Text Font Color

.myTextColor { color: #D0F3D6; }

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

This text font color is #D0F3D6.


Background Color

.myBgColor { background-color: #D0F3D6; }

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

This div background color is #D0F3D6.


Border color

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

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

This div border color is #D0F3D6.


Opacity

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

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

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

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

This text has shadow with #D0F3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F3D6 on black background.


Color preview on white background

This text has color #D0F3D6 on white background.



Black color preview on #D0F3D6 background

This text has black color on #D0F3D6 background.


White color preview on #D0F3D6 background

This text has white color on #D0F3D6 background.