COLOR #BDA6D1

HEX: #BDA6D1
RGB: (189,166,209)

Color info

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

RGB color model

#BDA6D1 color RGB value is (189,166,209).

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

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 209 of 255 = 82%

189
166
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 209 = 564 (100%)
R 189 of 564 ~ 33.51%
G 166 of 564 ~ 29.43%
B 209 of 564 ~ 37.06%

%33.51
%29.43
%37.06

CMYK color model

#BDA6D1 color CMYK value is (10,21,0,18).

  • cyan value is 9.57%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,21,0,18)
C10M21Y0K18 
(10%,21%,0%,18%)
(0.10/0.21/0.00/0.18)	

CMYK percentages

%9.57
%20.57
%0
%18.04

Codes

Color #BDA6D1 in popluar color models

BDA6D1
RGB189166209
HSL272°31.85%73.53%
HSB/HSV272°20.57%81.96%
CMYK9.57%20.57%0.00%
18.04%

Color #BDA6D1 in popluar number systems.

HEXBDA6D1
Decimal189166209
Binary101111011010011011010001
Octal275246321

Shades and tints

Shades of #BDA6D1

#BDA6D1
(189,166,209)
#AC97BE
(172,151,190)
#9B88AB
(155,136,171)
#8A7998
(138,121,152)
#796A85
(121,106,133)
#685B72
(104,91,114)
#574C5F
(87,76,95)
#463D4C
(70,61,76)
#352E39
(53,46,57)
#241F26
(36,31,38)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BDA6D1

#BDA6D1
(189,166,209)
#C3AED5
(195,174,213)
#C9B6D9
(201,182,217)
#CFBEDD
(207,190,221)
#D5C6E1
(213,198,225)
#DBCEE5
(219,206,229)
#E1D6E9
(225,214,233)
#E7DEED
(231,222,237)
#EDE6F1
(237,230,241)
#F3EEF5
(243,238,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA6D1; }

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

This text font color is #BDA6D1.


Background Color

.myBgColor { background-color: #BDA6D1; }

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

This div background color is #BDA6D1.


Border color

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

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

This div border color is #BDA6D1.


Opacity

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

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

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

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

This text has shadow with #BDA6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA6D1 on black background.


Color preview on white background

This text has color #BDA6D1 on white background.



Black color preview on #BDA6D1 background

This text has black color on #BDA6D1 background.


White color preview on #BDA6D1 background

This text has white color on #BDA6D1 background.