COLOR #D1D4BE

HEX: #D1D4BE RGB: (209,212,190)

Color info

#D1D4BE contains red, green and blue colors in about the same proportion. Web safe color of #D1D4BE is #CCCCCC (or #CCC).

RGB color model

#D1D4BE color RGB value is (209,212,190).

RGB: (209,212,190) (82%, 83%, 75%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 190 of 255 = 75%

209
212
190

R + G + B ~ 80%. #D1D4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 212 + 190 = 611 (100%)
R 209 of 611 ~ 34.21%
G 212 of 611 ~ 34.7%
B 190 of 611 ~ 31.1'%

%34.21
%34.7
%31.1

CMYK color model

#D1D4BE color CMYK value is (1,0,10,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 16.86%

CMYK: (1,0,10,17)
C1M0Y10K17 (1%, 0%, 10%, 17%)
(0.01 / 0.00 / 0.10 / 0.17)

CMYK percentages

%1.42
%0
%10.38
%16.86

Codes

Color #D1D4BE in popluar color models

D1 D4 BE
RGB 209 212 190
HSL 68° 20.37% 78.82%
HSB/HSV 68° 10.38% 83.14%
CMYK 1.42% 0.00% 10.38%
16.86%

Color #D1D4BE in popluar number systems.

HEX D1 D4 BE
Decimal 209 212 190
Binary 11010001 11010100 10111110
Octal 321 324 276

Shades and tints

Shades of #D1D4BE

#D1D4BE
(209,212,190)
#BEC1AD
(190,193,173)
#ABAE9C
(171,174,156)
#989B8B
(152,155,139)
#85887A
(133,136,122)
#727569
(114,117,105)
#5F6258
(95,98,88)
#4C4F47
(76,79,71)
#393C36
(57,60,54)
#262925
(38,41,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D1D4BE

#D1D4BE
(209,212,190)
#D5D7C3
(213,215,195)
#D9DAC8
(217,218,200)
#DDDDCD
(221,221,205)
#E1E0D2
(225,224,210)
#E5E3D7
(229,227,215)
#E9E6DC
(233,230,220)
#EDE9E1
(237,233,225)
#F1ECE6
(241,236,230)
#F5EFEB
(245,239,235)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D4BE; }

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

This text font color is #D1D4BE.

Background Color

.myBgColor { background-color: #D1D4BE; }

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

This div background color is #D1D4BE.

Border color

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

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

This div border color is #D1D4BE.

Opacity

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

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

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

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

This text has shadow with #D1D4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D4BE.

Preview

Color preview on black background

This text has color #D1D4BE on black background.


Color preview on white background

This text has color #D1D4BE on white background.


Black color preview on #D1D4BE background

This text has black color on #D1D4BE background.


White color preview on #D1D4BE background

This text has white color on #D1D4BE background.


Related colors

Complementary color

Complementary color for #hex is #2E2B41.


I love getcolorcode.com

Triadic colors

1 #BED1D4 and #D4BED1 with #D1D4BE are triadic colors.

2 #BED4D1 and #D4D1BE with #D1D4BE are triadic colors.