COLOR #D8F3F0

HEX: #D8F3F0
RGB: (216,243,240)

Color info

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

RGB color model

#D8F3F0 color RGB value is (216,243,240).

  • red value is 216;
  • green value is 243;
  • blue value is 240.
RGB:
(216,243,240)
(85%,95%,94%)

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 240 of 255 = 94%

216
243
240

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

Portions of RGB colors in percentages

R + G + B =
216 + 243 + 240 = 699 (100%)
R 216 of 699 ~ 30.9%
G 243 of 699 ~ 34.76%
B 240 of 699 ~ 34.33%

%30.9
%34.76
%34.33

CMYK color model

#D8F3F0 color CMYK value is (11,0,1,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(11,0,1,5)
C11M0Y1K5 
(11%,0%,1%,5%)
(0.11/0.00/0.01/0.05)	

CMYK percentages

%11.11
%0
%1.23
%4.71

Codes

Color #D8F3F0 in popluar color models

D8F3F0
RGB216243240
HSL173°52.94%90.00%
HSB/HSV173°11.11%95.29%
CMYK11.11%0.00%1.23%
4.71%

Color #D8F3F0 in popluar number systems.

HEXD8F3F0
Decimal216243240
Binary110110001111001111110000
Octal330363360

Shades and tints

Shades of #D8F3F0

#D8F3F0
(216,243,240)
#C5DDDB
(197,221,219)
#B2C7C6
(178,199,198)
#9FB1B1
(159,177,177)
#8C9B9C
(140,155,156)
#798587
(121,133,135)
#666F72
(102,111,114)
#53595D
(83,89,93)
#404348
(64,67,72)
#2D2D33
(45,45,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #D8F3F0

#D8F3F0
(216,243,240)
#DBF4F1
(219,244,241)
#DEF5F2
(222,245,242)
#E1F6F3
(225,246,243)
#E4F7F4
(228,247,244)
#E7F8F5
(231,248,245)
#EAF9F6
(234,249,246)
#EDFAF7
(237,250,247)
#F0FBF8
(240,251,248)
#F3FCF9
(243,252,249)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F3F0 color. Also use rgb(216,243,240) instead hex code.

Text Font Color

.myTextColor { color: #D8F3F0; }

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

This text font color is #D8F3F0.


Background Color

.myBgColor { background-color: #D8F3F0; }

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

This div background color is #D8F3F0.


Border color

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

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

This div border color is #D8F3F0.


Opacity

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

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

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

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

This text has shadow with #D8F3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F3F0 on black background.


Color preview on white background

This text has color #D8F3F0 on white background.



Black color preview on #D8F3F0 background

This text has black color on #D8F3F0 background.


White color preview on #D8F3F0 background

This text has white color on #D8F3F0 background.