COLOR #D6FDBC

HEX: #D6FDBC RGB: (214,253,188)

Color info

#D6FDBC contains mainly red and green colors. Web safe color of #D6FDBC is #CCFFCC (or #CFC).

RGB color model

#D6FDBC color RGB value is (214,253,188).

RGB: (214,253,188) (84%, 99%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 253 of 255 = 99%
B 188 of 255 = 74%

214
253
188

R + G + B ~ 86%. #D6FDBC is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 253 + 188 = 655 (100%)
R 214 of 655 ~ 32.67%
G 253 of 655 ~ 38.63%
B 188 of 655 ~ 28.7'%

%32.67
%38.63
%28.7

CMYK color model

#D6FDBC color CMYK value is (15,0,26,1).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 0.78%

CMYK: (15,0,26,1)
C15M0Y26K1 (15%, 0%, 26%, 1%)
(0.15 / 0.00 / 0.26 / 0.01)

CMYK percentages

%15.42
%0
%25.69
%0.78

Codes

Color #D6FDBC in popluar color models

D6 FD BC
RGB 214 253 188
HSL 96° 94.20% 86.47%
HSB/HSV 96° 25.69% 99.22%
CMYK 15.42% 0.00% 25.69%
0.78%

Color #D6FDBC in popluar number systems.

HEX D6 FD BC
Decimal 214 253 188
Binary 11010110 11111101 10111100
Octal 326 375 274

Shades and tints

Shades of #D6FDBC

#D6FDBC
(214,253,188)
#C3E6AB
(195,230,171)
#B0CF9A
(176,207,154)
#9DB889
(157,184,137)
#8AA178
(138,161,120)
#778A67
(119,138,103)
#647356
(100,115,86)
#515C45
(81,92,69)
#3E4534
(62,69,52)
#2B2E23
(43,46,35)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6FDBC

#D6FDBC
(214,253,188)
#D9FDC2
(217,253,194)
#DCFDC8
(220,253,200)
#DFFDCE
(223,253,206)
#E2FDD4
(226,253,212)
#E5FDDA
(229,253,218)
#E8FDE0
(232,253,224)
#EBFDE6
(235,253,230)
#EEFDEC
(238,253,236)
#F1FDF2
(241,253,242)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FDBC; }

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

This text font color is #D6FDBC.

Background Color

.myBgColor { background-color: #D6FDBC; }

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

This div background color is #D6FDBC.

Border color

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

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

This div border color is #D6FDBC.

Opacity

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

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

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

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

This text has shadow with #D6FDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FDBC.

Preview

Color preview on black background

This text has color #D6FDBC on black background.


Color preview on white background

This text has color #D6FDBC on white background.


Black color preview on #D6FDBC background

This text has black color on #D6FDBC background.


White color preview on #D6FDBC background

This text has white color on #D6FDBC background.


Related colors

Complementary color

Complementary color for #hex is #290243.


I love getcolorcode.com

Triadic colors

1 #BCD6FD and #FDBCD6 with #D6FDBC are triadic colors.

2 #BCFDD6 and #FDD6BC with #D6FDBC are triadic colors.