COLOR #BDA9CD

HEX: #BDA9CD
RGB: (189,169,205)

Color info

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

RGB color model

#BDA9CD color RGB value is (189,169,205).

  • red value is 189;
  • green value is 169;
  • blue value is 205.
RGB:
(189,169,205)
(74%,66%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 205 of 255 = 80%

189
169
205

R + G + B ~ 73%. #BDA9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 205 = 563 (100%)
R 189 of 563 ~ 33.57%
G 169 of 563 ~ 30.02%
B 205 of 563 ~ 36.41%

%33.57
%30.02
%36.41

CMYK color model

#BDA9CD color CMYK value is (8,18,0,20).

  • cyan value is 7.80%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,18,0,20)
C8M18Y0K20 
(8%,18%,0%,20%)
(0.08/0.18/0.00/0.20)	

CMYK percentages

%7.8
%17.56
%0
%19.61

Codes

Color #BDA9CD in popluar color models

BDA9CD
RGB189169205
HSL273°26.47%73.33%
HSB/HSV273°17.56%80.39%
CMYK7.80%17.56%0.00%
19.61%

Color #BDA9CD in popluar number systems.

HEXBDA9CD
Decimal189169205
Binary101111011010100111001101
Octal275251315

Shades and tints

Shades of #BDA9CD

#BDA9CD
(189,169,205)
#AC9ABB
(172,154,187)
#9B8BA9
(155,139,169)
#8A7C97
(138,124,151)
#796D85
(121,109,133)
#685E73
(104,94,115)
#574F61
(87,79,97)
#46404F
(70,64,79)
#35313D
(53,49,61)
#24222B
(36,34,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDA9CD

#BDA9CD
(189,169,205)
#C3B0D1
(195,176,209)
#C9B7D5
(201,183,213)
#CFBED9
(207,190,217)
#D5C5DD
(213,197,221)
#DBCCE1
(219,204,225)
#E1D3E5
(225,211,229)
#E7DAE9
(231,218,233)
#EDE1ED
(237,225,237)
#F3E8F1
(243,232,241)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9CD; }

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

This text font color is #BDA9CD.


Background Color

.myBgColor { background-color: #BDA9CD; }

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

This div background color is #BDA9CD.


Border color

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

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

This div border color is #BDA9CD.


Opacity

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

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

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

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

This text has shadow with #BDA9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA9CD on black background.


Color preview on white background

This text has color #BDA9CD on white background.



Black color preview on #BDA9CD background

This text has black color on #BDA9CD background.


White color preview on #BDA9CD background

This text has white color on #BDA9CD background.