COLOR #D6FCE9

HEX: #D6FCE9
RGB: (214,252,233)

Color info

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

RGB color model

#D6FCE9 color RGB value is (214,252,233).

  • red value is 214;
  • green value is 252;
  • blue value is 233.
RGB:
(214,252,233)
(84%,99%,91%)

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 233 of 255 = 91%

214
252
233

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

Portions of RGB colors in percentages

R + G + B =
214 + 252 + 233 = 699 (100%)
R 214 of 699 ~ 30.62%
G 252 of 699 ~ 36.05%
B 233 of 699 ~ 33.33%

%30.62
%36.05
%33.33

CMYK color model

#D6FCE9 color CMYK value is (15,0,8,1).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK:
(15,0,8,1)
C15M0Y8K1 
(15%,0%,8%,1%)
(0.15/0.00/0.08/0.01)	

CMYK percentages

%15.08
%0
%7.54
%1.18

Codes

Color #D6FCE9 in popluar color models

D6FCE9
RGB214252233
HSL150°86.36%91.37%
HSB/HSV150°15.08%98.82%
CMYK15.08%0.00%7.54%
1.18%

Color #D6FCE9 in popluar number systems.

HEXD6FCE9
Decimal214252233
Binary110101101111110011101001
Octal326374351

Shades and tints

Shades of #D6FCE9

#D6FCE9
(214,252,233)
#C3E6D4
(195,230,212)
#B0D0BF
(176,208,191)
#9DBAAA
(157,186,170)
#8AA495
(138,164,149)
#778E80
(119,142,128)
#64786B
(100,120,107)
#516256
(81,98,86)
#3E4C41
(62,76,65)
#2B362C
(43,54,44)
#182017
(24,32,23)
#000000
(0,0,0)

Tints of #D6FCE9

#D6FCE9
(214,252,233)
#D9FCEB
(217,252,235)
#DCFCED
(220,252,237)
#DFFCEF
(223,252,239)
#E2FCF1
(226,252,241)
#E5FCF3
(229,252,243)
#E8FCF5
(232,252,245)
#EBFCF7
(235,252,247)
#EEFCF9
(238,252,249)
#F1FCFB
(241,252,251)
#F4FCFD
(244,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FCE9 color. Also use rgb(214,252,233) instead hex code.

Text Font Color

.myTextColor { color: #D6FCE9; }

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

This text font color is #D6FCE9.


Background Color

.myBgColor { background-color: #D6FCE9; }

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

This div background color is #D6FCE9.


Border color

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

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

This div border color is #D6FCE9.


Opacity

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

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

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

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

This text has shadow with #D6FCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FCE9 on black background.


Color preview on white background

This text has color #D6FCE9 on white background.



Black color preview on #D6FCE9 background

This text has black color on #D6FCE9 background.


White color preview on #D6FCE9 background

This text has white color on #D6FCE9 background.