COLOR #D6F0BC

HEX: #D6F0BC
RGB: (214,240,188)

Color info

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

RGB color model

#D6F0BC color RGB value is (214,240,188).

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

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 188 of 255 = 74%

214
240
188

R + G + B ~ 84%. #D6F0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 188 = 642 (100%)
R 214 of 642 ~ 33.33%
G 240 of 642 ~ 37.38%
B 188 of 642 ~ 29.28%

%33.33
%37.38
%29.28

CMYK color model

#D6F0BC color CMYK value is (11,0,22,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 5.88%
CMYK:
(11,0,22,6)
C11M0Y22K6 
(11%,0%,22%,6%)
(0.11/0.00/0.22/0.06)	

CMYK percentages

%10.83
%0
%21.67
%5.88

Codes

Color #D6F0BC in popluar color models

D6F0BC
RGB214240188
HSL90°63.41%83.92%
HSB/HSV90°21.67%94.12%
CMYK10.83%0.00%21.67%
5.88%

Color #D6F0BC in popluar number systems.

HEXD6F0BC
Decimal214240188
Binary110101101111000010111100
Octal326360274

Shades and tints

Shades of #D6F0BC

#D6F0BC
(214,240,188)
#C3DBAB
(195,219,171)
#B0C69A
(176,198,154)
#9DB189
(157,177,137)
#8A9C78
(138,156,120)
#778767
(119,135,103)
#647256
(100,114,86)
#515D45
(81,93,69)
#3E4834
(62,72,52)
#2B3323
(43,51,35)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #D6F0BC

#D6F0BC
(214,240,188)
#D9F1C2
(217,241,194)
#DCF2C8
(220,242,200)
#DFF3CE
(223,243,206)
#E2F4D4
(226,244,212)
#E5F5DA
(229,245,218)
#E8F6E0
(232,246,224)
#EBF7E6
(235,247,230)
#EEF8EC
(238,248,236)
#F1F9F2
(241,249,242)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F0BC; }

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

This text font color is #D6F0BC.


Background Color

.myBgColor { background-color: #D6F0BC; }

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

This div background color is #D6F0BC.


Border color

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

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

This div border color is #D6F0BC.


Opacity

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

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

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

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

This text has shadow with #D6F0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0BC on black background.


Color preview on white background

This text has color #D6F0BC on white background.



Black color preview on #D6F0BC background

This text has black color on #D6F0BC background.


White color preview on #D6F0BC background

This text has white color on #D6F0BC background.