COLOR #D6F5BD

HEX: #D6F5BD RGB: (214,245,189)

Color info

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

RGB color model

#D6F5BD color RGB value is (214,245,189).

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

RGB channels and saturation

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

214
245
189

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

Portions of RGB colors in percentages

R + G + B = 214 + 245 + 189 = 648 (100%)
R 214 of 648 ~ 33.02%
G 245 of 648 ~ 37.81%
B 189 of 648 ~ 29.17'%

%33.02
%37.81
%29.17

CMYK color model

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

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • 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
%22.86
%3.92

Codes

Color #D6F5BD in popluar color models

D6 F5 BD
RGB 214 245 189
HSL 93° 73.68% 85.10%
HSB/HSV 93° 22.86% 96.08%
CMYK 12.65% 0.00% 22.86%
3.92%

Color #D6F5BD in popluar number systems.

HEX D6 F5 BD
Decimal 214 245 189
Binary 11010110 11110101 10111101
Octal 326 365 275

Shades and tints

Shades of #D6F5BD

#D6F5BD
(214,245,189)
#C3DFAC
(195,223,172)
#B0C99B
(176,201,155)
#9DB38A
(157,179,138)
#8A9D79
(138,157,121)
#778768
(119,135,104)
#647157
(100,113,87)
#515B46
(81,91,70)
#3E4535
(62,69,53)
#2B2F24
(43,47,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6F5BD

#D6F5BD
(214,245,189)
#D9F5C3
(217,245,195)
#DCF5C9
(220,245,201)
#DFF5CF
(223,245,207)
#E2F5D5
(226,245,213)
#E5F5DB
(229,245,219)
#E8F5E1
(232,245,225)
#EBF5E7
(235,245,231)
#EEF5ED
(238,245,237)
#F1F5F3
(241,245,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5BD; }

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

This text font color is #D6F5BD.

Background Color

.myBgColor { background-color: #D6F5BD; }

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

This div background color is #D6F5BD.

Border color

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

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

This div border color is #D6F5BD.

Opacity

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

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

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

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

This text has shadow with #D6F5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F5BD.

Preview

Color preview on black background

This text has color #D6F5BD on black background.


Color preview on white background

This text has color #D6F5BD on white background.


Black color preview on #D6F5BD background

This text has black color on #D6F5BD background.


White color preview on #D6F5BD background

This text has white color on #D6F5BD background.


Related colors

Complementary color

Complementary color for #hex is #290A42.


I love getcolorcode.com

Triadic colors

1 #BDD6F5 and #F5BDD6 with #D6F5BD are triadic colors.

2 #BDF5D6 and #F5D6BD with #D6F5BD are triadic colors.