COLOR #D6FBFA

HEX: #D6FBFA
RGB: (214,251,250)

Color info

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

RGB color model

#D6FBFA color RGB value is (214,251,250).

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

RGB channels and saturation

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

214
251
250

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

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 250 = 715 (100%)
R 214 of 715 ~ 29.93%
G 251 of 715 ~ 35.1%
B 250 of 715 ~ 34.97%

%29.93
%35.1
%34.97

CMYK color model

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

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

CMYK percentages

%14.74
%0
%0.4
%1.57

Codes

Color #D6FBFA in popluar color models

D6FBFA
RGB214251250
HSL178°82.22%91.18%
HSB/HSV178°14.74%98.43%
CMYK14.74%0.00%0.40%
1.57%

Color #D6FBFA in popluar number systems.

HEXD6FBFA
Decimal214251250
Binary110101101111101111111010
Octal326373372

Shades and tints

Shades of #D6FBFA

#D6FBFA
(214,251,250)
#C3E5E4
(195,229,228)
#B0CFCE
(176,207,206)
#9DB9B8
(157,185,184)
#8AA3A2
(138,163,162)
#778D8C
(119,141,140)
#647776
(100,119,118)
#516160
(81,97,96)
#3E4B4A
(62,75,74)
#2B3534
(43,53,52)
#181F1E
(24,31,30)
#000000
(0,0,0)

Tints of #D6FBFA

#D6FBFA
(214,251,250)
#D9FBFA
(217,251,250)
#DCFBFA
(220,251,250)
#DFFBFA
(223,251,250)
#E2FBFA
(226,251,250)
#E5FBFA
(229,251,250)
#E8FBFA
(232,251,250)
#EBFBFA
(235,251,250)
#EEFBFA
(238,251,250)
#F1FBFA
(241,251,250)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FBFA; }

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

This text font color is #D6FBFA.


Background Color

.myBgColor { background-color: #D6FBFA; }

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

This div background color is #D6FBFA.


Border color

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

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

This div border color is #D6FBFA.


Opacity

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

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

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

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

This text has shadow with #D6FBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBFA on black background.


Color preview on white background

This text has color #D6FBFA on white background.



Black color preview on #D6FBFA background

This text has black color on #D6FBFA background.


White color preview on #D6FBFA background

This text has white color on #D6FBFA background.