COLOR #BDADB1

HEX: #BDADB1
RGB: (189,173,177)

Color info

#BDADB1 contains red, green and blue colors in about the same proportion. Web safe color of #BDADB1 is #CC9999 (or #C99).

RGB color model

#BDADB1 color RGB value is (189,173,177).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 177 of 255 = 69%

189
173
177

R + G + B ~ 70%. #BDADB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 177 = 539 (100%)
R 189 of 539 ~ 35.06%
G 173 of 539 ~ 32.1%
B 177 of 539 ~ 32.84%

%35.06
%32.1
%32.84

CMYK color model

#BDADB1 color CMYK value is (0,8,6,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,8,6,26)
C0M8Y6K26 
(0%,8%,6%,26%)
(0.00/0.08/0.06/0.26)	

CMYK percentages

%0
%8.47
%6.35
%25.88

Codes

Color #BDADB1 in popluar color models

BDADB1
RGB189173177
HSL345°10.81%70.98%
HSB/HSV345°8.47%74.12%
CMYK0.00%8.47%6.35%
25.88%

Color #BDADB1 in popluar number systems.

HEXBDADB1
Decimal189173177
Binary101111011010110110110001
Octal275255261

Shades and tints

Shades of #BDADB1

#BDADB1
(189,173,177)
#AC9EA1
(172,158,161)
#9B8F91
(155,143,145)
#8A8081
(138,128,129)
#797171
(121,113,113)
#686261
(104,98,97)
#575351
(87,83,81)
#464441
(70,68,65)
#353531
(53,53,49)
#242621
(36,38,33)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDADB1

#BDADB1
(189,173,177)
#C3B4B8
(195,180,184)
#C9BBBF
(201,187,191)
#CFC2C6
(207,194,198)
#D5C9CD
(213,201,205)
#DBD0D4
(219,208,212)
#E1D7DB
(225,215,219)
#E7DEE2
(231,222,226)
#EDE5E9
(237,229,233)
#F3ECF0
(243,236,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADB1; }

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

This text font color is #BDADB1.


Background Color

.myBgColor { background-color: #BDADB1; }

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

This div background color is #BDADB1.


Border color

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

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

This div border color is #BDADB1.


Opacity

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

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

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

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

This text has shadow with #BDADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADB1 on black background.


Color preview on white background

This text has color #BDADB1 on white background.



Black color preview on #BDADB1 background

This text has black color on #BDADB1 background.


White color preview on #BDADB1 background

This text has white color on #BDADB1 background.