COLOR #D6E8B1

HEX: #D6E8B1 RGB: (214,232,177)

Color info

#D6E8B1 contains red, green and blue colors in about the same proportion. Web safe color of #D6E8B1 is #CCFF99 (or #CF9).

RGB color model

#D6E8B1 color RGB value is (214,232,177).

RGB: (214,232,177) (84%, 91%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 177 of 255 = 69%

214
232
177

R + G + B ~ 81%. #D6E8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 232 + 177 = 623 (100%)
R 214 of 623 ~ 34.35%
G 232 of 623 ~ 37.24%
B 177 of 623 ~ 28.41'%

%34.35
%37.24
%28.41

CMYK color model

#D6E8B1 color CMYK value is (8,0,24,9).

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

CMYK: (8,0,24,9)
C8M0Y24K9 (8%, 0%, 24%, 9%)
(0.08 / 0.00 / 0.24 / 0.09)

CMYK percentages

%7.76
%0
%23.71
%9.02

Codes

Color #D6E8B1 in popluar color models

D6 E8 B1
RGB 214 232 177
HSL 80° 54.46% 80.20%
HSB/HSV 80° 23.71% 90.98%
CMYK 7.76% 0.00% 23.71%
9.02%

Color #D6E8B1 in popluar number systems.

HEX D6 E8 B1
Decimal 214 232 177
Binary 11010110 11101000 10110001
Octal 326 350 261

Shades and tints

Shades of #D6E8B1

#D6E8B1
(214,232,177)
#C3D3A1
(195,211,161)
#B0BE91
(176,190,145)
#9DA981
(157,169,129)
#8A9471
(138,148,113)
#777F61
(119,127,97)
#646A51
(100,106,81)
#515541
(81,85,65)
#3E4031
(62,64,49)
#2B2B21
(43,43,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #D6E8B1

#D6E8B1
(214,232,177)
#D9EAB8
(217,234,184)
#DCECBF
(220,236,191)
#DFEEC6
(223,238,198)
#E2F0CD
(226,240,205)
#E5F2D4
(229,242,212)
#E8F4DB
(232,244,219)
#EBF6E2
(235,246,226)
#EEF8E9
(238,248,233)
#F1FAF0
(241,250,240)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E8B1; }

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

This text font color is #D6E8B1.

Background Color

.myBgColor { background-color: #D6E8B1; }

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

This div background color is #D6E8B1.

Border color

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

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

This div border color is #D6E8B1.

Opacity

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

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

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

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

This text has shadow with #D6E8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E8B1.

Preview

Color preview on black background

This text has color #D6E8B1 on black background.


Color preview on white background

This text has color #D6E8B1 on white background.


Black color preview on #D6E8B1 background

This text has black color on #D6E8B1 background.


White color preview on #D6E8B1 background

This text has white color on #D6E8B1 background.


Related colors

Complementary color

Complementary color for #hex is #29174E.


I love getcolorcode.com

Triadic colors

1 #B1D6E8 and #E8B1D6 with #D6E8B1 are triadic colors.

2 #B1E8D6 and #E8D6B1 with #D6E8B1 are triadic colors.