COLOR #BDA9C2

HEX: #BDA9C2
RGB: (189,169,194)

Color info

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

RGB color model

#BDA9C2 color RGB value is (189,169,194).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 194 of 255 = 76%

189
169
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 194 = 552 (100%)
R 189 of 552 ~ 34.24%
G 169 of 552 ~ 30.62%
B 194 of 552 ~ 35.14%

%34.24
%30.62
%35.14

CMYK color model

#BDA9C2 color CMYK value is (3,13,0,24).

  • cyan value is 2.58%
  • magenta value is 12.89%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,13,0,24)
C3M13Y0K24 
(3%,13%,0%,24%)
(0.03/0.13/0.00/0.24)	

CMYK percentages

%2.58
%12.89
%0
%23.92

Codes

Color #BDA9C2 in popluar color models

BDA9C2
RGB189169194
HSL288°17.01%71.18%
HSB/HSV288°12.89%76.08%
CMYK2.58%12.89%0.00%
23.92%

Color #BDA9C2 in popluar number systems.

HEXBDA9C2
Decimal189169194
Binary101111011010100111000010
Octal275251302

Shades and tints

Shades of #BDA9C2

#BDA9C2
(189,169,194)
#AC9AB1
(172,154,177)
#9B8BA0
(155,139,160)
#8A7C8F
(138,124,143)
#796D7E
(121,109,126)
#685E6D
(104,94,109)
#574F5C
(87,79,92)
#46404B
(70,64,75)
#35313A
(53,49,58)
#242229
(36,34,41)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #BDA9C2

#BDA9C2
(189,169,194)
#C3B0C7
(195,176,199)
#C9B7CC
(201,183,204)
#CFBED1
(207,190,209)
#D5C5D6
(213,197,214)
#DBCCDB
(219,204,219)
#E1D3E0
(225,211,224)
#E7DAE5
(231,218,229)
#EDE1EA
(237,225,234)
#F3E8EF
(243,232,239)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9C2; }

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

This text font color is #BDA9C2.


Background Color

.myBgColor { background-color: #BDA9C2; }

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

This div background color is #BDA9C2.


Border color

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

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

This div border color is #BDA9C2.


Opacity

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

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

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

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

This text has shadow with #BDA9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA9C2 on black background.


Color preview on white background

This text has color #BDA9C2 on white background.



Black color preview on #BDA9C2 background

This text has black color on #BDA9C2 background.


White color preview on #BDA9C2 background

This text has white color on #BDA9C2 background.