COLOR #D6F5ED

HEX: #D6F5ED RGB: (214,245,237)

Color info

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

RGB color model

#D6F5ED color RGB value is (214,245,237).

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

RGB channels and saturation

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

214
245
237

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

Portions of RGB colors in percentages

R + G + B = 214 + 245 + 237 = 696 (100%)
R 214 of 696 ~ 30.75%
G 245 of 696 ~ 35.2%
B 237 of 696 ~ 34.05'%

%30.75
%35.2
%34.05

CMYK color model

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

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK: (13,0,3,4) C13M0Y3K4 (13%,0%,3%,4%) (0.13/0.00/0.03/0.04) 

CMYK percentages

%12.65
%0
%3.27
%3.92

Codes

Color #D6F5ED in popluar color models

D6 F5 ED
RGB 214 245 237
HSL 165° 60.78% 90.00%
HSB/HSV 165° 12.65% 96.08%
CMYK 12.65% 0.00% 3.27%
3.92%

Color #D6F5ED in popluar number systems.

HEX D6 F5 ED
Decimal 214 245 237
Binary 11010110 11110101 11101101
Octal 326 365 355

Shades and tints

Shades of #D6F5ED

#D6F5ED
(214,245,237)
#C3DFD8
(195,223,216)
#B0C9C3
(176,201,195)
#9DB3AE
(157,179,174)
#8A9D99
(138,157,153)
#778784
(119,135,132)
#64716F
(100,113,111)
#515B5A
(81,91,90)
#3E4545
(62,69,69)
#2B2F30
(43,47,48)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #D6F5ED

#D6F5ED
(214,245,237)
#D9F5EE
(217,245,238)
#DCF5EF
(220,245,239)
#DFF5F0
(223,245,240)
#E2F5F1
(226,245,241)
#E5F5F2
(229,245,242)
#E8F5F3
(232,245,243)
#EBF5F4
(235,245,244)
#EEF5F5
(238,245,245)
#F1F5F6
(241,245,246)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5ED; }

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

This text font color is #D6F5ED.

Background Color

.myBgColor { background-color: #D6F5ED; }

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

This div background color is #D6F5ED.

Border color

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

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

This div border color is #D6F5ED.

Opacity

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

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

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

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

This text has shadow with #D6F5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F5ED.

Preview

Color preview on black background

This text has color #D6F5ED on black background.


Color preview on white background

This text has color #D6F5ED on white background.


Black color preview on #D6F5ED background

This text has black color on #D6F5ED background.


White color preview on #D6F5ED background

This text has white color on #D6F5ED background.


Related colors

Complementary color

Complementary color for #hex is #290A12.


I love getcolorcode.com

Triadic colors

1 #EDD6F5 and #F5EDD6 with #D6F5ED are triadic colors.

2 #EDF5D6 and #F5D6ED with #D6F5ED are triadic colors.