COLOR #D9F6BF

HEX: #D9F6BF RGB: (217,246,191)

Color info

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

RGB color model

#D9F6BF color RGB value is (217,246,191).

RGB: (217,246,191) (85%, 96%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 246 of 255 = 96%
B 191 of 255 = 75%

217
246
191

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

Portions of RGB colors in percentages

R + G + B = 217 + 246 + 191 = 654 (100%)
R 217 of 654 ~ 33.18%
G 246 of 654 ~ 37.61%
B 191 of 654 ~ 29.2'%

%33.18
%37.61
%29.2

CMYK color model

#D9F6BF color CMYK value is (12,0,22,4).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%

CMYK: (12,0,22,4)
C12M0Y22K4 (12%, 0%, 22%, 4%)
(0.12 / 0.00 / 0.22 / 0.04)

CMYK percentages

%11.79
%0
%22.36
%3.53

Codes

Color #D9F6BF in popluar color models

D9 F6 BF
RGB 217 246 191
HSL 92° 75.34% 85.69%
HSB/HSV 92° 22.36% 96.47%
CMYK 11.79% 0.00% 22.36%
3.53%

Color #D9F6BF in popluar number systems.

HEX D9 F6 BF
Decimal 217 246 191
Binary 11011001 11110110 10111111
Octal 331 366 277

Shades and tints

Shades of #D9F6BF

#D9F6BF
(217,246,191)
#C6E0AE
(198,224,174)
#B3CA9D
(179,202,157)
#A0B48C
(160,180,140)
#8D9E7B
(141,158,123)
#7A886A
(122,136,106)
#677259
(103,114,89)
#545C48
(84,92,72)
#414637
(65,70,55)
#2E3026
(46,48,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #D9F6BF

#D9F6BF
(217,246,191)
#DCF6C4
(220,246,196)
#DFF6C9
(223,246,201)
#E2F6CE
(226,246,206)
#E5F6D3
(229,246,211)
#E8F6D8
(232,246,216)
#EBF6DD
(235,246,221)
#EEF6E2
(238,246,226)
#F1F6E7
(241,246,231)
#F4F6EC
(244,246,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F6BF color. Also use rgb(217,246,191) instead hex code.

Text Font Color

.myTextColor { color: #D9F6BF; }

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

This text font color is #D9F6BF.

Background Color

.myBgColor { background-color: #D9F6BF; }

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

This div background color is #D9F6BF.

Border color

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

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

This div border color is #D9F6BF.

Opacity

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

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

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

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

This text has shadow with #D9F6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F6BF.

Preview

Color preview on black background

This text has color #D9F6BF on black background.


Color preview on white background

This text has color #D9F6BF on white background.


Black color preview on #D9F6BF background

This text has black color on #D9F6BF background.


White color preview on #D9F6BF background

This text has white color on #D9F6BF background.


Related colors

Complementary color

Complementary color for #hex is #260940.


I love getcolorcode.com

Triadic colors

1 #BFD9F6 and #F6BFD9 with #D9F6BF are triadic colors.

2 #BFF6D9 and #F6D9BF with #D9F6BF are triadic colors.