COLOR #D6F1BC

HEX: #D6F1BC RGB: (214,241,188)

Color info

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

RGB color model

#D6F1BC color RGB value is (214,241,188).

RGB: (214,241,188) (84%, 95%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 188 of 255 = 74%

214
241
188

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

Portions of RGB colors in percentages

R + G + B = 214 + 241 + 188 = 643 (100%)
R 214 of 643 ~ 33.28%
G 241 of 643 ~ 37.48%
B 188 of 643 ~ 29.24'%

%33.28
%37.48
%29.24

CMYK color model

#D6F1BC color CMYK value is (11,0,22,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 5.49%

CMYK: (11,0,22,5)
C11M0Y22K5 (11%, 0%, 22%, 5%)
(0.11 / 0.00 / 0.22 / 0.05)

CMYK percentages

%11.2
%0
%21.99
%5.49

Codes

Color #D6F1BC in popluar color models

D6 F1 BC
RGB 214 241 188
HSL 91° 65.43% 84.12%
HSB/HSV 91° 21.99% 94.51%
CMYK 11.20% 0.00% 21.99%
5.49%

Color #D6F1BC in popluar number systems.

HEX D6 F1 BC
Decimal 214 241 188
Binary 11010110 11110001 10111100
Octal 326 361 274

Shades and tints

Shades of #D6F1BC

#D6F1BC
(214,241,188)
#C3DCAB
(195,220,171)
#B0C79A
(176,199,154)
#9DB289
(157,178,137)
#8A9D78
(138,157,120)
#778867
(119,136,103)
#647356
(100,115,86)
#515E45
(81,94,69)
#3E4934
(62,73,52)
#2B3423
(43,52,35)
#181F12
(24,31,18)
#000000
(0,0,0)

Tints of #D6F1BC

#D6F1BC
(214,241,188)
#D9F2C2
(217,242,194)
#DCF3C8
(220,243,200)
#DFF4CE
(223,244,206)
#E2F5D4
(226,245,212)
#E5F6DA
(229,246,218)
#E8F7E0
(232,247,224)
#EBF8E6
(235,248,230)
#EEF9EC
(238,249,236)
#F1FAF2
(241,250,242)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F1BC; }

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

This text font color is #D6F1BC.

Background Color

.myBgColor { background-color: #D6F1BC; }

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

This div background color is #D6F1BC.

Border color

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

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

This div border color is #D6F1BC.

Opacity

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

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

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

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

This text has shadow with #D6F1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F1BC.

Preview

Color preview on black background

This text has color #D6F1BC on black background.


Color preview on white background

This text has color #D6F1BC on white background.


Black color preview on #D6F1BC background

This text has black color on #D6F1BC background.


White color preview on #D6F1BC background

This text has white color on #D6F1BC background.


Related colors

Complementary color

Complementary color for #hex is #290E43.


I love getcolorcode.com

Triadic colors

1 #BCD6F1 and #F1BCD6 with #D6F1BC are triadic colors.

2 #BCF1D6 and #F1D6BC with #D6F1BC are triadic colors.