COLOR #D5D5BA

HEX: #D5D5BA
RGB: (213,213,186)

Color info

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

RGB color model

#D5D5BA color RGB value is (213,213,186).

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

RGB channels and saturation

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

213
213
186

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

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 186 = 612 (100%)
R 213 of 612 ~ 34.8%
G 213 of 612 ~ 34.8%
B 186 of 612 ~ 30.39%

%34.8
%34.8
%30.39

CMYK color model

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

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

CMYK percentages

%0
%0
%12.68
%16.47

Codes

Color #D5D5BA in popluar color models

D5D5BA
RGB213213186
HSL60°24.32%78.24%
HSB/HSV60°12.68%83.53%
CMYK0.00%0.00%12.68%
16.47%

Color #D5D5BA in popluar number systems.

HEXD5D5BA
Decimal213213186
Binary110101011101010110111010
Octal325325272

Shades and tints

Shades of #D5D5BA

#D5D5BA
(213,213,186)
#C2C2AA
(194,194,170)
#AFAF9A
(175,175,154)
#9C9C8A
(156,156,138)
#89897A
(137,137,122)
#76766A
(118,118,106)
#63635A
(99,99,90)
#50504A
(80,80,74)
#3D3D3A
(61,61,58)
#2A2A2A
(42,42,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5D5BA

#D5D5BA
(213,213,186)
#D8D8C0
(216,216,192)
#DBDBC6
(219,219,198)
#DEDECC
(222,222,204)
#E1E1D2
(225,225,210)
#E4E4D8
(228,228,216)
#E7E7DE
(231,231,222)
#EAEAE4
(234,234,228)
#EDEDEA
(237,237,234)
#F0F0F0
(240,240,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5BA; }

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

This text font color is #D5D5BA.


Background Color

.myBgColor { background-color: #D5D5BA; }

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

This div background color is #D5D5BA.


Border color

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

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

This div border color is #D5D5BA.


Opacity

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

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

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

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

This text has shadow with #D5D5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5BA on black background.


Color preview on white background

This text has color #D5D5BA on white background.



Black color preview on #D5D5BA background

This text has black color on #D5D5BA background.


White color preview on #D5D5BA background

This text has white color on #D5D5BA background.