COLOR #BDA3DC

HEX: #BDA3DC
RGB: (189,163,220)

Color info

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

RGB color model

#BDA3DC color RGB value is (189,163,220).

  • red value is 189;
  • green value is 163;
  • blue value is 220.
RGB:
(189,163,220)
(74%,64%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 220 of 255 = 86%

189
163
220

R + G + B ~ 75%. #BDA3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 163 + 220 = 572 (100%)
R 189 of 572 ~ 33.04%
G 163 of 572 ~ 28.5%
B 220 of 572 ~ 38.46%

%33.04
%28.5
%38.46

CMYK color model

#BDA3DC color CMYK value is (14,26,0,14).

  • cyan value is 14.09%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,26,0,14)
C14M26Y0K14 
(14%,26%,0%,14%)
(0.14/0.26/0.00/0.14)	

CMYK percentages

%14.09
%25.91
%0
%13.73

Codes

Color #BDA3DC in popluar color models

BDA3DC
RGB189163220
HSL267°44.88%75.10%
HSB/HSV267°25.91%86.27%
CMYK14.09%25.91%0.00%
13.73%

Color #BDA3DC in popluar number systems.

HEXBDA3DC
Decimal189163220
Binary101111011010001111011100
Octal275243334

Shades and tints

Shades of #BDA3DC

#BDA3DC
(189,163,220)
#AC95C8
(172,149,200)
#9B87B4
(155,135,180)
#8A79A0
(138,121,160)
#796B8C
(121,107,140)
#685D78
(104,93,120)
#574F64
(87,79,100)
#464150
(70,65,80)
#35333C
(53,51,60)
#242528
(36,37,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDA3DC

#BDA3DC
(189,163,220)
#C3ABDF
(195,171,223)
#C9B3E2
(201,179,226)
#CFBBE5
(207,187,229)
#D5C3E8
(213,195,232)
#DBCBEB
(219,203,235)
#E1D3EE
(225,211,238)
#E7DBF1
(231,219,241)
#EDE3F4
(237,227,244)
#F3EBF7
(243,235,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA3DC color. Also use rgb(189,163,220) instead hex code.

Text Font Color

.myTextColor { color: #BDA3DC; }

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

This text font color is #BDA3DC.


Background Color

.myBgColor { background-color: #BDA3DC; }

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

This div background color is #BDA3DC.


Border color

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

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

This div border color is #BDA3DC.


Opacity

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

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

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

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

This text has shadow with #BDA3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA3DC on black background.


Color preview on white background

This text has color #BDA3DC on white background.



Black color preview on #BDA3DC background

This text has black color on #BDA3DC background.


White color preview on #BDA3DC background

This text has white color on #BDA3DC background.