COLOR #D8F9BC

HEX: #D8F9BC RGB: (216,249,188)

Color info

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

RGB color model

#D8F9BC color RGB value is (216,249,188).

RGB: (216,249,188) (85%, 98%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 249 of 255 = 98%
B 188 of 255 = 74%

216
249
188

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

Portions of RGB colors in percentages

R + G + B = 216 + 249 + 188 = 653 (100%)
R 216 of 653 ~ 33.08%
G 249 of 653 ~ 38.13%
B 188 of 653 ~ 28.79'%

%33.08
%38.13
%28.79

CMYK color model

#D8F9BC color CMYK value is (13,0,24,2).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 2.35%

CMYK: (13,0,24,2)
C13M0Y24K2 (13%, 0%, 24%, 2%)
(0.13 / 0.00 / 0.24 / 0.02)

CMYK percentages

%13.25
%0
%24.5
%2.35

Codes

Color #D8F9BC in popluar color models

D8 F9 BC
RGB 216 249 188
HSL 92° 83.56% 85.69%
HSB/HSV 92° 24.50% 97.65%
CMYK 13.25% 0.00% 24.50%
2.35%

Color #D8F9BC in popluar number systems.

HEX D8 F9 BC
Decimal 216 249 188
Binary 11011000 11111001 10111100
Octal 330 371 274

Shades and tints

Shades of #D8F9BC

#D8F9BC
(216,249,188)
#C5E3AB
(197,227,171)
#B2CD9A
(178,205,154)
#9FB789
(159,183,137)
#8CA178
(140,161,120)
#798B67
(121,139,103)
#667556
(102,117,86)
#535F45
(83,95,69)
#404934
(64,73,52)
#2D3323
(45,51,35)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #D8F9BC

#D8F9BC
(216,249,188)
#DBF9C2
(219,249,194)
#DEF9C8
(222,249,200)
#E1F9CE
(225,249,206)
#E4F9D4
(228,249,212)
#E7F9DA
(231,249,218)
#EAF9E0
(234,249,224)
#EDF9E6
(237,249,230)
#F0F9EC
(240,249,236)
#F3F9F2
(243,249,242)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F9BC color. Also use rgb(216,249,188) instead hex code.

Text Font Color

.myTextColor { color: #D8F9BC; }

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

This text font color is #D8F9BC.

Background Color

.myBgColor { background-color: #D8F9BC; }

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

This div background color is #D8F9BC.

Border color

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

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

This div border color is #D8F9BC.

Opacity

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

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

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

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

This text has shadow with #D8F9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F9BC.

Preview

Color preview on black background

This text has color #D8F9BC on black background.


Color preview on white background

This text has color #D8F9BC on white background.


Black color preview on #D8F9BC background

This text has black color on #D8F9BC background.


White color preview on #D8F9BC background

This text has white color on #D8F9BC background.


Related colors

Complementary color

Complementary color for #hex is #270643.


I love getcolorcode.com

Triadic colors

1 #BCD8F9 and #F9BCD8 with #D8F9BC are triadic colors.

2 #BCF9D8 and #F9D8BC with #D8F9BC are triadic colors.