COLOR #BDABD7

HEX: #BDABD7
RGB: (189,171,215)

Color info

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

RGB color model

#BDABD7 color RGB value is (189,171,215).

  • red value is 189;
  • green value is 171;
  • blue value is 215.
RGB:
(189,171,215)
(74%,67%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 215 of 255 = 84%

189
171
215

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

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 215 = 575 (100%)
R 189 of 575 ~ 32.87%
G 171 of 575 ~ 29.74%
B 215 of 575 ~ 37.39%

%32.87
%29.74
%37.39

CMYK color model

#BDABD7 color CMYK value is (12,20,0,16).

  • cyan value is 12.09%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,20,0,16)
C12M20Y0K16 
(12%,20%,0%,16%)
(0.12/0.20/0.00/0.16)	

CMYK percentages

%12.09
%20.47
%0
%15.69

Codes

Color #BDABD7 in popluar color models

BDABD7
RGB189171215
HSL265°35.48%75.69%
HSB/HSV265°20.47%84.31%
CMYK12.09%20.47%0.00%
15.69%

Color #BDABD7 in popluar number systems.

HEXBDABD7
Decimal189171215
Binary101111011010101111010111
Octal275253327

Shades and tints

Shades of #BDABD7

#BDABD7
(189,171,215)
#AC9CC4
(172,156,196)
#9B8DB1
(155,141,177)
#8A7E9E
(138,126,158)
#796F8B
(121,111,139)
#686078
(104,96,120)
#575165
(87,81,101)
#464252
(70,66,82)
#35333F
(53,51,63)
#24242C
(36,36,44)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDABD7

#BDABD7
(189,171,215)
#C3B2DA
(195,178,218)
#C9B9DD
(201,185,221)
#CFC0E0
(207,192,224)
#D5C7E3
(213,199,227)
#DBCEE6
(219,206,230)
#E1D5E9
(225,213,233)
#E7DCEC
(231,220,236)
#EDE3EF
(237,227,239)
#F3EAF2
(243,234,242)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDABD7 color. Also use rgb(189,171,215) instead hex code.

Text Font Color

.myTextColor { color: #BDABD7; }

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

This text font color is #BDABD7.


Background Color

.myBgColor { background-color: #BDABD7; }

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

This div background color is #BDABD7.


Border color

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

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

This div border color is #BDABD7.


Opacity

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

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

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

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

This text has shadow with #BDABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDABD7 on black background.


Color preview on white background

This text has color #BDABD7 on white background.



Black color preview on #BDABD7 background

This text has black color on #BDABD7 background.


White color preview on #BDABD7 background

This text has white color on #BDABD7 background.