COLOR #BDA0BD

HEX: #BDA0BD
RGB: (189,160,189)

Color info

#BDA0BD contains red, green and blue colors in about the same proportion. Web safe color of #BDA0BD is #CC99CC (or #C9C).

RGB color model

#BDA0BD color RGB value is (189,160,189).

  • red value is 189;
  • green value is 160;
  • blue value is 189.
RGB:
(189,160,189)
(74%,63%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 189 of 255 = 74%

189
160
189

R + G + B ~ 70%. #BDA0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 160 + 189 = 538 (100%)
R 189 of 538 ~ 35.13%
G 160 of 538 ~ 29.74%
B 189 of 538 ~ 35.13%

%35.13
%29.74
%35.13

CMYK color model

#BDA0BD color CMYK value is (0,15,0,26).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(0,15,0,26)
C0M15Y0K26 
(0%,15%,0%,26%)
(0.00/0.15/0.00/0.26)	

CMYK percentages

%0
%15.34
%0
%25.88

Codes

Color #BDA0BD in popluar color models

BDA0BD
RGB189160189
HSL300°18.01%68.43%
HSB/HSV300°15.34%74.12%
CMYK0.00%15.34%0.00%
25.88%

Color #BDA0BD in popluar number systems.

HEXBDA0BD
Decimal189160189
Binary101111011010000010111101
Octal275240275

Shades and tints

Shades of #BDA0BD

#BDA0BD
(189,160,189)
#AC92AC
(172,146,172)
#9B849B
(155,132,155)
#8A768A
(138,118,138)
#796879
(121,104,121)
#685A68
(104,90,104)
#574C57
(87,76,87)
#463E46
(70,62,70)
#353035
(53,48,53)
#242224
(36,34,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDA0BD

#BDA0BD
(189,160,189)
#C3A8C3
(195,168,195)
#C9B0C9
(201,176,201)
#CFB8CF
(207,184,207)
#D5C0D5
(213,192,213)
#DBC8DB
(219,200,219)
#E1D0E1
(225,208,225)
#E7D8E7
(231,216,231)
#EDE0ED
(237,224,237)
#F3E8F3
(243,232,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA0BD; }

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

This text font color is #BDA0BD.


Background Color

.myBgColor { background-color: #BDA0BD; }

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

This div background color is #BDA0BD.


Border color

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

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

This div border color is #BDA0BD.


Opacity

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

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

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

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

This text has shadow with #BDA0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA0BD on black background.


Color preview on white background

This text has color #BDA0BD on white background.



Black color preview on #BDA0BD background

This text has black color on #BDA0BD background.


White color preview on #BDA0BD background

This text has white color on #BDA0BD background.