COLOR #D6DC99

HEX: #D6DC99
RGB: (214,220,153)

Color info

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

RGB color model

#D6DC99 color RGB value is (214,220,153).

  • red value is 214;
  • green value is 220;
  • blue value is 153.
RGB:
(214,220,153)
(84%,86%,60%)

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 153 of 255 = 60%

214
220
153

R + G + B ~ 77%. #D6DC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 220 + 153 = 587 (100%)
R 214 of 587 ~ 36.46%
G 220 of 587 ~ 37.48%
B 153 of 587 ~ 26.06%

%36.46
%37.48
%26.06

CMYK color model

#D6DC99 color CMYK value is (3,0,30,14).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 30.45%
  • key color value is 13.73%
CMYK:
(3,0,30,14)
C3M0Y30K14 
(3%,0%,30%,14%)
(0.03/0.00/0.30/0.14)	

CMYK percentages

%2.73
%0
%30.45
%13.73

Codes

Color #D6DC99 in popluar color models

D6DC99
RGB214220153
HSL65°48.91%73.14%
HSB/HSV65°30.45%86.27%
CMYK2.73%0.00%30.45%
13.73%

Color #D6DC99 in popluar number systems.

HEXD6DC99
Decimal214220153
Binary110101101101110010011001
Octal326334231

Shades and tints

Shades of #D6DC99

#D6DC99
(214,220,153)
#C3C88C
(195,200,140)
#B0B47F
(176,180,127)
#9DA072
(157,160,114)
#8A8C65
(138,140,101)
#777858
(119,120,88)
#64644B
(100,100,75)
#51503E
(81,80,62)
#3E3C31
(62,60,49)
#2B2824
(43,40,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #D6DC99

#D6DC99
(214,220,153)
#D9DFA2
(217,223,162)
#DCE2AB
(220,226,171)
#DFE5B4
(223,229,180)
#E2E8BD
(226,232,189)
#E5EBC6
(229,235,198)
#E8EECF
(232,238,207)
#EBF1D8
(235,241,216)
#EEF4E1
(238,244,225)
#F1F7EA
(241,247,234)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DC99; }

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

This text font color is #D6DC99.


Background Color

.myBgColor { background-color: #D6DC99; }

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

This div background color is #D6DC99.


Border color

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

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

This div border color is #D6DC99.


Opacity

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

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

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

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

This text has shadow with #D6DC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DC99 on black background.


Color preview on white background

This text has color #D6DC99 on white background.



Black color preview on #D6DC99 background

This text has black color on #D6DC99 background.


White color preview on #D6DC99 background

This text has white color on #D6DC99 background.