COLOR #BDA9C5

HEX: #BDA9C5
RGB: (189,169,197)

Color info

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

RGB color model

#BDA9C5 color RGB value is (189,169,197).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 197 of 255 = 77%

189
169
197

R + G + B ~ 72%. #BDA9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 197 = 555 (100%)
R 189 of 555 ~ 34.05%
G 169 of 555 ~ 30.45%
B 197 of 555 ~ 35.5%

%34.05
%30.45
%35.5

CMYK color model

#BDA9C5 color CMYK value is (4,14,0,23).

  • cyan value is 4.06%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,14,0,23)
C4M14Y0K23 
(4%,14%,0%,23%)
(0.04/0.14/0.00/0.23)	

CMYK percentages

%4.06
%14.21
%0
%22.75

Codes

Color #BDA9C5 in popluar color models

BDA9C5
RGB189169197
HSL283°19.44%71.76%
HSB/HSV283°14.21%77.25%
CMYK4.06%14.21%0.00%
22.75%

Color #BDA9C5 in popluar number systems.

HEXBDA9C5
Decimal189169197
Binary101111011010100111000101
Octal275251305

Shades and tints

Shades of #BDA9C5

#BDA9C5
(189,169,197)
#AC9AB4
(172,154,180)
#9B8BA3
(155,139,163)
#8A7C92
(138,124,146)
#796D81
(121,109,129)
#685E70
(104,94,112)
#574F5F
(87,79,95)
#46404E
(70,64,78)
#35313D
(53,49,61)
#24222C
(36,34,44)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BDA9C5

#BDA9C5
(189,169,197)
#C3B0CA
(195,176,202)
#C9B7CF
(201,183,207)
#CFBED4
(207,190,212)
#D5C5D9
(213,197,217)
#DBCCDE
(219,204,222)
#E1D3E3
(225,211,227)
#E7DAE8
(231,218,232)
#EDE1ED
(237,225,237)
#F3E8F2
(243,232,242)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9C5; }

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

This text font color is #BDA9C5.


Background Color

.myBgColor { background-color: #BDA9C5; }

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

This div background color is #BDA9C5.


Border color

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

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

This div border color is #BDA9C5.


Opacity

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

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

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

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

This text has shadow with #BDA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA9C5 on black background.


Color preview on white background

This text has color #BDA9C5 on white background.



Black color preview on #BDA9C5 background

This text has black color on #BDA9C5 background.


White color preview on #BDA9C5 background

This text has white color on #BDA9C5 background.