COLOR #D6FCEF

HEX: #D6FCEF RGB: (214,252,239)

Color info

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

RGB color model

#D6FCEF color RGB value is (214,252,239).

RGB: (214,252,239) (84%, 99%, 94%)

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 239 of 255 = 94%

214
252
239

R + G + B ~ 92%. #D6FCEF is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 252 + 239 = 705 (100%)
R 214 of 705 ~ 30.35%
G 252 of 705 ~ 35.74%
B 239 of 705 ~ 33.9'%

%30.35
%35.74
%33.9

CMYK color model

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

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

CMYK: (15,0,5,1)
C15M0Y5K1 (15%, 0%, 5%, 1%)
(0.15 / 0.00 / 0.05 / 0.01)

CMYK percentages

%15.08
%0
%5.16
%1.18

Codes

Color #D6FCEF in popluar color models

D6 FC EF
RGB 214 252 239
HSL 159° 86.36% 91.37%
HSB/HSV 159° 15.08% 98.82%
CMYK 15.08% 0.00% 5.16%
1.18%

Color #D6FCEF in popluar number systems.

HEX D6 FC EF
Decimal 214 252 239
Binary 11010110 11111100 11101111
Octal 326 374 357

Shades and tints

Shades of #D6FCEF

#D6FCEF
(214,252,239)
#C3E6DA
(195,230,218)
#B0D0C5
(176,208,197)
#9DBAB0
(157,186,176)
#8AA49B
(138,164,155)
#778E86
(119,142,134)
#647871
(100,120,113)
#51625C
(81,98,92)
#3E4C47
(62,76,71)
#2B3632
(43,54,50)
#18201D
(24,32,29)
#000000
(0,0,0)

Tints of #D6FCEF

#D6FCEF
(214,252,239)
#D9FCF0
(217,252,240)
#DCFCF1
(220,252,241)
#DFFCF2
(223,252,242)
#E2FCF3
(226,252,243)
#E5FCF4
(229,252,244)
#E8FCF5
(232,252,245)
#EBFCF6
(235,252,246)
#EEFCF7
(238,252,247)
#F1FCF8
(241,252,248)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FCEF; }

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

This text font color is #D6FCEF.

Background Color

.myBgColor { background-color: #D6FCEF; }

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

This div background color is #D6FCEF.

Border color

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

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

This div border color is #D6FCEF.

Opacity

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

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

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

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

This text has shadow with #D6FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FCEF.

Preview

Color preview on black background

This text has color #D6FCEF on black background.


Color preview on white background

This text has color #D6FCEF on white background.


Black color preview on #D6FCEF background

This text has black color on #D6FCEF background.


White color preview on #D6FCEF background

This text has white color on #D6FCEF background.


Related colors

Complementary color

Complementary color for #hex is #290310.


I love getcolorcode.com

Triadic colors

1 #EFD6FC and #FCEFD6 with #D6FCEF are triadic colors.

2 #EFFCD6 and #FCD6EF with #D6FCEF are triadic colors.