COLOR #BDA3E3

HEX: #BDA3E3
RGB: (189,163,227)

Color info

#BDA3E3 contains mainly red and blue colors. Web safe color of #BDA3E3 is #CC99CC (or #C9C).

RGB color model

#BDA3E3 color RGB value is (189,163,227).

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

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 227 of 255 = 89%

189
163
227

R + G + B ~ 76%. #BDA3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 163 + 227 = 579 (100%)
R 189 of 579 ~ 32.64%
G 163 of 579 ~ 28.15%
B 227 of 579 ~ 39.21%

%32.64
%28.15
%39.21

CMYK color model

#BDA3E3 color CMYK value is (17,28,0,11).

  • cyan value is 16.74%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,28,0,11)
C17M28Y0K11 
(17%,28%,0%,11%)
(0.17/0.28/0.00/0.11)	

CMYK percentages

%16.74
%28.19
%0
%10.98

Codes

Color #BDA3E3 in popluar color models

BDA3E3
RGB189163227
HSL264°53.33%76.47%
HSB/HSV264°28.19%89.02%
CMYK16.74%28.19%0.00%
10.98%

Color #BDA3E3 in popluar number systems.

HEXBDA3E3
Decimal189163227
Binary101111011010001111100011
Octal275243343

Shades and tints

Shades of #BDA3E3

#BDA3E3
(189,163,227)
#AC95CF
(172,149,207)
#9B87BB
(155,135,187)
#8A79A7
(138,121,167)
#796B93
(121,107,147)
#685D7F
(104,93,127)
#574F6B
(87,79,107)
#464157
(70,65,87)
#353343
(53,51,67)
#24252F
(36,37,47)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #BDA3E3

#BDA3E3
(189,163,227)
#C3ABE5
(195,171,229)
#C9B3E7
(201,179,231)
#CFBBE9
(207,187,233)
#D5C3EB
(213,195,235)
#DBCBED
(219,203,237)
#E1D3EF
(225,211,239)
#E7DBF1
(231,219,241)
#EDE3F3
(237,227,243)
#F3EBF5
(243,235,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA3E3; }

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

This text font color is #BDA3E3.


Background Color

.myBgColor { background-color: #BDA3E3; }

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

This div background color is #BDA3E3.


Border color

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

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

This div border color is #BDA3E3.


Opacity

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

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

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

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

This text has shadow with #BDA3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA3E3 on black background.


Color preview on white background

This text has color #BDA3E3 on white background.



Black color preview on #BDA3E3 background

This text has black color on #BDA3E3 background.


White color preview on #BDA3E3 background

This text has white color on #BDA3E3 background.