COLOR #D6F0B3

HEX: #D6F0B3
RGB: (214,240,179)

Color info

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

RGB color model

#D6F0B3 color RGB value is (214,240,179).

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

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 179 of 255 = 70%

214
240
179

R + G + B ~ 83%. #D6F0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 179 = 633 (100%)
R 214 of 633 ~ 33.81%
G 240 of 633 ~ 37.91%
B 179 of 633 ~ 28.28%

%33.81
%37.91
%28.28

CMYK color model

#D6F0B3 color CMYK value is (11,0,25,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 5.88%
CMYK:
(11,0,25,6)
C11M0Y25K6 
(11%,0%,25%,6%)
(0.11/0.00/0.25/0.06)	

CMYK percentages

%10.83
%0
%25.42
%5.88

Codes

Color #D6F0B3 in popluar color models

D6F0B3
RGB214240179
HSL86°67.03%82.16%
HSB/HSV86°25.42%94.12%
CMYK10.83%0.00%25.42%
5.88%

Color #D6F0B3 in popluar number systems.

HEXD6F0B3
Decimal214240179
Binary110101101111000010110011
Octal326360263

Shades and tints

Shades of #D6F0B3

#D6F0B3
(214,240,179)
#C3DBA3
(195,219,163)
#B0C693
(176,198,147)
#9DB183
(157,177,131)
#8A9C73
(138,156,115)
#778763
(119,135,99)
#647253
(100,114,83)
#515D43
(81,93,67)
#3E4833
(62,72,51)
#2B3323
(43,51,35)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #D6F0B3

#D6F0B3
(214,240,179)
#D9F1B9
(217,241,185)
#DCF2BF
(220,242,191)
#DFF3C5
(223,243,197)
#E2F4CB
(226,244,203)
#E5F5D1
(229,245,209)
#E8F6D7
(232,246,215)
#EBF7DD
(235,247,221)
#EEF8E3
(238,248,227)
#F1F9E9
(241,249,233)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F0B3; }

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

This text font color is #D6F0B3.


Background Color

.myBgColor { background-color: #D6F0B3; }

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

This div background color is #D6F0B3.


Border color

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

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

This div border color is #D6F0B3.


Opacity

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

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

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

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

This text has shadow with #D6F0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0B3 on black background.


Color preview on white background

This text has color #D6F0B3 on white background.



Black color preview on #D6F0B3 background

This text has black color on #D6F0B3 background.


White color preview on #D6F0B3 background

This text has white color on #D6F0B3 background.