COLOR #BDA4CF

HEX: #BDA4CF
RGB: (189,164,207)

Color info

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

RGB color model

#BDA4CF color RGB value is (189,164,207).

  • red value is 189;
  • green value is 164;
  • blue value is 207.
RGB:
(189,164,207)
(74%,64%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 207 of 255 = 81%

189
164
207

R + G + B ~ 73%. #BDA4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 164 + 207 = 560 (100%)
R 189 of 560 ~ 33.75%
G 164 of 560 ~ 29.29%
B 207 of 560 ~ 36.96%

%33.75
%29.29
%36.96

CMYK color model

#BDA4CF color CMYK value is (9,21,0,19).

  • cyan value is 8.70%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,21,0,19)
C9M21Y0K19 
(9%,21%,0%,19%)
(0.09/0.21/0.00/0.19)	

CMYK percentages

%8.7
%20.77
%0
%18.82

Codes

Color #BDA4CF in popluar color models

BDA4CF
RGB189164207
HSL275°30.94%72.75%
HSB/HSV275°20.77%81.18%
CMYK8.70%20.77%0.00%
18.82%

Color #BDA4CF in popluar number systems.

HEXBDA4CF
Decimal189164207
Binary101111011010010011001111
Octal275244317

Shades and tints

Shades of #BDA4CF

#BDA4CF
(189,164,207)
#AC96BD
(172,150,189)
#9B88AB
(155,136,171)
#8A7A99
(138,122,153)
#796C87
(121,108,135)
#685E75
(104,94,117)
#575063
(87,80,99)
#464251
(70,66,81)
#35343F
(53,52,63)
#24262D
(36,38,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #BDA4CF

#BDA4CF
(189,164,207)
#C3ACD3
(195,172,211)
#C9B4D7
(201,180,215)
#CFBCDB
(207,188,219)
#D5C4DF
(213,196,223)
#DBCCE3
(219,204,227)
#E1D4E7
(225,212,231)
#E7DCEB
(231,220,235)
#EDE4EF
(237,228,239)
#F3ECF3
(243,236,243)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA4CF color. Also use rgb(189,164,207) instead hex code.

Text Font Color

.myTextColor { color: #BDA4CF; }

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

This text font color is #BDA4CF.


Background Color

.myBgColor { background-color: #BDA4CF; }

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

This div background color is #BDA4CF.


Border color

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

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

This div border color is #BDA4CF.


Opacity

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

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

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

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

This text has shadow with #BDA4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA4CF on black background.


Color preview on white background

This text has color #BDA4CF on white background.



Black color preview on #BDA4CF background

This text has black color on #BDA4CF background.


White color preview on #BDA4CF background

This text has white color on #BDA4CF background.