COLOR #D6F2ED

HEX: #D6F2ED RGB: (214,242,237)

Color info

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

RGB color model

#D6F2ED color RGB value is (214,242,237).

RGB: (214,242,237) (84%, 95%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 237 of 255 = 93%

214
242
237

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

Portions of RGB colors in percentages

R + G + B = 214 + 242 + 237 = 693 (100%)
R 214 of 693 ~ 30.88%
G 242 of 693 ~ 34.92%
B 237 of 693 ~ 34.2'%

%30.88
%34.92
%34.2

CMYK color model

#D6F2ED color CMYK value is (12,0,2,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%

CMYK: (12,0,2,5)
C12M0Y2K5 (12%, 0%, 2%, 5%)
(0.12 / 0.00 / 0.02 / 0.05)

CMYK percentages

%11.57
%0
%2.07
%5.1

Codes

Color #D6F2ED in popluar color models

D6 F2 ED
RGB 214 242 237
HSL 169° 51.85% 89.41%
HSB/HSV 169° 11.57% 94.90%
CMYK 11.57% 0.00% 2.07%
5.10%

Color #D6F2ED in popluar number systems.

HEX D6 F2 ED
Decimal 214 242 237
Binary 11010110 11110010 11101101
Octal 326 362 355

Shades and tints

Shades of #D6F2ED

#D6F2ED
(214,242,237)
#C3DCD8
(195,220,216)
#B0C6C3
(176,198,195)
#9DB0AE
(157,176,174)
#8A9A99
(138,154,153)
#778484
(119,132,132)
#646E6F
(100,110,111)
#51585A
(81,88,90)
#3E4245
(62,66,69)
#2B2C30
(43,44,48)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #D6F2ED

#D6F2ED
(214,242,237)
#D9F3EE
(217,243,238)
#DCF4EF
(220,244,239)
#DFF5F0
(223,245,240)
#E2F6F1
(226,246,241)
#E5F7F2
(229,247,242)
#E8F8F3
(232,248,243)
#EBF9F4
(235,249,244)
#EEFAF5
(238,250,245)
#F1FBF6
(241,251,246)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F2ED color. Also use rgb(214,242,237) instead hex code.

Text Font Color

.myTextColor { color: #D6F2ED; }

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

This text font color is #D6F2ED.

Background Color

.myBgColor { background-color: #D6F2ED; }

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

This div background color is #D6F2ED.

Border color

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

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

This div border color is #D6F2ED.

Opacity

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

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

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

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

This text has shadow with #D6F2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F2ED.

Preview

Color preview on black background

This text has color #D6F2ED on black background.


Color preview on white background

This text has color #D6F2ED on white background.


Black color preview on #D6F2ED background

This text has black color on #D6F2ED background.


White color preview on #D6F2ED background

This text has white color on #D6F2ED background.


Related colors

Complementary color

Complementary color for #hex is #290D12.


I love getcolorcode.com

Triadic colors

1 #EDD6F2 and #F2EDD6 with #D6F2ED are triadic colors.

2 #EDF2D6 and #F2D6ED with #D6F2ED are triadic colors.