COLOR #D0F9F1

HEX: #D0F9F1
RGB: (208,249,241)

Color info

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

RGB color model

#D0F9F1 color RGB value is (208,249,241).

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

RGB channels and saturation

R 208 of 255 = 82%
G 249 of 255 = 98%
B 241 of 255 = 95%

208
249
241

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

Portions of RGB colors in percentages

R + G + B =
208 + 249 + 241 = 698 (100%)
R 208 of 698 ~ 29.8%
G 249 of 698 ~ 35.67%
B 241 of 698 ~ 34.53%

%29.8
%35.67
%34.53

CMYK color model

#D0F9F1 color CMYK value is (16,0,3,2).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 2.35%
CMYK:
(16,0,3,2)
C16M0Y3K2 
(16%,0%,3%,2%)
(0.16/0.00/0.03/0.02)	

CMYK percentages

%16.47
%0
%3.21
%2.35

Codes

Color #D0F9F1 in popluar color models

D0F9F1
RGB208249241
HSL168°77.36%89.61%
HSB/HSV168°16.47%97.65%
CMYK16.47%0.00%3.21%
2.35%

Color #D0F9F1 in popluar number systems.

HEXD0F9F1
Decimal208249241
Binary110100001111100111110001
Octal320371361

Shades and tints

Shades of #D0F9F1

#D0F9F1
(208,249,241)
#BEE3DC
(190,227,220)
#ACCDC7
(172,205,199)
#9AB7B2
(154,183,178)
#88A19D
(136,161,157)
#768B88
(118,139,136)
#647573
(100,117,115)
#525F5E
(82,95,94)
#404949
(64,73,73)
#2E3334
(46,51,52)
#1C1D1F
(28,29,31)
#000000
(0,0,0)

Tints of #D0F9F1

#D0F9F1
(208,249,241)
#D4F9F2
(212,249,242)
#D8F9F3
(216,249,243)
#DCF9F4
(220,249,244)
#E0F9F5
(224,249,245)
#E4F9F6
(228,249,246)
#E8F9F7
(232,249,247)
#ECF9F8
(236,249,248)
#F0F9F9
(240,249,249)
#F4F9FA
(244,249,250)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F9F1; }

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

This text font color is #D0F9F1.


Background Color

.myBgColor { background-color: #D0F9F1; }

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

This div background color is #D0F9F1.


Border color

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

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

This div border color is #D0F9F1.


Opacity

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

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

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

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

This text has shadow with #D0F9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F9F1 on black background.


Color preview on white background

This text has color #D0F9F1 on white background.



Black color preview on #D0F9F1 background

This text has black color on #D0F9F1 background.


White color preview on #D0F9F1 background

This text has white color on #D0F9F1 background.