COLOR #D0F3FA

HEX: #D0F3FA
RGB: (208,243,250)

Color info

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

RGB color model

#D0F3FA color RGB value is (208,243,250).

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

RGB channels and saturation

R 208 of 255 = 82%
G 243 of 255 = 95%
B 250 of 255 = 98%

208
243
250

R + G + B ~ 92%. #D0F3FA is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 243 + 250 = 701 (100%)
R 208 of 701 ~ 29.67%
G 243 of 701 ~ 34.66%
B 250 of 701 ~ 35.66%

%29.67
%34.66
%35.66

CMYK color model

#D0F3FA color CMYK value is (17,3,0,2).

  • cyan value is 16.80%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(17,3,0,2)
C17M3Y0K2 
(17%,3%,0%,2%)
(0.17/0.03/0.00/0.02)	

CMYK percentages

%16.8
%2.8
%0
%1.96

Codes

Color #D0F3FA in popluar color models

D0F3FA
RGB208243250
HSL190°80.77%89.80%
HSB/HSV190°16.80%98.04%
CMYK16.80%2.80%0.00%
1.96%

Color #D0F3FA in popluar number systems.

HEXD0F3FA
Decimal208243250
Binary110100001111001111111010
Octal320363372

Shades and tints

Shades of #D0F3FA

#D0F3FA
(208,243,250)
#BEDDE4
(190,221,228)
#ACC7CE
(172,199,206)
#9AB1B8
(154,177,184)
#889BA2
(136,155,162)
#76858C
(118,133,140)
#646F76
(100,111,118)
#525960
(82,89,96)
#40434A
(64,67,74)
#2E2D34
(46,45,52)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #D0F3FA

#D0F3FA
(208,243,250)
#D4F4FA
(212,244,250)
#D8F5FA
(216,245,250)
#DCF6FA
(220,246,250)
#E0F7FA
(224,247,250)
#E4F8FA
(228,248,250)
#E8F9FA
(232,249,250)
#ECFAFA
(236,250,250)
#F0FBFA
(240,251,250)
#F4FCFA
(244,252,250)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F3FA; }

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

This text font color is #D0F3FA.


Background Color

.myBgColor { background-color: #D0F3FA; }

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

This div background color is #D0F3FA.


Border color

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

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

This div border color is #D0F3FA.


Opacity

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

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

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

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

This text has shadow with #D0F3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F3FA on black background.


Color preview on white background

This text has color #D0F3FA on white background.



Black color preview on #D0F3FA background

This text has black color on #D0F3FA background.


White color preview on #D0F3FA background

This text has white color on #D0F3FA background.