COLOR #D6F9BB

HEX: #D6F9BB
RGB: (214,249,187)

Color info

#D6F9BB contains mainly red and green colors. Web safe color of #D6F9BB is #CCFFCC (or #CFC).

RGB color model

#D6F9BB color RGB value is (214,249,187).

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

RGB channels and saturation

R 214 of 255 = 84%
G 249 of 255 = 98%
B 187 of 255 = 73%

214
249
187

R + G + B ~ 85%. #D6F9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 249 + 187 = 650 (100%)
R 214 of 650 ~ 32.92%
G 249 of 650 ~ 38.31%
B 187 of 650 ~ 28.77%

%32.92
%38.31
%28.77

CMYK color model

#D6F9BB color CMYK value is (14,0,25,2).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK:
(14,0,25,2)
C14M0Y25K2 
(14%,0%,25%,2%)
(0.14/0.00/0.25/0.02)	

CMYK percentages

%14.06
%0
%24.9
%2.35

Codes

Color #D6F9BB in popluar color models

D6F9BB
RGB214249187
HSL94°83.78%85.49%
HSB/HSV94°24.90%97.65%
CMYK14.06%0.00%24.90%
2.35%

Color #D6F9BB in popluar number systems.

HEXD6F9BB
Decimal214249187
Binary110101101111100110111011
Octal326371273

Shades and tints

Shades of #D6F9BB

#D6F9BB
(214,249,187)
#C3E3AA
(195,227,170)
#B0CD99
(176,205,153)
#9DB788
(157,183,136)
#8AA177
(138,161,119)
#778B66
(119,139,102)
#647555
(100,117,85)
#515F44
(81,95,68)
#3E4933
(62,73,51)
#2B3322
(43,51,34)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #D6F9BB

#D6F9BB
(214,249,187)
#D9F9C1
(217,249,193)
#DCF9C7
(220,249,199)
#DFF9CD
(223,249,205)
#E2F9D3
(226,249,211)
#E5F9D9
(229,249,217)
#E8F9DF
(232,249,223)
#EBF9E5
(235,249,229)
#EEF9EB
(238,249,235)
#F1F9F1
(241,249,241)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F9BB; }

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

This text font color is #D6F9BB.


Background Color

.myBgColor { background-color: #D6F9BB; }

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

This div background color is #D6F9BB.


Border color

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

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

This div border color is #D6F9BB.


Opacity

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

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

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

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

This text has shadow with #D6F9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F9BB on black background.


Color preview on white background

This text has color #D6F9BB on white background.



Black color preview on #D6F9BB background

This text has black color on #D6F9BB background.


White color preview on #D6F9BB background

This text has white color on #D6F9BB background.