COLOR #D5D2BA

HEX: #D5D2BA
RGB: (213,210,186)

Color info

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

RGB color model

#D5D2BA color RGB value is (213,210,186).

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

RGB channels and saturation

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

213
210
186

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

Portions of RGB colors in percentages

R + G + B =
213 + 210 + 186 = 609 (100%)
R 213 of 609 ~ 34.98%
G 210 of 609 ~ 34.48%
B 186 of 609 ~ 30.54%

%34.98
%34.48
%30.54

CMYK color model

#D5D2BA color CMYK value is (0,1,13,16).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,1,13,16)
C0M1Y13K16 
(0%,1%,13%,16%)
(0.00/0.01/0.13/0.16)	

CMYK percentages

%0
%1.41
%12.68
%16.47

Codes

Color #D5D2BA in popluar color models

D5D2BA
RGB213210186
HSL53°24.32%78.24%
HSB/HSV53°12.68%83.53%
CMYK0.00%1.41%12.68%
16.47%

Color #D5D2BA in popluar number systems.

HEXD5D2BA
Decimal213210186
Binary110101011101001010111010
Octal325322272

Shades and tints

Shades of #D5D2BA

#D5D2BA
(213,210,186)
#C2BFAA
(194,191,170)
#AFAC9A
(175,172,154)
#9C998A
(156,153,138)
#89867A
(137,134,122)
#76736A
(118,115,106)
#63605A
(99,96,90)
#504D4A
(80,77,74)
#3D3A3A
(61,58,58)
#2A272A
(42,39,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #D5D2BA

#D5D2BA
(213,210,186)
#D8D6C0
(216,214,192)
#DBDAC6
(219,218,198)
#DEDECC
(222,222,204)
#E1E2D2
(225,226,210)
#E4E6D8
(228,230,216)
#E7EADE
(231,234,222)
#EAEEE4
(234,238,228)
#EDF2EA
(237,242,234)
#F0F6F0
(240,246,240)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D2BA; }

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

This text font color is #D5D2BA.


Background Color

.myBgColor { background-color: #D5D2BA; }

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

This div background color is #D5D2BA.


Border color

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

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

This div border color is #D5D2BA.


Opacity

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

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

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

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

This text has shadow with #D5D2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D2BA on black background.


Color preview on white background

This text has color #D5D2BA on white background.



Black color preview on #D5D2BA background

This text has black color on #D5D2BA background.


White color preview on #D5D2BA background

This text has white color on #D5D2BA background.