COLOR #D6FCEC

HEX: #D6FCEC RGB: (214,252,236)

Color info

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

RGB color model

#D6FCEC color RGB value is (214,252,236).

RGB: (214,252,236) (84%, 99%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 236 of 255 = 93%

214
252
236

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

Portions of RGB colors in percentages

R + G + B = 214 + 252 + 236 = 702 (100%)
R 214 of 702 ~ 30.48%
G 252 of 702 ~ 35.9%
B 236 of 702 ~ 33.62'%

%30.48
%35.9
%33.62

CMYK color model

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

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

CMYK: (15,0,6,1)
C15M0Y6K1 (15%, 0%, 6%, 1%)
(0.15 / 0.00 / 0.06 / 0.01)

CMYK percentages

%15.08
%0
%6.35
%1.18

Codes

Color #D6FCEC in popluar color models

D6 FC EC
RGB 214 252 236
HSL 155° 86.36% 91.37%
HSB/HSV 155° 15.08% 98.82%
CMYK 15.08% 0.00% 6.35%
1.18%

Color #D6FCEC in popluar number systems.

HEX D6 FC EC
Decimal 214 252 236
Binary 11010110 11111100 11101100
Octal 326 374 354

Shades and tints

Shades of #D6FCEC

#D6FCEC
(214,252,236)
#C3E6D7
(195,230,215)
#B0D0C2
(176,208,194)
#9DBAAD
(157,186,173)
#8AA498
(138,164,152)
#778E83
(119,142,131)
#64786E
(100,120,110)
#516259
(81,98,89)
#3E4C44
(62,76,68)
#2B362F
(43,54,47)
#18201A
(24,32,26)
#000000
(0,0,0)

Tints of #D6FCEC

#D6FCEC
(214,252,236)
#D9FCED
(217,252,237)
#DCFCEE
(220,252,238)
#DFFCEF
(223,252,239)
#E2FCF0
(226,252,240)
#E5FCF1
(229,252,241)
#E8FCF2
(232,252,242)
#EBFCF3
(235,252,243)
#EEFCF4
(238,252,244)
#F1FCF5
(241,252,245)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FCEC; }

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

This text font color is #D6FCEC.

Background Color

.myBgColor { background-color: #D6FCEC; }

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

This div background color is #D6FCEC.

Border color

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

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

This div border color is #D6FCEC.

Opacity

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

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

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

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

This text has shadow with #D6FCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FCEC.

Preview

Color preview on black background

This text has color #D6FCEC on black background.


Color preview on white background

This text has color #D6FCEC on white background.


Black color preview on #D6FCEC background

This text has black color on #D6FCEC background.


White color preview on #D6FCEC background

This text has white color on #D6FCEC background.


Related colors

Complementary color

Complementary color for #hex is #290313.


I love getcolorcode.com

Triadic colors

1 #ECD6FC and #FCECD6 with #D6FCEC are triadic colors.

2 #ECFCD6 and #FCD6EC with #D6FCEC are triadic colors.