COLOR #D0F1F5

HEX: #D0F1F5
RGB: (208,241,245)

Color info

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

RGB color model

#D0F1F5 color RGB value is (208,241,245).

  • red value is 208;
  • green value is 241;
  • blue value is 245.
RGB:
(208,241,245)
(82%,95%,96%)

RGB channels and saturation

R 208 of 255 = 82%
G 241 of 255 = 95%
B 245 of 255 = 96%

208
241
245

R + G + B ~ 91%. #D0F1F5 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 241 + 245 = 694 (100%)
R 208 of 694 ~ 29.97%
G 241 of 694 ~ 34.73%
B 245 of 694 ~ 35.3%

%29.97
%34.73
%35.3

CMYK color model

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

  • cyan value is 15.10%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(15,2,0,4)
C15M2Y0K4 
(15%,2%,0%,4%)
(0.15/0.02/0.00/0.04)	

CMYK percentages

%15.1
%1.63
%0
%3.92

Codes

Color #D0F1F5 in popluar color models

D0F1F5
RGB208241245
HSL186°64.91%88.82%
HSB/HSV186°15.10%96.08%
CMYK15.10%1.63%0.00%
3.92%

Color #D0F1F5 in popluar number systems.

HEXD0F1F5
Decimal208241245
Binary110100001111000111110101
Octal320361365

Shades and tints

Shades of #D0F1F5

#D0F1F5
(208,241,245)
#BEDCDF
(190,220,223)
#ACC7C9
(172,199,201)
#9AB2B3
(154,178,179)
#889D9D
(136,157,157)
#768887
(118,136,135)
#647371
(100,115,113)
#525E5B
(82,94,91)
#404945
(64,73,69)
#2E342F
(46,52,47)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #D0F1F5

#D0F1F5
(208,241,245)
#D4F2F5
(212,242,245)
#D8F3F5
(216,243,245)
#DCF4F5
(220,244,245)
#E0F5F5
(224,245,245)
#E4F6F5
(228,246,245)
#E8F7F5
(232,247,245)
#ECF8F5
(236,248,245)
#F0F9F5
(240,249,245)
#F4FAF5
(244,250,245)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F1F5 color. Also use rgb(208,241,245) instead hex code.

Text Font Color

.myTextColor { color: #D0F1F5; }

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

This text font color is #D0F1F5.


Background Color

.myBgColor { background-color: #D0F1F5; }

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

This div background color is #D0F1F5.


Border color

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

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

This div border color is #D0F1F5.


Opacity

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

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

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

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

This text has shadow with #D0F1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F1F5 on black background.


Color preview on white background

This text has color #D0F1F5 on white background.



Black color preview on #D0F1F5 background

This text has black color on #D0F1F5 background.


White color preview on #D0F1F5 background

This text has white color on #D0F1F5 background.