COLOR #D6F3FC

HEX: #D6F3FC RGB: (214,243,252)

Color info

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

RGB color model

#D6F3FC color RGB value is (214,243,252).

RGB: (214,243,252) (84%, 95%, 99%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 252 of 255 = 99%

214
243
252

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

Portions of RGB colors in percentages

R + G + B = 214 + 243 + 252 = 709 (100%)
R 214 of 709 ~ 30.18%
G 243 of 709 ~ 34.27%
B 252 of 709 ~ 35.54'%

%30.18
%34.27
%35.54

CMYK color model

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

  • cyan value is 15.08%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (15,4,0,1)
C15M4Y0K1 (15%, 4%, 0%, 1%)
(0.15 / 0.04 / 0.00 / 0.01)

CMYK percentages

%15.08
%3.57
%0
%1.18

Codes

Color #D6F3FC in popluar color models

D6 F3 FC
RGB 214 243 252
HSL 194° 86.36% 91.37%
HSB/HSV 194° 15.08% 98.82%
CMYK 15.08% 3.57% 0.00%
1.18%

Color #D6F3FC in popluar number systems.

HEX D6 F3 FC
Decimal 214 243 252
Binary 11010110 11110011 11111100
Octal 326 363 374

Shades and tints

Shades of #D6F3FC

#D6F3FC
(214,243,252)
#C3DDE6
(195,221,230)
#B0C7D0
(176,199,208)
#9DB1BA
(157,177,186)
#8A9BA4
(138,155,164)
#77858E
(119,133,142)
#646F78
(100,111,120)
#515962
(81,89,98)
#3E434C
(62,67,76)
#2B2D36
(43,45,54)
#181720
(24,23,32)
#000000
(0,0,0)

Tints of #D6F3FC

#D6F3FC
(214,243,252)
#D9F4FC
(217,244,252)
#DCF5FC
(220,245,252)
#DFF6FC
(223,246,252)
#E2F7FC
(226,247,252)
#E5F8FC
(229,248,252)
#E8F9FC
(232,249,252)
#EBFAFC
(235,250,252)
#EEFBFC
(238,251,252)
#F1FCFC
(241,252,252)
#F4FDFC
(244,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F3FC color. Also use rgb(214,243,252) instead hex code.

Text Font Color

.myTextColor { color: #D6F3FC; }

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

This text font color is #D6F3FC.

Background Color

.myBgColor { background-color: #D6F3FC; }

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

This div background color is #D6F3FC.

Border color

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

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

This div border color is #D6F3FC.

Opacity

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

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

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

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

This text has shadow with #D6F3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F3FC.

Preview

Color preview on black background

This text has color #D6F3FC on black background.


Color preview on white background

This text has color #D6F3FC on white background.


Black color preview on #D6F3FC background

This text has black color on #D6F3FC background.


White color preview on #D6F3FC background

This text has white color on #D6F3FC background.


Related colors

Complementary color

Complementary color for #hex is #290C03.


I love getcolorcode.com

Triadic colors

1 #FCD6F3 and #F3FCD6 with #D6F3FC are triadic colors.

2 #FCF3D6 and #F3D6FC with #D6F3FC are triadic colors.