COLOR #BDADB8

HEX: #BDADB8
RGB: (189,173,184)

Color info

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

RGB color model

#BDADB8 color RGB value is (189,173,184).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 184 of 255 = 72%

189
173
184

R + G + B ~ 71%. #BDADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 184 = 546 (100%)
R 189 of 546 ~ 34.62%
G 173 of 546 ~ 31.68%
B 184 of 546 ~ 33.7%

%34.62
%31.68
%33.7

CMYK color model

#BDADB8 color CMYK value is (0,8,3,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,8,3,26)
C0M8Y3K26 
(0%,8%,3%,26%)
(0.00/0.08/0.03/0.26)	

CMYK percentages

%0
%8.47
%2.65
%25.88

Codes

Color #BDADB8 in popluar color models

BDADB8
RGB189173184
HSL319°10.81%70.98%
HSB/HSV319°8.47%74.12%
CMYK0.00%8.47%2.65%
25.88%

Color #BDADB8 in popluar number systems.

HEXBDADB8
Decimal189173184
Binary101111011010110110111000
Octal275255270

Shades and tints

Shades of #BDADB8

#BDADB8
(189,173,184)
#AC9EA8
(172,158,168)
#9B8F98
(155,143,152)
#8A8088
(138,128,136)
#797178
(121,113,120)
#686268
(104,98,104)
#575358
(87,83,88)
#464448
(70,68,72)
#353538
(53,53,56)
#242628
(36,38,40)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDADB8

#BDADB8
(189,173,184)
#C3B4BE
(195,180,190)
#C9BBC4
(201,187,196)
#CFC2CA
(207,194,202)
#D5C9D0
(213,201,208)
#DBD0D6
(219,208,214)
#E1D7DC
(225,215,220)
#E7DEE2
(231,222,226)
#EDE5E8
(237,229,232)
#F3ECEE
(243,236,238)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADB8; }

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

This text font color is #BDADB8.


Background Color

.myBgColor { background-color: #BDADB8; }

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

This div background color is #BDADB8.


Border color

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

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

This div border color is #BDADB8.


Opacity

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

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

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

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

This text has shadow with #BDADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADB8 on black background.


Color preview on white background

This text has color #BDADB8 on white background.



Black color preview on #BDADB8 background

This text has black color on #BDADB8 background.


White color preview on #BDADB8 background

This text has white color on #BDADB8 background.