COLOR #D6F0B0

HEX: #D6F0B0
RGB: (214,240,176)

Color info

#D6F0B0 contains mainly red and green colors. Web safe color of #D6F0B0 is #CCFF99 (or #CF9).

RGB color model

#D6F0B0 color RGB value is (214,240,176).

  • red value is 214;
  • green value is 240;
  • blue value is 176.
RGB:
(214,240,176)
(84%,94%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 176 of 255 = 69%

214
240
176

R + G + B ~ 82%. #D6F0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 176 = 630 (100%)
R 214 of 630 ~ 33.97%
G 240 of 630 ~ 38.1%
B 176 of 630 ~ 27.94%

%33.97
%38.1
%27.94

CMYK color model

#D6F0B0 color CMYK value is (11,0,27,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 5.88%
CMYK:
(11,0,27,6)
C11M0Y27K6 
(11%,0%,27%,6%)
(0.11/0.00/0.27/0.06)	

CMYK percentages

%10.83
%0
%26.67
%5.88

Codes

Color #D6F0B0 in popluar color models

D6F0B0
RGB214240176
HSL84°68.09%81.57%
HSB/HSV84°26.67%94.12%
CMYK10.83%0.00%26.67%
5.88%

Color #D6F0B0 in popluar number systems.

HEXD6F0B0
Decimal214240176
Binary110101101111000010110000
Octal326360260

Shades and tints

Shades of #D6F0B0

#D6F0B0
(214,240,176)
#C3DBA0
(195,219,160)
#B0C690
(176,198,144)
#9DB180
(157,177,128)
#8A9C70
(138,156,112)
#778760
(119,135,96)
#647250
(100,114,80)
#515D40
(81,93,64)
#3E4830
(62,72,48)
#2B3320
(43,51,32)
#181E10
(24,30,16)
#000000
(0,0,0)

Tints of #D6F0B0

#D6F0B0
(214,240,176)
#D9F1B7
(217,241,183)
#DCF2BE
(220,242,190)
#DFF3C5
(223,243,197)
#E2F4CC
(226,244,204)
#E5F5D3
(229,245,211)
#E8F6DA
(232,246,218)
#EBF7E1
(235,247,225)
#EEF8E8
(238,248,232)
#F1F9EF
(241,249,239)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F0B0 color. Also use rgb(214,240,176) instead hex code.

Text Font Color

.myTextColor { color: #D6F0B0; }

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

This text font color is #D6F0B0.


Background Color

.myBgColor { background-color: #D6F0B0; }

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

This div background color is #D6F0B0.


Border color

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

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

This div border color is #D6F0B0.


Opacity

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

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

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

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

This text has shadow with #D6F0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0B0 on black background.


Color preview on white background

This text has color #D6F0B0 on white background.



Black color preview on #D6F0B0 background

This text has black color on #D6F0B0 background.


White color preview on #D6F0B0 background

This text has white color on #D6F0B0 background.