COLOR #D6F5BC

HEX: #D6F5BC RGB: (214,245,188)

Color info

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

RGB color model

#D6F5BC color RGB value is (214,245,188).

RGB: (214,245,188) (84%, 96%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 245 of 255 = 96%
B 188 of 255 = 74%

214
245
188

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

Portions of RGB colors in percentages

R + G + B = 214 + 245 + 188 = 647 (100%)
R 214 of 647 ~ 33.08%
G 245 of 647 ~ 37.87%
B 188 of 647 ~ 29.06'%

%33.08
%37.87
%29.06

CMYK color model

#D6F5BC color CMYK value is (13,0,23,4).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%

CMYK: (13,0,23,4)
C13M0Y23K4 (13%, 0%, 23%, 4%)
(0.13 / 0.00 / 0.23 / 0.04)

CMYK percentages

%12.65
%0
%23.27
%3.92

Codes

Color #D6F5BC in popluar color models

D6 F5 BC
RGB 214 245 188
HSL 93° 74.03% 84.90%
HSB/HSV 93° 23.27% 96.08%
CMYK 12.65% 0.00% 23.27%
3.92%

Color #D6F5BC in popluar number systems.

HEX D6 F5 BC
Decimal 214 245 188
Binary 11010110 11110101 10111100
Octal 326 365 274

Shades and tints

Shades of #D6F5BC

#D6F5BC
(214,245,188)
#C3DFAB
(195,223,171)
#B0C99A
(176,201,154)
#9DB389
(157,179,137)
#8A9D78
(138,157,120)
#778767
(119,135,103)
#647156
(100,113,86)
#515B45
(81,91,69)
#3E4534
(62,69,52)
#2B2F23
(43,47,35)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #D6F5BC

#D6F5BC
(214,245,188)
#D9F5C2
(217,245,194)
#DCF5C8
(220,245,200)
#DFF5CE
(223,245,206)
#E2F5D4
(226,245,212)
#E5F5DA
(229,245,218)
#E8F5E0
(232,245,224)
#EBF5E6
(235,245,230)
#EEF5EC
(238,245,236)
#F1F5F2
(241,245,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5BC; }

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

This text font color is #D6F5BC.

Background Color

.myBgColor { background-color: #D6F5BC; }

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

This div background color is #D6F5BC.

Border color

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

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

This div border color is #D6F5BC.

Opacity

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

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

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

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

This text has shadow with #D6F5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F5BC.

Preview

Color preview on black background

This text has color #D6F5BC on black background.


Color preview on white background

This text has color #D6F5BC on white background.


Black color preview on #D6F5BC background

This text has black color on #D6F5BC background.


White color preview on #D6F5BC background

This text has white color on #D6F5BC background.


Related colors

Complementary color

Complementary color for #hex is #290A43.


I love getcolorcode.com

Triadic colors

1 #BCD6F5 and #F5BCD6 with #D6F5BC are triadic colors.

2 #BCF5D6 and #F5D6BC with #D6F5BC are triadic colors.