COLOR #D6FEF9

HEX: #D6FEF9
RGB: (214,254,249)

Color info

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

RGB color model

#D6FEF9 color RGB value is (214,254,249).

  • red value is 214;
  • green value is 254;
  • blue value is 249.
RGB:
(214,254,249)
(84%,100%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 254 of 255 = 100%
B 249 of 255 = 98%

214
254
249

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

Portions of RGB colors in percentages

R + G + B =
214 + 254 + 249 = 717 (100%)
R 214 of 717 ~ 29.85%
G 254 of 717 ~ 35.43%
B 249 of 717 ~ 34.73%

%29.85
%35.43
%34.73

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(16,0,2,0)
C16M0Y2K0 
(16%,0%,2%,0%)
(0.16/0.00/0.02/0.00)	

CMYK percentages

%15.75
%0
%1.97
%0.39

Codes

Color #D6FEF9 in popluar color models

D6FEF9
RGB214254249
HSL173°95.24%91.76%
HSB/HSV173°15.75%99.61%
CMYK15.75%0.00%1.97%
0.39%

Color #D6FEF9 in popluar number systems.

HEXD6FEF9
Decimal214254249
Binary110101101111111011111001
Octal326376371

Shades and tints

Shades of #D6FEF9

#D6FEF9
(214,254,249)
#C3E7E3
(195,231,227)
#B0D0CD
(176,208,205)
#9DB9B7
(157,185,183)
#8AA2A1
(138,162,161)
#778B8B
(119,139,139)
#647475
(100,116,117)
#515D5F
(81,93,95)
#3E4649
(62,70,73)
#2B2F33
(43,47,51)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6FEF9

#D6FEF9
(214,254,249)
#D9FEF9
(217,254,249)
#DCFEF9
(220,254,249)
#DFFEF9
(223,254,249)
#E2FEF9
(226,254,249)
#E5FEF9
(229,254,249)
#E8FEF9
(232,254,249)
#EBFEF9
(235,254,249)
#EEFEF9
(238,254,249)
#F1FEF9
(241,254,249)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FEF9 color. Also use rgb(214,254,249) instead hex code.

Text Font Color

.myTextColor { color: #D6FEF9; }

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

This text font color is #D6FEF9.


Background Color

.myBgColor { background-color: #D6FEF9; }

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

This div background color is #D6FEF9.


Border color

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

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

This div border color is #D6FEF9.


Opacity

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

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

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

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

This text has shadow with #D6FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FEF9 on black background.


Color preview on white background

This text has color #D6FEF9 on white background.



Black color preview on #D6FEF9 background

This text has black color on #D6FEF9 background.


White color preview on #D6FEF9 background

This text has white color on #D6FEF9 background.