COLOR #D0DD8A

HEX: #D0DD8A
RGB: (208,221,138)

Color info

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

RGB color model

#D0DD8A color RGB value is (208,221,138).

  • red value is 208;
  • green value is 221;
  • blue value is 138.
RGB:
(208,221,138)
(82%,87%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 138 of 255 = 54%

208
221
138

R + G + B ~ 74%. #D0DD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 138 = 567 (100%)
R 208 of 567 ~ 36.68%
G 221 of 567 ~ 38.98%
B 138 of 567 ~ 24.34%

%36.68
%38.98
%24.34

CMYK color model

#D0DD8A color CMYK value is (6,0,38,13).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 13.33%
CMYK:
(6,0,38,13)
C6M0Y38K13 
(6%,0%,38%,13%)
(0.06/0.00/0.38/0.13)	

CMYK percentages

%5.88
%0
%37.56
%13.33

Codes

Color #D0DD8A in popluar color models

D0DD8A
RGB208221138
HSL69°54.97%70.39%
HSB/HSV69°37.56%86.67%
CMYK5.88%0.00%37.56%
13.33%

Color #D0DD8A in popluar number systems.

HEXD0DD8A
Decimal208221138
Binary110100001101110110001010
Octal320335212

Shades and tints

Shades of #D0DD8A

#D0DD8A
(208,221,138)
#BEC97E
(190,201,126)
#ACB572
(172,181,114)
#9AA166
(154,161,102)
#888D5A
(136,141,90)
#76794E
(118,121,78)
#646542
(100,101,66)
#525136
(82,81,54)
#403D2A
(64,61,42)
#2E291E
(46,41,30)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #D0DD8A

#D0DD8A
(208,221,138)
#D4E094
(212,224,148)
#D8E39E
(216,227,158)
#DCE6A8
(220,230,168)
#E0E9B2
(224,233,178)
#E4ECBC
(228,236,188)
#E8EFC6
(232,239,198)
#ECF2D0
(236,242,208)
#F0F5DA
(240,245,218)
#F4F8E4
(244,248,228)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DD8A color. Also use rgb(208,221,138) instead hex code.

Text Font Color

.myTextColor { color: #D0DD8A; }

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

This text font color is #D0DD8A.


Background Color

.myBgColor { background-color: #D0DD8A; }

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

This div background color is #D0DD8A.


Border color

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

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

This div border color is #D0DD8A.


Opacity

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

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

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

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

This text has shadow with #D0DD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DD8A on black background.


Color preview on white background

This text has color #D0DD8A on white background.



Black color preview on #D0DD8A background

This text has black color on #D0DD8A background.


White color preview on #D0DD8A background

This text has white color on #D0DD8A background.