COLOR #D6F8CB

HEX: #D6F8CB
RGB: (214,248,203)

Color info

#D6F8CB contains red, green and blue colors in about the same proportion. Web safe color of #D6F8CB is #CCFFCC (or #CFC).

RGB color model

#D6F8CB color RGB value is (214,248,203).

  • red value is 214;
  • green value is 248;
  • blue value is 203.
RGB:
(214,248,203)
(84%,97%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 203 of 255 = 80%

214
248
203

R + G + B ~ 87%. #D6F8CB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 248 + 203 = 665 (100%)
R 214 of 665 ~ 32.18%
G 248 of 665 ~ 37.29%
B 203 of 665 ~ 30.53%

%32.18
%37.29
%30.53

CMYK color model

#D6F8CB color CMYK value is (14,0,18,3).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(14,0,18,3)
C14M0Y18K3 
(14%,0%,18%,3%)
(0.14/0.00/0.18/0.03)	

CMYK percentages

%13.71
%0
%18.15
%2.75

Codes

Color #D6F8CB in popluar color models

D6F8CB
RGB214248203
HSL105°76.27%88.43%
HSB/HSV105°18.15%97.25%
CMYK13.71%0.00%18.15%
2.75%

Color #D6F8CB in popluar number systems.

HEXD6F8CB
Decimal214248203
Binary110101101111100011001011
Octal326370313

Shades and tints

Shades of #D6F8CB

#D6F8CB
(214,248,203)
#C3E2B9
(195,226,185)
#B0CCA7
(176,204,167)
#9DB695
(157,182,149)
#8AA083
(138,160,131)
#778A71
(119,138,113)
#64745F
(100,116,95)
#515E4D
(81,94,77)
#3E483B
(62,72,59)
#2B3229
(43,50,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #D6F8CB

#D6F8CB
(214,248,203)
#D9F8CF
(217,248,207)
#DCF8D3
(220,248,211)
#DFF8D7
(223,248,215)
#E2F8DB
(226,248,219)
#E5F8DF
(229,248,223)
#E8F8E3
(232,248,227)
#EBF8E7
(235,248,231)
#EEF8EB
(238,248,235)
#F1F8EF
(241,248,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F8CB color. Also use rgb(214,248,203) instead hex code.

Text Font Color

.myTextColor { color: #D6F8CB; }

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

This text font color is #D6F8CB.


Background Color

.myBgColor { background-color: #D6F8CB; }

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

This div background color is #D6F8CB.


Border color

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

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

This div border color is #D6F8CB.


Opacity

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

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

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

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

This text has shadow with #D6F8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F8CB on black background.


Color preview on white background

This text has color #D6F8CB on white background.



Black color preview on #D6F8CB background

This text has black color on #D6F8CB background.


White color preview on #D6F8CB background

This text has white color on #D6F8CB background.