COLOR #D5D1BA

HEX: #D5D1BA
RGB: (213,209,186)

Color info

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

RGB color model

#D5D1BA color RGB value is (213,209,186).

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

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 186 of 255 = 73%

213
209
186

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

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 186 = 608 (100%)
R 213 of 608 ~ 35.03%
G 209 of 608 ~ 34.38%
B 186 of 608 ~ 30.59%

%35.03
%34.38
%30.59

CMYK color model

#D5D1BA color CMYK value is (0,2,13,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,2,13,16)
C0M2Y13K16 
(0%,2%,13%,16%)
(0.00/0.02/0.13/0.16)	

CMYK percentages

%0
%1.88
%12.68
%16.47

Codes

Color #D5D1BA in popluar color models

D5D1BA
RGB213209186
HSL51°24.32%78.24%
HSB/HSV51°12.68%83.53%
CMYK0.00%1.88%12.68%
16.47%

Color #D5D1BA in popluar number systems.

HEXD5D1BA
Decimal213209186
Binary110101011101000110111010
Octal325321272

Shades and tints

Shades of #D5D1BA

#D5D1BA
(213,209,186)
#C2BEAA
(194,190,170)
#AFAB9A
(175,171,154)
#9C988A
(156,152,138)
#89857A
(137,133,122)
#76726A
(118,114,106)
#635F5A
(99,95,90)
#504C4A
(80,76,74)
#3D393A
(61,57,58)
#2A262A
(42,38,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #D5D1BA

#D5D1BA
(213,209,186)
#D8D5C0
(216,213,192)
#DBD9C6
(219,217,198)
#DEDDCC
(222,221,204)
#E1E1D2
(225,225,210)
#E4E5D8
(228,229,216)
#E7E9DE
(231,233,222)
#EAEDE4
(234,237,228)
#EDF1EA
(237,241,234)
#F0F5F0
(240,245,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D1BA; }

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

This text font color is #D5D1BA.


Background Color

.myBgColor { background-color: #D5D1BA; }

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

This div background color is #D5D1BA.


Border color

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

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

This div border color is #D5D1BA.


Opacity

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

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

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

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

This text has shadow with #D5D1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1BA on black background.


Color preview on white background

This text has color #D5D1BA on white background.



Black color preview on #D5D1BA background

This text has black color on #D5D1BA background.


White color preview on #D5D1BA background

This text has white color on #D5D1BA background.