COLOR #D6E8B7

HEX: #D6E8B7 RGB: (214,232,183)

Color info

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

RGB color model

#D6E8B7 color RGB value is (214,232,183).

RGB: (214,232,183) (84%, 91%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 183 of 255 = 72%

214
232
183

R + G + B ~ 82%. #D6E8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 232 + 183 = 629 (100%)
R 214 of 629 ~ 34.02%
G 232 of 629 ~ 36.88%
B 183 of 629 ~ 29.09'%

%34.02
%36.88
%29.09

CMYK color model

#D6E8B7 color CMYK value is (8,0,21,9).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 9.02%

CMYK: (8,0,21,9)
C8M0Y21K9 (8%, 0%, 21%, 9%)
(0.08 / 0.00 / 0.21 / 0.09)

CMYK percentages

%7.76
%0
%21.12
%9.02

Codes

Color #D6E8B7 in popluar color models

D6 E8 B7
RGB 214 232 183
HSL 82° 51.58% 81.37%
HSB/HSV 82° 21.12% 90.98%
CMYK 7.76% 0.00% 21.12%
9.02%

Color #D6E8B7 in popluar number systems.

HEX D6 E8 B7
Decimal 214 232 183
Binary 11010110 11101000 10110111
Octal 326 350 267

Shades and tints

Shades of #D6E8B7

#D6E8B7
(214,232,183)
#C3D3A7
(195,211,167)
#B0BE97
(176,190,151)
#9DA987
(157,169,135)
#8A9477
(138,148,119)
#777F67
(119,127,103)
#646A57
(100,106,87)
#515547
(81,85,71)
#3E4037
(62,64,55)
#2B2B27
(43,43,39)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6E8B7

#D6E8B7
(214,232,183)
#D9EABD
(217,234,189)
#DCECC3
(220,236,195)
#DFEEC9
(223,238,201)
#E2F0CF
(226,240,207)
#E5F2D5
(229,242,213)
#E8F4DB
(232,244,219)
#EBF6E1
(235,246,225)
#EEF8E7
(238,248,231)
#F1FAED
(241,250,237)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E8B7 color. Also use rgb(214,232,183) instead hex code.

Text Font Color

.myTextColor { color: #D6E8B7; }

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

This text font color is #D6E8B7.

Background Color

.myBgColor { background-color: #D6E8B7; }

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

This div background color is #D6E8B7.

Border color

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

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

This div border color is #D6E8B7.

Opacity

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

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

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

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

This text has shadow with #D6E8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E8B7.

Preview

Color preview on black background

This text has color #D6E8B7 on black background.


Color preview on white background

This text has color #D6E8B7 on white background.


Black color preview on #D6E8B7 background

This text has black color on #D6E8B7 background.


White color preview on #D6E8B7 background

This text has white color on #D6E8B7 background.


Related colors

Complementary color

Complementary color for #hex is #291748.


I love getcolorcode.com

Triadic colors

1 #B7D6E8 and #E8B7D6 with #D6E8B7 are triadic colors.

2 #B7E8D6 and #E8D6B7 with #D6E8B7 are triadic colors.