COLOR #D5D9BF

HEX: #D5D9BF
RGB: (213,217,191)

Color info

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

RGB color model

#D5D9BF color RGB value is (213,217,191).

  • red value is 213;
  • green value is 217;
  • blue value is 191.
RGB:
(213,217,191)
(84%,85%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 217 of 255 = 85%
B 191 of 255 = 75%

213
217
191

R + G + B ~ 81%. #D5D9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 217 + 191 = 621 (100%)
R 213 of 621 ~ 34.3%
G 217 of 621 ~ 34.94%
B 191 of 621 ~ 30.76%

%34.3
%34.94
%30.76

CMYK color model

#D5D9BF color CMYK value is (2,0,12,15).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(2,0,12,15)
C2M0Y12K15 
(2%,0%,12%,15%)
(0.02/0.00/0.12/0.15)	

CMYK percentages

%1.84
%0
%11.98
%14.9

Codes

Color #D5D9BF in popluar color models

D5D9BF
RGB213217191
HSL69°25.49%80.00%
HSB/HSV69°11.98%85.10%
CMYK1.84%0.00%11.98%
14.90%

Color #D5D9BF in popluar number systems.

HEXD5D9BF
Decimal213217191
Binary110101011101100110111111
Octal325331277

Shades and tints

Shades of #D5D9BF

#D5D9BF
(213,217,191)
#C2C6AE
(194,198,174)
#AFB39D
(175,179,157)
#9CA08C
(156,160,140)
#898D7B
(137,141,123)
#767A6A
(118,122,106)
#636759
(99,103,89)
#505448
(80,84,72)
#3D4137
(61,65,55)
#2A2E26
(42,46,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #D5D9BF

#D5D9BF
(213,217,191)
#D8DCC4
(216,220,196)
#DBDFC9
(219,223,201)
#DEE2CE
(222,226,206)
#E1E5D3
(225,229,211)
#E4E8D8
(228,232,216)
#E7EBDD
(231,235,221)
#EAEEE2
(234,238,226)
#EDF1E7
(237,241,231)
#F0F4EC
(240,244,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D9BF color. Also use rgb(213,217,191) instead hex code.

Text Font Color

.myTextColor { color: #D5D9BF; }

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

This text font color is #D5D9BF.


Background Color

.myBgColor { background-color: #D5D9BF; }

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

This div background color is #D5D9BF.


Border color

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

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

This div border color is #D5D9BF.


Opacity

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

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

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

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

This text has shadow with #D5D9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D9BF on black background.


Color preview on white background

This text has color #D5D9BF on white background.



Black color preview on #D5D9BF background

This text has black color on #D5D9BF background.


White color preview on #D5D9BF background

This text has white color on #D5D9BF background.