COLOR #D6F4BF

HEX: #D6F4BF RGB: (214,244,191)

Color info

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

RGB color model

#D6F4BF color RGB value is (214,244,191).

RGB: (214,244,191) (84%, 96%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 244 of 255 = 96%
B 191 of 255 = 75%

214
244
191

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

Portions of RGB colors in percentages

R + G + B = 214 + 244 + 191 = 649 (100%)
R 214 of 649 ~ 32.97%
G 244 of 649 ~ 37.6%
B 191 of 649 ~ 29.43'%

%32.97
%37.6
%29.43

CMYK color model

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

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 4.31%

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

CMYK percentages

%12.3
%0
%21.72
%4.31

Codes

Color #D6F4BF in popluar color models

D6 F4 BF
RGB 214 244 191
HSL 94° 70.67% 85.29%
HSB/HSV 94° 21.72% 95.69%
CMYK 12.30% 0.00% 21.72%
4.31%

Color #D6F4BF in popluar number systems.

HEX D6 F4 BF
Decimal 214 244 191
Binary 11010110 11110100 10111111
Octal 326 364 277

Shades and tints

Shades of #D6F4BF

#D6F4BF
(214,244,191)
#C3DEAE
(195,222,174)
#B0C89D
(176,200,157)
#9DB28C
(157,178,140)
#8A9C7B
(138,156,123)
#77866A
(119,134,106)
#647059
(100,112,89)
#515A48
(81,90,72)
#3E4437
(62,68,55)
#2B2E26
(43,46,38)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #D6F4BF

#D6F4BF
(214,244,191)
#D9F5C4
(217,245,196)
#DCF6C9
(220,246,201)
#DFF7CE
(223,247,206)
#E2F8D3
(226,248,211)
#E5F9D8
(229,249,216)
#E8FADD
(232,250,221)
#EBFBE2
(235,251,226)
#EEFCE7
(238,252,231)
#F1FDEC
(241,253,236)
#F4FEF1
(244,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F4BF color. Also use rgb(214,244,191) instead hex code.

Text Font Color

.myTextColor { color: #D6F4BF; }

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

This text font color is #D6F4BF.

Background Color

.myBgColor { background-color: #D6F4BF; }

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

This div background color is #D6F4BF.

Border color

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

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

This div border color is #D6F4BF.

Opacity

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

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

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

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

This text has shadow with #D6F4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F4BF.

Preview

Color preview on black background

This text has color #D6F4BF on black background.


Color preview on white background

This text has color #D6F4BF on white background.


Black color preview on #D6F4BF background

This text has black color on #D6F4BF background.


White color preview on #D6F4BF background

This text has white color on #D6F4BF background.


Related colors

Complementary color

Complementary color for #hex is #290B40.


I love getcolorcode.com

Triadic colors

1 #BFD6F4 and #F4BFD6 with #D6F4BF are triadic colors.

2 #BFF4D6 and #F4D6BF with #D6F4BF are triadic colors.