COLOR #BDADBE

HEX: #BDADBE
RGB: (189,173,190)

Color info

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

RGB color model

#BDADBE color RGB value is (189,173,190).

  • red value is 189;
  • green value is 173;
  • blue value is 190.
RGB:
(189,173,190)
(74%,68%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 190 of 255 = 75%

189
173
190

R + G + B ~ 72%. #BDADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 190 = 552 (100%)
R 189 of 552 ~ 34.24%
G 173 of 552 ~ 31.34%
B 190 of 552 ~ 34.42%

%34.24
%31.34
%34.42

CMYK color model

#BDADBE color CMYK value is (1,9,0,25).

  • cyan value is 0.53%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,9,0,25)
C1M9Y0K25 
(1%,9%,0%,25%)
(0.01/0.09/0.00/0.25)	

CMYK percentages

%0.53
%8.95
%0
%25.49

Codes

Color #BDADBE in popluar color models

BDADBE
RGB189173190
HSL296°11.56%71.18%
HSB/HSV296°8.95%74.51%
CMYK0.53%8.95%0.00%
25.49%

Color #BDADBE in popluar number systems.

HEXBDADBE
Decimal189173190
Binary101111011010110110111110
Octal275255276

Shades and tints

Shades of #BDADBE

#BDADBE
(189,173,190)
#AC9EAD
(172,158,173)
#9B8F9C
(155,143,156)
#8A808B
(138,128,139)
#79717A
(121,113,122)
#686269
(104,98,105)
#575358
(87,83,88)
#464447
(70,68,71)
#353536
(53,53,54)
#242625
(36,38,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDADBE

#BDADBE
(189,173,190)
#C3B4C3
(195,180,195)
#C9BBC8
(201,187,200)
#CFC2CD
(207,194,205)
#D5C9D2
(213,201,210)
#DBD0D7
(219,208,215)
#E1D7DC
(225,215,220)
#E7DEE1
(231,222,225)
#EDE5E6
(237,229,230)
#F3ECEB
(243,236,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDADBE color. Also use rgb(189,173,190) instead hex code.

Text Font Color

.myTextColor { color: #BDADBE; }

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

This text font color is #BDADBE.


Background Color

.myBgColor { background-color: #BDADBE; }

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

This div background color is #BDADBE.


Border color

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

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

This div border color is #BDADBE.


Opacity

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

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

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

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

This text has shadow with #BDADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADBE on black background.


Color preview on white background

This text has color #BDADBE on white background.



Black color preview on #BDADBE background

This text has black color on #BDADBE background.


White color preview on #BDADBE background

This text has white color on #BDADBE background.