COLOR #D1D5CE

HEX: #D1D5CE
RGB: (209,213,206)

Color info

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

RGB color model

#D1D5CE color RGB value is (209,213,206).

  • red value is 209;
  • green value is 213;
  • blue value is 206.
RGB:
(209,213,206)
(82%,84%,81%)

RGB channels and saturation

R 209 of 255 = 82%
G 213 of 255 = 84%
B 206 of 255 = 81%

209
213
206

R + G + B ~ 82%. #D1D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 213 + 206 = 628 (100%)
R 209 of 628 ~ 33.28%
G 213 of 628 ~ 33.92%
B 206 of 628 ~ 32.8%

%33.28
%33.92
%32.8

CMYK color model

#D1D5CE color CMYK value is (2,0,3,16).

  • cyan value is 1.88%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(2,0,3,16)
C2M0Y3K16 
(2%,0%,3%,16%)
(0.02/0.00/0.03/0.16)	

CMYK percentages

%1.88
%0
%3.29
%16.47

Codes

Color #D1D5CE in popluar color models

D1D5CE
RGB209213206
HSL94°7.69%82.16%
HSB/HSV94°3.29%83.53%
CMYK1.88%0.00%3.29%
16.47%

Color #D1D5CE in popluar number systems.

HEXD1D5CE
Decimal209213206
Binary110100011101010111001110
Octal321325316

Shades and tints

Shades of #D1D5CE

#D1D5CE
(209,213,206)
#BEC2BC
(190,194,188)
#ABAFAA
(171,175,170)
#989C98
(152,156,152)
#858986
(133,137,134)
#727674
(114,118,116)
#5F6362
(95,99,98)
#4C5050
(76,80,80)
#393D3E
(57,61,62)
#262A2C
(38,42,44)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #D1D5CE

#D1D5CE
(209,213,206)
#D5D8D2
(213,216,210)
#D9DBD6
(217,219,214)
#DDDEDA
(221,222,218)
#E1E1DE
(225,225,222)
#E5E4E2
(229,228,226)
#E9E7E6
(233,231,230)
#EDEAEA
(237,234,234)
#F1EDEE
(241,237,238)
#F5F0F2
(245,240,242)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D5CE color. Also use rgb(209,213,206) instead hex code.

Text Font Color

.myTextColor { color: #D1D5CE; }

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

This text font color is #D1D5CE.


Background Color

.myBgColor { background-color: #D1D5CE; }

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

This div background color is #D1D5CE.


Border color

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

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

This div border color is #D1D5CE.


Opacity

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

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

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

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

This text has shadow with #D1D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D5CE on black background.


Color preview on white background

This text has color #D1D5CE on white background.



Black color preview on #D1D5CE background

This text has black color on #D1D5CE background.


White color preview on #D1D5CE background

This text has white color on #D1D5CE background.