COLOR #D6DC8C

HEX: #D6DC8C RGB: (214,220,140)

Color info

#D6DC8C contains mainly red and green colors. Web safe color of #D6DC8C is #CCCC99 (or #CC9).

RGB color model

#D6DC8C color RGB value is (214,220,140).

RGB: (214,220,140) (84%, 86%, 55%)

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 140 of 255 = 55%

214
220
140

R + G + B ~ 75%. #D6DC8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 220 + 140 = 574 (100%)
R 214 of 574 ~ 37.28%
G 220 of 574 ~ 38.33%
B 140 of 574 ~ 24.39'%

%37.28
%38.33
%24.39

CMYK color model

#D6DC8C color CMYK value is (3,0,36,14).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 13.73%

CMYK: (3,0,36,14)
C3M0Y36K14 (3%, 0%, 36%, 14%)
(0.03 / 0.00 / 0.36 / 0.14)

CMYK percentages

%2.73
%0
%36.36
%13.73

Codes

Color #D6DC8C in popluar color models

D6 DC 8C
RGB 214 220 140
HSL 65° 53.33% 70.59%
HSB/HSV 65° 36.36% 86.27%
CMYK 2.73% 0.00% 36.36%
13.73%

Color #D6DC8C in popluar number systems.

HEX D6 DC 8C
Decimal 214 220 140
Binary 11010110 11011100 10001100
Octal 326 334 214

Shades and tints

Shades of #D6DC8C

#D6DC8C
(214,220,140)
#C3C880
(195,200,128)
#B0B474
(176,180,116)
#9DA068
(157,160,104)
#8A8C5C
(138,140,92)
#777850
(119,120,80)
#646444
(100,100,68)
#515038
(81,80,56)
#3E3C2C
(62,60,44)
#2B2820
(43,40,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #D6DC8C

#D6DC8C
(214,220,140)
#D9DF96
(217,223,150)
#DCE2A0
(220,226,160)
#DFE5AA
(223,229,170)
#E2E8B4
(226,232,180)
#E5EBBE
(229,235,190)
#E8EEC8
(232,238,200)
#EBF1D2
(235,241,210)
#EEF4DC
(238,244,220)
#F1F7E6
(241,247,230)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DC8C color. Also use rgb(214,220,140) instead hex code.

Text Font Color

.myTextColor { color: #D6DC8C; }

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

This text font color is #D6DC8C.

Background Color

.myBgColor { background-color: #D6DC8C; }

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

This div background color is #D6DC8C.

Border color

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

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

This div border color is #D6DC8C.

Opacity

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

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

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

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

This text has shadow with #D6DC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DC8C.

Preview

Color preview on black background

This text has color #D6DC8C on black background.


Color preview on white background

This text has color #D6DC8C on white background.


Black color preview on #D6DC8C background

This text has black color on #D6DC8C background.


White color preview on #D6DC8C background

This text has white color on #D6DC8C background.


Related colors

Complementary color

Complementary color for #hex is #292373.


I love getcolorcode.com

Triadic colors

1 #8CD6DC and #DC8CD6 with #D6DC8C are triadic colors.

2 #8CDCD6 and #DCD68C with #D6DC8C are triadic colors.