COLOR #BDABB8

HEX: #BDABB8
RGB: (189,171,184)

Color info

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

RGB color model

#BDABB8 color RGB value is (189,171,184).

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

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 184 of 255 = 72%

189
171
184

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

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 184 = 544 (100%)
R 189 of 544 ~ 34.74%
G 171 of 544 ~ 31.43%
B 184 of 544 ~ 33.82%

%34.74
%31.43
%33.82

CMYK color model

#BDABB8 color CMYK value is (0,10,3,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,10,3,26)
C0M10Y3K26 
(0%,10%,3%,26%)
(0.00/0.10/0.03/0.26)	

CMYK percentages

%0
%9.52
%2.65
%25.88

Codes

Color #BDABB8 in popluar color models

BDABB8
RGB189171184
HSL317°12.00%70.59%
HSB/HSV317°9.52%74.12%
CMYK0.00%9.52%2.65%
25.88%

Color #BDABB8 in popluar number systems.

HEXBDABB8
Decimal189171184
Binary101111011010101110111000
Octal275253270

Shades and tints

Shades of #BDABB8

#BDABB8
(189,171,184)
#AC9CA8
(172,156,168)
#9B8D98
(155,141,152)
#8A7E88
(138,126,136)
#796F78
(121,111,120)
#686068
(104,96,104)
#575158
(87,81,88)
#464248
(70,66,72)
#353338
(53,51,56)
#242428
(36,36,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDABB8

#BDABB8
(189,171,184)
#C3B2BE
(195,178,190)
#C9B9C4
(201,185,196)
#CFC0CA
(207,192,202)
#D5C7D0
(213,199,208)
#DBCED6
(219,206,214)
#E1D5DC
(225,213,220)
#E7DCE2
(231,220,226)
#EDE3E8
(237,227,232)
#F3EAEE
(243,234,238)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDABB8; }

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

This text font color is #BDABB8.


Background Color

.myBgColor { background-color: #BDABB8; }

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

This div background color is #BDABB8.


Border color

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

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

This div border color is #BDABB8.


Opacity

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

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

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

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

This text has shadow with #BDABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDABB8 on black background.


Color preview on white background

This text has color #BDABB8 on white background.



Black color preview on #BDABB8 background

This text has black color on #BDABB8 background.


White color preview on #BDABB8 background

This text has white color on #BDABB8 background.