COLOR #D6FFFA

HEX: #D6FFFA RGB: (214,255,250)

Color info

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

RGB color model

#D6FFFA color RGB value is (214,255,250).

RGB: (214,255,250) (84%, 100%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 255 of 255 = 100%
B 250 of 255 = 98%

214
255
250

R + G + B ~ 94%. #D6FFFA is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 255 + 250 = 719 (100%)
R 214 of 719 ~ 29.76%
G 255 of 719 ~ 35.47%
B 250 of 719 ~ 34.77'%

%29.76
%35.47
%34.77

CMYK color model

#D6FFFA color CMYK value is (16,0,2,0).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 0.00%

CMYK: (16,0,2,0)
C16M0Y2K0 (16%, 0%, 2%, 0%)
(0.16 / 0.00 / 0.02 / 0.00)

CMYK percentages

%16.08
%0
%1.96
%0

Codes

Color #D6FFFA in popluar color models

D6 FF FA
RGB 214 255 250
HSL 173° 100.00% 91.96%
HSB/HSV 173° 16.08% 100.00%
CMYK 16.08% 0.00% 1.96%
0.00%

Color #D6FFFA in popluar number systems.

HEX D6 FF FA
Decimal 214 255 250
Binary 11010110 11111111 11111010
Octal 326 377 372

Shades and tints

Shades of #D6FFFA

#D6FFFA
(214,255,250)
#C3E8E4
(195,232,228)
#B0D1CE
(176,209,206)
#9DBAB8
(157,186,184)
#8AA3A2
(138,163,162)
#778C8C
(119,140,140)
#647576
(100,117,118)
#515E60
(81,94,96)
#3E474A
(62,71,74)
#2B3034
(43,48,52)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #D6FFFA

#D6FFFA
(214,255,250)
#D9FFFA
(217,255,250)
#DCFFFA
(220,255,250)
#DFFFFA
(223,255,250)
#E2FFFA
(226,255,250)
#E5FFFA
(229,255,250)
#E8FFFA
(232,255,250)
#EBFFFA
(235,255,250)
#EEFFFA
(238,255,250)
#F1FFFA
(241,255,250)
#F4FFFA
(244,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FFFA color. Also use rgb(214,255,250) instead hex code.

Text Font Color

.myTextColor { color: #D6FFFA; }

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

This text font color is #D6FFFA.

Background Color

.myBgColor { background-color: #D6FFFA; }

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

This div background color is #D6FFFA.

Border color

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

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

This div border color is #D6FFFA.

Opacity

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

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

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

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

This text has shadow with #D6FFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FFFA.

Preview

Color preview on black background

This text has color #D6FFFA on black background.


Color preview on white background

This text has color #D6FFFA on white background.


Black color preview on #D6FFFA background

This text has black color on #D6FFFA background.


White color preview on #D6FFFA background

This text has white color on #D6FFFA background.


Related colors

Complementary color

Complementary color for #hex is #290005.


I love getcolorcode.com

Triadic colors

1 #FAD6FF and #FFFAD6 with #D6FFFA are triadic colors.

2 #FAFFD6 and #FFD6FA with #D6FFFA are triadic colors.