COLOR #D9DA97

HEX: #D9DA97
RGB: (217,218,151)

Color info

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

RGB color model

#D9DA97 color RGB value is (217,218,151).

  • red value is 217;
  • green value is 218;
  • blue value is 151.
RGB:
(217,218,151)
(85%,85%,59%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 151 of 255 = 59%

217
218
151

R + G + B ~ 76%. #D9DA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 151 = 586 (100%)
R 217 of 586 ~ 37.03%
G 218 of 586 ~ 37.2%
B 151 of 586 ~ 25.77%

%37.03
%37.2
%25.77

CMYK color model

#D9DA97 color CMYK value is (0,0,31,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 14.51%
CMYK:
(0,0,31,15)
C0M0Y31K15 
(0%,0%,31%,15%)
(0.00/0.00/0.31/0.15)	

CMYK percentages

%0.46
%0
%30.73
%14.51

Codes

Color #D9DA97 in popluar color models

D9DA97
RGB217218151
HSL61°47.52%72.35%
HSB/HSV61°30.73%85.49%
CMYK0.46%0.00%30.73%
14.51%

Color #D9DA97 in popluar number systems.

HEXD9DA97
Decimal217218151
Binary110110011101101010010111
Octal331332227

Shades and tints

Shades of #D9DA97

#D9DA97
(217,218,151)
#C6C78A
(198,199,138)
#B3B47D
(179,180,125)
#A0A170
(160,161,112)
#8D8E63
(141,142,99)
#7A7B56
(122,123,86)
#676849
(103,104,73)
#54553C
(84,85,60)
#41422F
(65,66,47)
#2E2F22
(46,47,34)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #D9DA97

#D9DA97
(217,218,151)
#DCDDA0
(220,221,160)
#DFE0A9
(223,224,169)
#E2E3B2
(226,227,178)
#E5E6BB
(229,230,187)
#E8E9C4
(232,233,196)
#EBECCD
(235,236,205)
#EEEFD6
(238,239,214)
#F1F2DF
(241,242,223)
#F4F5E8
(244,245,232)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DA97 color. Also use rgb(217,218,151) instead hex code.

Text Font Color

.myTextColor { color: #D9DA97; }

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

This text font color is #D9DA97.


Background Color

.myBgColor { background-color: #D9DA97; }

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

This div background color is #D9DA97.


Border color

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

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

This div border color is #D9DA97.


Opacity

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

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

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

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

This text has shadow with #D9DA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DA97 on black background.


Color preview on white background

This text has color #D9DA97 on white background.



Black color preview on #D9DA97 background

This text has black color on #D9DA97 background.


White color preview on #D9DA97 background

This text has white color on #D9DA97 background.