COLOR #D8FAF0

HEX: #D8FAF0
RGB: (216,250,240)

Color info

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

RGB color model

#D8FAF0 color RGB value is (216,250,240).

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

RGB channels and saturation

R 216 of 255 = 85%
G 250 of 255 = 98%
B 240 of 255 = 94%

216
250
240

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

Portions of RGB colors in percentages

R + G + B =
216 + 250 + 240 = 706 (100%)
R 216 of 706 ~ 30.59%
G 250 of 706 ~ 35.41%
B 240 of 706 ~ 33.99%

%30.59
%35.41
%33.99

CMYK color model

#D8FAF0 color CMYK value is (14,0,4,2).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(14,0,4,2)
C14M0Y4K2 
(14%,0%,4%,2%)
(0.14/0.00/0.04/0.02)	

CMYK percentages

%13.6
%0
%4
%1.96

Codes

Color #D8FAF0 in popluar color models

D8FAF0
RGB216250240
HSL162°77.27%91.37%
HSB/HSV162°13.60%98.04%
CMYK13.60%0.00%4.00%
1.96%

Color #D8FAF0 in popluar number systems.

HEXD8FAF0
Decimal216250240
Binary110110001111101011110000
Octal330372360

Shades and tints

Shades of #D8FAF0

#D8FAF0
(216,250,240)
#C5E4DB
(197,228,219)
#B2CEC6
(178,206,198)
#9FB8B1
(159,184,177)
#8CA29C
(140,162,156)
#798C87
(121,140,135)
#667672
(102,118,114)
#53605D
(83,96,93)
#404A48
(64,74,72)
#2D3433
(45,52,51)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #D8FAF0

#D8FAF0
(216,250,240)
#DBFAF1
(219,250,241)
#DEFAF2
(222,250,242)
#E1FAF3
(225,250,243)
#E4FAF4
(228,250,244)
#E7FAF5
(231,250,245)
#EAFAF6
(234,250,246)
#EDFAF7
(237,250,247)
#F0FAF8
(240,250,248)
#F3FAF9
(243,250,249)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8FAF0; }

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

This text font color is #D8FAF0.


Background Color

.myBgColor { background-color: #D8FAF0; }

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

This div background color is #D8FAF0.


Border color

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

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

This div border color is #D8FAF0.


Opacity

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

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

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

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

This text has shadow with #D8FAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FAF0 on black background.


Color preview on white background

This text has color #D8FAF0 on white background.



Black color preview on #D8FAF0 background

This text has black color on #D8FAF0 background.


White color preview on #D8FAF0 background

This text has white color on #D8FAF0 background.