COLOR #D6F5EC

HEX: #D6F5EC RGB: (214,245,236)

Color info

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

RGB color model

#D6F5EC color RGB value is (214,245,236).

RGB: (214,245,236) (84%, 96%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 245 of 255 = 96%
B 236 of 255 = 93%

214
245
236

R + G + B ~ 91%. #D6F5EC is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 245 + 236 = 695 (100%)
R 214 of 695 ~ 30.79%
G 245 of 695 ~ 35.25%
B 236 of 695 ~ 33.96'%

%30.79
%35.25
%33.96

CMYK color model

#D6F5EC color CMYK value is (13,0,4,4).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 3.92%

CMYK: (13,0,4,4)
C13M0Y4K4 (13%, 0%, 4%, 4%)
(0.13 / 0.00 / 0.04 / 0.04)

CMYK percentages

%12.65
%0
%3.67
%3.92

Codes

Color #D6F5EC in popluar color models

D6 F5 EC
RGB 214 245 236
HSL 163° 60.78% 90.00%
HSB/HSV 163° 12.65% 96.08%
CMYK 12.65% 0.00% 3.67%
3.92%

Color #D6F5EC in popluar number systems.

HEX D6 F5 EC
Decimal 214 245 236
Binary 11010110 11110101 11101100
Octal 326 365 354

Shades and tints

Shades of #D6F5EC

#D6F5EC
(214,245,236)
#C3DFD7
(195,223,215)
#B0C9C2
(176,201,194)
#9DB3AD
(157,179,173)
#8A9D98
(138,157,152)
#778783
(119,135,131)
#64716E
(100,113,110)
#515B59
(81,91,89)
#3E4544
(62,69,68)
#2B2F2F
(43,47,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6F5EC

#D6F5EC
(214,245,236)
#D9F5ED
(217,245,237)
#DCF5EE
(220,245,238)
#DFF5EF
(223,245,239)
#E2F5F0
(226,245,240)
#E5F5F1
(229,245,241)
#E8F5F2
(232,245,242)
#EBF5F3
(235,245,243)
#EEF5F4
(238,245,244)
#F1F5F5
(241,245,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5EC; }

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

This text font color is #D6F5EC.

Background Color

.myBgColor { background-color: #D6F5EC; }

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

This div background color is #D6F5EC.

Border color

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

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

This div border color is #D6F5EC.

Opacity

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

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

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

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

This text has shadow with #D6F5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F5EC.

Preview

Color preview on black background

This text has color #D6F5EC on black background.


Color preview on white background

This text has color #D6F5EC on white background.


Black color preview on #D6F5EC background

This text has black color on #D6F5EC background.


White color preview on #D6F5EC background

This text has white color on #D6F5EC background.


Related colors

Complementary color

Complementary color for #hex is #290A13.


I love getcolorcode.com

Triadic colors

1 #ECD6F5 and #F5ECD6 with #D6F5EC are triadic colors.

2 #ECF5D6 and #F5D6EC with #D6F5EC are triadic colors.