COLOR #BDA8C1

HEX: #BDA8C1
RGB: (189,168,193)

Color info

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

RGB color model

#BDA8C1 color RGB value is (189,168,193).

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

RGB channels and saturation

R 189 of 255 = 74%
G 168 of 255 = 66%
B 193 of 255 = 76%

189
168
193

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

Portions of RGB colors in percentages

R + G + B =
189 + 168 + 193 = 550 (100%)
R 189 of 550 ~ 34.36%
G 168 of 550 ~ 30.55%
B 193 of 550 ~ 35.09%

%34.36
%30.55
%35.09

CMYK color model

#BDA8C1 color CMYK value is (2,13,0,24).

  • cyan value is 2.07%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,13,0,24)
C2M13Y0K24 
(2%,13%,0%,24%)
(0.02/0.13/0.00/0.24)	

CMYK percentages

%2.07
%12.95
%0
%24.31

Codes

Color #BDA8C1 in popluar color models

BDA8C1
RGB189168193
HSL290°16.78%70.78%
HSB/HSV290°12.95%75.69%
CMYK2.07%12.95%0.00%
24.31%

Color #BDA8C1 in popluar number systems.

HEXBDA8C1
Decimal189168193
Binary101111011010100011000001
Octal275250301

Shades and tints

Shades of #BDA8C1

#BDA8C1
(189,168,193)
#AC99B0
(172,153,176)
#9B8A9F
(155,138,159)
#8A7B8E
(138,123,142)
#796C7D
(121,108,125)
#685D6C
(104,93,108)
#574E5B
(87,78,91)
#463F4A
(70,63,74)
#353039
(53,48,57)
#242128
(36,33,40)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BDA8C1

#BDA8C1
(189,168,193)
#C3AFC6
(195,175,198)
#C9B6CB
(201,182,203)
#CFBDD0
(207,189,208)
#D5C4D5
(213,196,213)
#DBCBDA
(219,203,218)
#E1D2DF
(225,210,223)
#E7D9E4
(231,217,228)
#EDE0E9
(237,224,233)
#F3E7EE
(243,231,238)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA8C1; }

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

This text font color is #BDA8C1.


Background Color

.myBgColor { background-color: #BDA8C1; }

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

This div background color is #BDA8C1.


Border color

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

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

This div border color is #BDA8C1.


Opacity

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

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

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

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

This text has shadow with #BDA8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA8C1 on black background.


Color preview on white background

This text has color #BDA8C1 on white background.



Black color preview on #BDA8C1 background

This text has black color on #BDA8C1 background.


White color preview on #BDA8C1 background

This text has white color on #BDA8C1 background.