COLOR #D6F6FA

HEX: #D6F6FA
RGB: (214,246,250)

Color info

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

RGB color model

#D6F6FA color RGB value is (214,246,250).

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

RGB channels and saturation

R 214 of 255 = 84%
G 246 of 255 = 96%
B 250 of 255 = 98%

214
246
250

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

Portions of RGB colors in percentages

R + G + B =
214 + 246 + 250 = 710 (100%)
R 214 of 710 ~ 30.14%
G 246 of 710 ~ 34.65%
B 250 of 710 ~ 35.21%

%30.14
%34.65
%35.21

CMYK color model

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

  • cyan value is 14.40%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,2,0,2)
C14M2Y0K2 
(14%,2%,0%,2%)
(0.14/0.02/0.00/0.02)	

CMYK percentages

%14.4
%1.6
%0
%1.96

Codes

Color #D6F6FA in popluar color models

D6F6FA
RGB214246250
HSL187°78.26%90.98%
HSB/HSV187°14.40%98.04%
CMYK14.40%1.60%0.00%
1.96%

Color #D6F6FA in popluar number systems.

HEXD6F6FA
Decimal214246250
Binary110101101111011011111010
Octal326366372

Shades and tints

Shades of #D6F6FA

#D6F6FA
(214,246,250)
#C3E0E4
(195,224,228)
#B0CACE
(176,202,206)
#9DB4B8
(157,180,184)
#8A9EA2
(138,158,162)
#77888C
(119,136,140)
#647276
(100,114,118)
#515C60
(81,92,96)
#3E464A
(62,70,74)
#2B3034
(43,48,52)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #D6F6FA

#D6F6FA
(214,246,250)
#D9F6FA
(217,246,250)
#DCF6FA
(220,246,250)
#DFF6FA
(223,246,250)
#E2F6FA
(226,246,250)
#E5F6FA
(229,246,250)
#E8F6FA
(232,246,250)
#EBF6FA
(235,246,250)
#EEF6FA
(238,246,250)
#F1F6FA
(241,246,250)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F6FA; }

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

This text font color is #D6F6FA.


Background Color

.myBgColor { background-color: #D6F6FA; }

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

This div background color is #D6F6FA.


Border color

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

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

This div border color is #D6F6FA.


Opacity

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

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

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

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

This text has shadow with #D6F6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F6FA on black background.


Color preview on white background

This text has color #D6F6FA on white background.



Black color preview on #D6F6FA background

This text has black color on #D6F6FA background.


White color preview on #D6F6FA background

This text has white color on #D6F6FA background.