COLOR #D1D4B2

HEX: #D1D4B2
RGB: (209,212,178)

Color info

#D1D4B2 contains red, green and blue colors in about the same proportion. Web safe color of #D1D4B2 is #CCCC99 (or #CC9).

RGB color model

#D1D4B2 color RGB value is (209,212,178).

  • red value is 209;
  • green value is 212;
  • blue value is 178.
RGB:
(209,212,178)
(82%,83%,70%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 178 of 255 = 70%

209
212
178

R + G + B ~ 78%. #D1D4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 178 = 599 (100%)
R 209 of 599 ~ 34.89%
G 212 of 599 ~ 35.39%
B 178 of 599 ~ 29.72%

%34.89
%35.39
%29.72

CMYK color model

#D1D4B2 color CMYK value is (1,0,16,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 16.86%
CMYK:
(1,0,16,17)
C1M0Y16K17 
(1%,0%,16%,17%)
(0.01/0.00/0.16/0.17)	

CMYK percentages

%1.42
%0
%16.04
%16.86

Codes

Color #D1D4B2 in popluar color models

D1D4B2
RGB209212178
HSL65°28.33%76.47%
HSB/HSV65°16.04%83.14%
CMYK1.42%0.00%16.04%
16.86%

Color #D1D4B2 in popluar number systems.

HEXD1D4B2
Decimal209212178
Binary110100011101010010110010
Octal321324262

Shades and tints

Shades of #D1D4B2

#D1D4B2
(209,212,178)
#BEC1A2
(190,193,162)
#ABAE92
(171,174,146)
#989B82
(152,155,130)
#858872
(133,136,114)
#727562
(114,117,98)
#5F6252
(95,98,82)
#4C4F42
(76,79,66)
#393C32
(57,60,50)
#262922
(38,41,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #D1D4B2

#D1D4B2
(209,212,178)
#D5D7B9
(213,215,185)
#D9DAC0
(217,218,192)
#DDDDC7
(221,221,199)
#E1E0CE
(225,224,206)
#E5E3D5
(229,227,213)
#E9E6DC
(233,230,220)
#EDE9E3
(237,233,227)
#F1ECEA
(241,236,234)
#F5EFF1
(245,239,241)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D4B2 color. Also use rgb(209,212,178) instead hex code.

Text Font Color

.myTextColor { color: #D1D4B2; }

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

This text font color is #D1D4B2.


Background Color

.myBgColor { background-color: #D1D4B2; }

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

This div background color is #D1D4B2.


Border color

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

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

This div border color is #D1D4B2.


Opacity

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

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

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

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

This text has shadow with #D1D4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D4B2 on black background.


Color preview on white background

This text has color #D1D4B2 on white background.



Black color preview on #D1D4B2 background

This text has black color on #D1D4B2 background.


White color preview on #D1D4B2 background

This text has white color on #D1D4B2 background.