COLOR #D6FBF7

HEX: #D6FBF7
RGB: (214,251,247)

Color info

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

RGB color model

#D6FBF7 color RGB value is (214,251,247).

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

RGB channels and saturation

R 214 of 255 = 84%
G 251 of 255 = 98%
B 247 of 255 = 97%

214
251
247

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

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 247 = 712 (100%)
R 214 of 712 ~ 30.06%
G 251 of 712 ~ 35.25%
B 247 of 712 ~ 34.69%

%30.06
%35.25
%34.69

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(15,0,2,2)
C15M0Y2K2 
(15%,0%,2%,2%)
(0.15/0.00/0.02/0.02)	

CMYK percentages

%14.74
%0
%1.59
%1.57

Codes

Color #D6FBF7 in popluar color models

D6FBF7
RGB214251247
HSL174°82.22%91.18%
HSB/HSV174°14.74%98.43%
CMYK14.74%0.00%1.59%
1.57%

Color #D6FBF7 in popluar number systems.

HEXD6FBF7
Decimal214251247
Binary110101101111101111110111
Octal326373367

Shades and tints

Shades of #D6FBF7

#D6FBF7
(214,251,247)
#C3E5E1
(195,229,225)
#B0CFCB
(176,207,203)
#9DB9B5
(157,185,181)
#8AA39F
(138,163,159)
#778D89
(119,141,137)
#647773
(100,119,115)
#51615D
(81,97,93)
#3E4B47
(62,75,71)
#2B3531
(43,53,49)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #D6FBF7

#D6FBF7
(214,251,247)
#D9FBF7
(217,251,247)
#DCFBF7
(220,251,247)
#DFFBF7
(223,251,247)
#E2FBF7
(226,251,247)
#E5FBF7
(229,251,247)
#E8FBF7
(232,251,247)
#EBFBF7
(235,251,247)
#EEFBF7
(238,251,247)
#F1FBF7
(241,251,247)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FBF7; }

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

This text font color is #D6FBF7.


Background Color

.myBgColor { background-color: #D6FBF7; }

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

This div background color is #D6FBF7.


Border color

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

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

This div border color is #D6FBF7.


Opacity

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

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

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

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

This text has shadow with #D6FBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBF7 on black background.


Color preview on white background

This text has color #D6FBF7 on white background.



Black color preview on #D6FBF7 background

This text has black color on #D6FBF7 background.


White color preview on #D6FBF7 background

This text has white color on #D6FBF7 background.