COLOR #D6F3EC

HEX: #D6F3EC RGB: (214,243,236)

Color info

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

RGB color model

#D6F3EC color RGB value is (214,243,236).

RGB: (214,243,236) (84%, 95%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 236 of 255 = 93%

214
243
236

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

Portions of RGB colors in percentages

R + G + B = 214 + 243 + 236 = 693 (100%)
R 214 of 693 ~ 30.88%
G 243 of 693 ~ 35.06%
B 236 of 693 ~ 34.05'%

%30.88
%35.06
%34.05

CMYK color model

#D6F3EC color CMYK value is (12,0,3,5).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (12,0,3,5)
C12M0Y3K5 (12%, 0%, 3%, 5%)
(0.12 / 0.00 / 0.03 / 0.05)

CMYK percentages

%11.93
%0
%2.88
%4.71

Codes

Color #D6F3EC in popluar color models

D6 F3 EC
RGB 214 243 236
HSL 166° 54.72% 89.61%
HSB/HSV 166° 11.93% 95.29%
CMYK 11.93% 0.00% 2.88%
4.71%

Color #D6F3EC in popluar number systems.

HEX D6 F3 EC
Decimal 214 243 236
Binary 11010110 11110011 11101100
Octal 326 363 354

Shades and tints

Shades of #D6F3EC

#D6F3EC
(214,243,236)
#C3DDD7
(195,221,215)
#B0C7C2
(176,199,194)
#9DB1AD
(157,177,173)
#8A9B98
(138,155,152)
#778583
(119,133,131)
#646F6E
(100,111,110)
#515959
(81,89,89)
#3E4344
(62,67,68)
#2B2D2F
(43,45,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6F3EC

#D6F3EC
(214,243,236)
#D9F4ED
(217,244,237)
#DCF5EE
(220,245,238)
#DFF6EF
(223,246,239)
#E2F7F0
(226,247,240)
#E5F8F1
(229,248,241)
#E8F9F2
(232,249,242)
#EBFAF3
(235,250,243)
#EEFBF4
(238,251,244)
#F1FCF5
(241,252,245)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F3EC; }

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

This text font color is #D6F3EC.

Background Color

.myBgColor { background-color: #D6F3EC; }

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

This div background color is #D6F3EC.

Border color

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

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

This div border color is #D6F3EC.

Opacity

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

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

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

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

This text has shadow with #D6F3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F3EC.

Preview

Color preview on black background

This text has color #D6F3EC on black background.


Color preview on white background

This text has color #D6F3EC on white background.


Black color preview on #D6F3EC background

This text has black color on #D6F3EC background.


White color preview on #D6F3EC background

This text has white color on #D6F3EC background.


Related colors

Complementary color

Complementary color for #hex is #290C13.


I love getcolorcode.com

Triadic colors

1 #ECD6F3 and #F3ECD6 with #D6F3EC are triadic colors.

2 #ECF3D6 and #F3D6EC with #D6F3EC are triadic colors.