COLOR #D1D6B2

HEX: #D1D6B2 RGB: (209,214,178)

Color info

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

RGB color model

#D1D6B2 color RGB value is (209,214,178).

RGB: (209,214,178) (82%, 84%, 70%)

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 178 of 255 = 70%

209
214
178

R + G + B ~ 79%. #D1D6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 214 + 178 = 601 (100%)
R 209 of 601 ~ 34.78%
G 214 of 601 ~ 35.61%
B 178 of 601 ~ 29.62'%

%34.78
%35.61
%29.62

CMYK color model

#D1D6B2 color CMYK value is (2,0,17,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 16.08%

CMYK: (2,0,17,16)
C2M0Y17K16 (2%, 0%, 17%, 16%)
(0.02 / 0.00 / 0.17 / 0.16)

CMYK percentages

%2.34
%0
%16.82
%16.08

Codes

Color #D1D6B2 in popluar color models

D1 D6 B2
RGB 209 214 178
HSL 68° 30.51% 76.86%
HSB/HSV 68° 16.82% 83.92%
CMYK 2.34% 0.00% 16.82%
16.08%

Color #D1D6B2 in popluar number systems.

HEX D1 D6 B2
Decimal 209 214 178
Binary 11010001 11010110 10110010
Octal 321 326 262

Shades and tints

Shades of #D1D6B2

#D1D6B2
(209,214,178)
#BEC3A2
(190,195,162)
#ABB092
(171,176,146)
#989D82
(152,157,130)
#858A72
(133,138,114)
#727762
(114,119,98)
#5F6452
(95,100,82)
#4C5142
(76,81,66)
#393E32
(57,62,50)
#262B22
(38,43,34)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #D1D6B2

#D1D6B2
(209,214,178)
#D5D9B9
(213,217,185)
#D9DCC0
(217,220,192)
#DDDFC7
(221,223,199)
#E1E2CE
(225,226,206)
#E5E5D5
(229,229,213)
#E9E8DC
(233,232,220)
#EDEBE3
(237,235,227)
#F1EEEA
(241,238,234)
#F5F1F1
(245,241,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D6B2; }

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

This text font color is #D1D6B2.

Background Color

.myBgColor { background-color: #D1D6B2; }

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

This div background color is #D1D6B2.

Border color

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

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

This div border color is #D1D6B2.

Opacity

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

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

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

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

This text has shadow with #D1D6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D6B2.

Preview

Color preview on black background

This text has color #D1D6B2 on black background.


Color preview on white background

This text has color #D1D6B2 on white background.


Black color preview on #D1D6B2 background

This text has black color on #D1D6B2 background.


White color preview on #D1D6B2 background

This text has white color on #D1D6B2 background.


Related colors

Complementary color

Complementary color for #hex is #2E294D.


I love getcolorcode.com

Triadic colors

1 #B2D1D6 and #D6B2D1 with #D1D6B2 are triadic colors.

2 #B2D6D1 and #D6D1B2 with #D1D6B2 are triadic colors.