COLOR #D5BDBD

HEX: #D5BDBD RGB: (213,189,189)

Color info

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

RGB color model

#D5BDBD color RGB value is (213,189,189).

RGB: (213,189,189) (84%, 74%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 189 of 255 = 74%

213
189
189

R + G + B ~ 77%. #D5BDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 189 + 189 = 591 (100%)
R 213 of 591 ~ 36.04%
G 189 of 591 ~ 31.98%
B 189 of 591 ~ 31.98'%

%36.04
%31.98
%31.98

CMYK color model

#D5BDBD color CMYK value is (0,11,11,16).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 11.27%
  • key color value is 16.47%

CMYK: (0,11,11,16)
C0M11Y11K16 (0%, 11%, 11%, 16%)
(0.00 / 0.11 / 0.11 / 0.16)

CMYK percentages

%0
%11.27
%11.27
%16.47

Codes

Color #D5BDBD in popluar color models

D5 BD BD
RGB 213 189 189
HSL 22.22% 78.82%
HSB/HSV 11.27% 83.53%
CMYK 0.00% 11.27% 11.27%
16.47%

Color #D5BDBD in popluar number systems.

HEX D5 BD BD
Decimal 213 189 189
Binary 11010101 10111101 10111101
Octal 325 275 275

Shades and tints

Shades of #D5BDBD

#D5BDBD
(213,189,189)
#C2ACAC
(194,172,172)
#AF9B9B
(175,155,155)
#9C8A8A
(156,138,138)
#897979
(137,121,121)
#766868
(118,104,104)
#635757
(99,87,87)
#504646
(80,70,70)
#3D3535
(61,53,53)
#2A2424
(42,36,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D5BDBD

#D5BDBD
(213,189,189)
#D8C3C3
(216,195,195)
#DBC9C9
(219,201,201)
#DECFCF
(222,207,207)
#E1D5D5
(225,213,213)
#E4DBDB
(228,219,219)
#E7E1E1
(231,225,225)
#EAE7E7
(234,231,231)
#EDEDED
(237,237,237)
#F0F3F3
(240,243,243)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BDBD; }

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

This text font color is #D5BDBD.

Background Color

.myBgColor { background-color: #D5BDBD; }

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

This div background color is #D5BDBD.

Border color

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

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

This div border color is #D5BDBD.

Opacity

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

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

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

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

This text has shadow with #D5BDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BDBD.

Preview

Color preview on black background

This text has color #D5BDBD on black background.


Color preview on white background

This text has color #D5BDBD on white background.


Black color preview on #D5BDBD background

This text has black color on #D5BDBD background.


White color preview on #D5BDBD background

This text has white color on #D5BDBD background.


Related colors

Complementary color

Complementary color for #hex is #2A4242.


I love getcolorcode.com