COLOR #D3D88A

HEX: #D3D88A
RGB: (211,216,138)

Color info

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

RGB color model

#D3D88A color RGB value is (211,216,138).

  • red value is 211;
  • green value is 216;
  • blue value is 138.
RGB:
(211,216,138)
(83%,85%,54%)

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 138 of 255 = 54%

211
216
138

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 138 = 565 (100%)
R 211 of 565 ~ 37.35%
G 216 of 565 ~ 38.23%
B 138 of 565 ~ 24.42%

%37.35
%38.23
%24.42

CMYK color model

#D3D88A color CMYK value is (2,0,36,15).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 15.29%
CMYK:
(2,0,36,15)
C2M0Y36K15 
(2%,0%,36%,15%)
(0.02/0.00/0.36/0.15)	

CMYK percentages

%2.31
%0
%36.11
%15.29

Codes

Color #D3D88A in popluar color models

D3D88A
RGB211216138
HSL64°50.00%69.41%
HSB/HSV64°36.11%84.71%
CMYK2.31%0.00%36.11%
15.29%

Color #D3D88A in popluar number systems.

HEXD3D88A
Decimal211216138
Binary110100111101100010001010
Octal323330212

Shades and tints

Shades of #D3D88A

#D3D88A
(211,216,138)
#C0C57E
(192,197,126)
#ADB272
(173,178,114)
#9A9F66
(154,159,102)
#878C5A
(135,140,90)
#74794E
(116,121,78)
#616642
(97,102,66)
#4E5336
(78,83,54)
#3B402A
(59,64,42)
#282D1E
(40,45,30)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #D3D88A

#D3D88A
(211,216,138)
#D7DB94
(215,219,148)
#DBDE9E
(219,222,158)
#DFE1A8
(223,225,168)
#E3E4B2
(227,228,178)
#E7E7BC
(231,231,188)
#EBEAC6
(235,234,198)
#EFEDD0
(239,237,208)
#F3F0DA
(243,240,218)
#F7F3E4
(247,243,228)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D88A color. Also use rgb(211,216,138) instead hex code.

Text Font Color

.myTextColor { color: #D3D88A; }

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

This text font color is #D3D88A.


Background Color

.myBgColor { background-color: #D3D88A; }

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

This div background color is #D3D88A.


Border color

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

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

This div border color is #D3D88A.


Opacity

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

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

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

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

This text has shadow with #D3D88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D88A on black background.


Color preview on white background

This text has color #D3D88A on white background.



Black color preview on #D3D88A background

This text has black color on #D3D88A background.


White color preview on #D3D88A background

This text has white color on #D3D88A background.