COLOR #D6FBF9

HEX: #D6FBF9
RGB: (214,251,249)

Color info

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

RGB color model

#D6FBF9 color RGB value is (214,251,249).

  • red value is 214;
  • green value is 251;
  • blue value is 249.
RGB:
(214,251,249)
(84%,98%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 251 of 255 = 98%
B 249 of 255 = 98%

214
251
249

R + G + B ~ 93%. #D6FBF9 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 249 = 714 (100%)
R 214 of 714 ~ 29.97%
G 251 of 714 ~ 35.15%
B 249 of 714 ~ 34.87%

%29.97
%35.15
%34.87

CMYK color model

#D6FBF9 color CMYK value is (15,0,1,2).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(15,0,1,2)
C15M0Y1K2 
(15%,0%,1%,2%)
(0.15/0.00/0.01/0.02)	

CMYK percentages

%14.74
%0
%0.8
%1.57

Codes

Color #D6FBF9 in popluar color models

D6FBF9
RGB214251249
HSL177°82.22%91.18%
HSB/HSV177°14.74%98.43%
CMYK14.74%0.00%0.80%
1.57%

Color #D6FBF9 in popluar number systems.

HEXD6FBF9
Decimal214251249
Binary110101101111101111111001
Octal326373371

Shades and tints

Shades of #D6FBF9

#D6FBF9
(214,251,249)
#C3E5E3
(195,229,227)
#B0CFCD
(176,207,205)
#9DB9B7
(157,185,183)
#8AA3A1
(138,163,161)
#778D8B
(119,141,139)
#647775
(100,119,117)
#51615F
(81,97,95)
#3E4B49
(62,75,73)
#2B3533
(43,53,51)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #D6FBF9

#D6FBF9
(214,251,249)
#D9FBF9
(217,251,249)
#DCFBF9
(220,251,249)
#DFFBF9
(223,251,249)
#E2FBF9
(226,251,249)
#E5FBF9
(229,251,249)
#E8FBF9
(232,251,249)
#EBFBF9
(235,251,249)
#EEFBF9
(238,251,249)
#F1FBF9
(241,251,249)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FBF9 color. Also use rgb(214,251,249) instead hex code.

Text Font Color

.myTextColor { color: #D6FBF9; }

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

This text font color is #D6FBF9.


Background Color

.myBgColor { background-color: #D6FBF9; }

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

This div background color is #D6FBF9.


Border color

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

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

This div border color is #D6FBF9.


Opacity

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

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

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

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

This text has shadow with #D6FBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBF9 on black background.


Color preview on white background

This text has color #D6FBF9 on white background.



Black color preview on #D6FBF9 background

This text has black color on #D6FBF9 background.


White color preview on #D6FBF9 background

This text has white color on #D6FBF9 background.