COLOR #D6FAFD

HEX: #D6FAFD RGB: (214,250,253)

Color info

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

RGB color model

#D6FAFD color RGB value is (214,250,253).

RGB: (214,250,253) (84%, 98%, 99%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 253 of 255 = 99%

214
250
253

R + G + B ~ 94%. #D6FAFD is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 253 = 717 (100%)
R 214 of 717 ~ 29.85%
G 250 of 717 ~ 34.87%
B 253 of 717 ~ 35.29'%

%29.85
%34.87
%35.29

CMYK color model

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

  • cyan value is 15.42%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (15,1,0,1)
C15M1Y0K1 (15%, 1%, 0%, 1%)
(0.15 / 0.01 / 0.00 / 0.01)

CMYK percentages

%15.42
%1.19
%0
%0.78

Codes

Color #D6FAFD in popluar color models

D6 FA FD
RGB 214 250 253
HSL 185° 90.70% 91.57%
HSB/HSV 185° 15.42% 99.22%
CMYK 15.42% 1.19% 0.00%
0.78%

Color #D6FAFD in popluar number systems.

HEX D6 FA FD
Decimal 214 250 253
Binary 11010110 11111010 11111101
Octal 326 372 375

Shades and tints

Shades of #D6FAFD

#D6FAFD
(214,250,253)
#C3E4E6
(195,228,230)
#B0CECF
(176,206,207)
#9DB8B8
(157,184,184)
#8AA2A1
(138,162,161)
#778C8A
(119,140,138)
#647673
(100,118,115)
#51605C
(81,96,92)
#3E4A45
(62,74,69)
#2B342E
(43,52,46)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #D6FAFD

#D6FAFD
(214,250,253)
#D9FAFD
(217,250,253)
#DCFAFD
(220,250,253)
#DFFAFD
(223,250,253)
#E2FAFD
(226,250,253)
#E5FAFD
(229,250,253)
#E8FAFD
(232,250,253)
#EBFAFD
(235,250,253)
#EEFAFD
(238,250,253)
#F1FAFD
(241,250,253)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAFD; }

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

This text font color is #D6FAFD.

Background Color

.myBgColor { background-color: #D6FAFD; }

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

This div background color is #D6FAFD.

Border color

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

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

This div border color is #D6FAFD.

Opacity

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

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

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

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

This text has shadow with #D6FAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FAFD.

Preview

Color preview on black background

This text has color #D6FAFD on black background.


Color preview on white background

This text has color #D6FAFD on white background.


Black color preview on #D6FAFD background

This text has black color on #D6FAFD background.


White color preview on #D6FAFD background

This text has white color on #D6FAFD background.


Related colors

Complementary color

Complementary color for #hex is #290502.


I love getcolorcode.com

Triadic colors

1 #FDD6FA and #FAFDD6 with #D6FAFD are triadic colors.

2 #FDFAD6 and #FAD6FD with #D6FAFD are triadic colors.