COLOR #D1D88B

HEX: #D1D88B
RGB: (209,216,139)

Color info

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

RGB color model

#D1D88B color RGB value is (209,216,139).

  • red value is 209;
  • green value is 216;
  • blue value is 139.
RGB:
(209,216,139)
(82%,85%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 139 of 255 = 55%

209
216
139

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

Portions of RGB colors in percentages

R + G + B =
209 + 216 + 139 = 564 (100%)
R 209 of 564 ~ 37.06%
G 216 of 564 ~ 38.3%
B 139 of 564 ~ 24.65%

%37.06
%38.3
%24.65

CMYK color model

#D1D88B color CMYK value is (3,0,36,15).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 15.29%
CMYK:
(3,0,36,15)
C3M0Y36K15 
(3%,0%,36%,15%)
(0.03/0.00/0.36/0.15)	

CMYK percentages

%3.24
%0
%35.65
%15.29

Codes

Color #D1D88B in popluar color models

D1D88B
RGB209216139
HSL65°49.68%69.61%
HSB/HSV65°35.65%84.71%
CMYK3.24%0.00%35.65%
15.29%

Color #D1D88B in popluar number systems.

HEXD1D88B
Decimal209216139
Binary110100011101100010001011
Octal321330213

Shades and tints

Shades of #D1D88B

#D1D88B
(209,216,139)
#BEC57F
(190,197,127)
#ABB273
(171,178,115)
#989F67
(152,159,103)
#858C5B
(133,140,91)
#72794F
(114,121,79)
#5F6643
(95,102,67)
#4C5337
(76,83,55)
#39402B
(57,64,43)
#262D1F
(38,45,31)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #D1D88B

#D1D88B
(209,216,139)
#D5DB95
(213,219,149)
#D9DE9F
(217,222,159)
#DDE1A9
(221,225,169)
#E1E4B3
(225,228,179)
#E5E7BD
(229,231,189)
#E9EAC7
(233,234,199)
#EDEDD1
(237,237,209)
#F1F0DB
(241,240,219)
#F5F3E5
(245,243,229)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D88B color. Also use rgb(209,216,139) instead hex code.

Text Font Color

.myTextColor { color: #D1D88B; }

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

This text font color is #D1D88B.


Background Color

.myBgColor { background-color: #D1D88B; }

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

This div background color is #D1D88B.


Border color

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

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

This div border color is #D1D88B.


Opacity

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

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

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

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

This text has shadow with #D1D88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D88B on black background.


Color preview on white background

This text has color #D1D88B on white background.



Black color preview on #D1D88B background

This text has black color on #D1D88B background.


White color preview on #D1D88B background

This text has white color on #D1D88B background.