COLOR #D6FBEF

HEX: #D6FBEF
RGB: (214,251,239)

Color info

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

RGB color model

#D6FBEF color RGB value is (214,251,239).

  • red value is 214;
  • green value is 251;
  • blue value is 239.
RGB:
(214,251,239)
(84%,98%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 251 of 255 = 98%
B 239 of 255 = 94%

214
251
239

R + G + B ~ 92%. #D6FBEF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 251 + 239 = 704 (100%)
R 214 of 704 ~ 30.4%
G 251 of 704 ~ 35.65%
B 239 of 704 ~ 33.95%

%30.4
%35.65
%33.95

CMYK color model

#D6FBEF color CMYK value is (15,0,5,2).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(15,0,5,2)
C15M0Y5K2 
(15%,0%,5%,2%)
(0.15/0.00/0.05/0.02)	

CMYK percentages

%14.74
%0
%4.78
%1.57

Codes

Color #D6FBEF in popluar color models

D6FBEF
RGB214251239
HSL161°82.22%91.18%
HSB/HSV161°14.74%98.43%
CMYK14.74%0.00%4.78%
1.57%

Color #D6FBEF in popluar number systems.

HEXD6FBEF
Decimal214251239
Binary110101101111101111101111
Octal326373357

Shades and tints

Shades of #D6FBEF

#D6FBEF
(214,251,239)
#C3E5DA
(195,229,218)
#B0CFC5
(176,207,197)
#9DB9B0
(157,185,176)
#8AA39B
(138,163,155)
#778D86
(119,141,134)
#647771
(100,119,113)
#51615C
(81,97,92)
#3E4B47
(62,75,71)
#2B3532
(43,53,50)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #D6FBEF

#D6FBEF
(214,251,239)
#D9FBF0
(217,251,240)
#DCFBF1
(220,251,241)
#DFFBF2
(223,251,242)
#E2FBF3
(226,251,243)
#E5FBF4
(229,251,244)
#E8FBF5
(232,251,245)
#EBFBF6
(235,251,246)
#EEFBF7
(238,251,247)
#F1FBF8
(241,251,248)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FBEF color. Also use rgb(214,251,239) instead hex code.

Text Font Color

.myTextColor { color: #D6FBEF; }

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

This text font color is #D6FBEF.


Background Color

.myBgColor { background-color: #D6FBEF; }

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

This div background color is #D6FBEF.


Border color

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

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

This div border color is #D6FBEF.


Opacity

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

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

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

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

This text has shadow with #D6FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FBEF on black background.


Color preview on white background

This text has color #D6FBEF on white background.



Black color preview on #D6FBEF background

This text has black color on #D6FBEF background.


White color preview on #D6FBEF background

This text has white color on #D6FBEF background.