COLOR #BDA9D1

HEX: #BDA9D1
RGB: (189,169,209)

Color info

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

RGB color model

#BDA9D1 color RGB value is (189,169,209).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 209 of 255 = 82%

189
169
209

R + G + B ~ 74%. #BDA9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 209 = 567 (100%)
R 189 of 567 ~ 33.33%
G 169 of 567 ~ 29.81%
B 209 of 567 ~ 36.86%

%33.33
%29.81
%36.86

CMYK color model

#BDA9D1 color CMYK value is (10,19,0,18).

  • cyan value is 9.57%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,19,0,18)
C10M19Y0K18 
(10%,19%,0%,18%)
(0.10/0.19/0.00/0.18)	

CMYK percentages

%9.57
%19.14
%0
%18.04

Codes

Color #BDA9D1 in popluar color models

BDA9D1
RGB189169209
HSL270°30.30%74.12%
HSB/HSV270°19.14%81.96%
CMYK9.57%19.14%0.00%
18.04%

Color #BDA9D1 in popluar number systems.

HEXBDA9D1
Decimal189169209
Binary101111011010100111010001
Octal275251321

Shades and tints

Shades of #BDA9D1

#BDA9D1
(189,169,209)
#AC9ABE
(172,154,190)
#9B8BAB
(155,139,171)
#8A7C98
(138,124,152)
#796D85
(121,109,133)
#685E72
(104,94,114)
#574F5F
(87,79,95)
#46404C
(70,64,76)
#353139
(53,49,57)
#242226
(36,34,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDA9D1

#BDA9D1
(189,169,209)
#C3B0D5
(195,176,213)
#C9B7D9
(201,183,217)
#CFBEDD
(207,190,221)
#D5C5E1
(213,197,225)
#DBCCE5
(219,204,229)
#E1D3E9
(225,211,233)
#E7DAED
(231,218,237)
#EDE1F1
(237,225,241)
#F3E8F5
(243,232,245)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9D1; }

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

This text font color is #BDA9D1.


Background Color

.myBgColor { background-color: #BDA9D1; }

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

This div background color is #BDA9D1.


Border color

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

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

This div border color is #BDA9D1.


Opacity

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

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

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

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

This text has shadow with #BDA9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA9D1 on black background.


Color preview on white background

This text has color #BDA9D1 on white background.



Black color preview on #BDA9D1 background

This text has black color on #BDA9D1 background.


White color preview on #BDA9D1 background

This text has white color on #BDA9D1 background.