COLOR #D3D88E

HEX: #D3D88E
RGB: (211,216,142)

Color info

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

RGB color model

#D3D88E color RGB value is (211,216,142).

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

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 142 of 255 = 56%

211
216
142

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 142 = 569 (100%)
R 211 of 569 ~ 37.08%
G 216 of 569 ~ 37.96%
B 142 of 569 ~ 24.96%

%37.08
%37.96
%24.96

CMYK color model

#D3D88E color CMYK value is (2,0,34,15).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 15.29%
CMYK:
(2,0,34,15)
C2M0Y34K15 
(2%,0%,34%,15%)
(0.02/0.00/0.34/0.15)	

CMYK percentages

%2.31
%0
%34.26
%15.29

Codes

Color #D3D88E in popluar color models

D3D88E
RGB211216142
HSL64°48.68%70.20%
HSB/HSV64°34.26%84.71%
CMYK2.31%0.00%34.26%
15.29%

Color #D3D88E in popluar number systems.

HEXD3D88E
Decimal211216142
Binary110100111101100010001110
Octal323330216

Shades and tints

Shades of #D3D88E

#D3D88E
(211,216,142)
#C0C582
(192,197,130)
#ADB276
(173,178,118)
#9A9F6A
(154,159,106)
#878C5E
(135,140,94)
#747952
(116,121,82)
#616646
(97,102,70)
#4E533A
(78,83,58)
#3B402E
(59,64,46)
#282D22
(40,45,34)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #D3D88E

#D3D88E
(211,216,142)
#D7DB98
(215,219,152)
#DBDEA2
(219,222,162)
#DFE1AC
(223,225,172)
#E3E4B6
(227,228,182)
#E7E7C0
(231,231,192)
#EBEACA
(235,234,202)
#EFEDD4
(239,237,212)
#F3F0DE
(243,240,222)
#F7F3E8
(247,243,232)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D88E; }

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

This text font color is #D3D88E.


Background Color

.myBgColor { background-color: #D3D88E; }

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

This div background color is #D3D88E.


Border color

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

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

This div border color is #D3D88E.


Opacity

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

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

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

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

This text has shadow with #D3D88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D88E on black background.


Color preview on white background

This text has color #D3D88E on white background.



Black color preview on #D3D88E background

This text has black color on #D3D88E background.


White color preview on #D3D88E background

This text has white color on #D3D88E background.