COLOR #D7DD8D

HEX: #D7DD8D
RGB: (215,221,141)

Color info

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

RGB color model

#D7DD8D color RGB value is (215,221,141).

  • red value is 215;
  • green value is 221;
  • blue value is 141.
RGB:
(215,221,141)
(84%,87%,55%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 141 of 255 = 55%

215
221
141

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 141 = 577 (100%)
R 215 of 577 ~ 37.26%
G 221 of 577 ~ 38.3%
B 141 of 577 ~ 24.44%

%37.26
%38.3
%24.44

CMYK color model

#D7DD8D color CMYK value is (3,0,36,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 13.33%
CMYK:
(3,0,36,13)
C3M0Y36K13 
(3%,0%,36%,13%)
(0.03/0.00/0.36/0.13)	

CMYK percentages

%2.71
%0
%36.2
%13.33

Codes

Color #D7DD8D in popluar color models

D7DD8D
RGB215221141
HSL65°54.05%70.98%
HSB/HSV65°36.20%86.67%
CMYK2.71%0.00%36.20%
13.33%

Color #D7DD8D in popluar number systems.

HEXD7DD8D
Decimal215221141
Binary110101111101110110001101
Octal327335215

Shades and tints

Shades of #D7DD8D

#D7DD8D
(215,221,141)
#C4C981
(196,201,129)
#B1B575
(177,181,117)
#9EA169
(158,161,105)
#8B8D5D
(139,141,93)
#787951
(120,121,81)
#656545
(101,101,69)
#525139
(82,81,57)
#3F3D2D
(63,61,45)
#2C2921
(44,41,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7DD8D

#D7DD8D
(215,221,141)
#DAE097
(218,224,151)
#DDE3A1
(221,227,161)
#E0E6AB
(224,230,171)
#E3E9B5
(227,233,181)
#E6ECBF
(230,236,191)
#E9EFC9
(233,239,201)
#ECF2D3
(236,242,211)
#EFF5DD
(239,245,221)
#F2F8E7
(242,248,231)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DD8D color. Also use rgb(215,221,141) instead hex code.

Text Font Color

.myTextColor { color: #D7DD8D; }

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

This text font color is #D7DD8D.


Background Color

.myBgColor { background-color: #D7DD8D; }

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

This div background color is #D7DD8D.


Border color

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

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

This div border color is #D7DD8D.


Opacity

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

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

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

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

This text has shadow with #D7DD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DD8D on black background.


Color preview on white background

This text has color #D7DD8D on white background.



Black color preview on #D7DD8D background

This text has black color on #D7DD8D background.


White color preview on #D7DD8D background

This text has white color on #D7DD8D background.