COLOR #BDB1A8

HEX: #BDB1A8
RGB: (189,177,168)

Color info

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

RGB color model

#BDB1A8 color RGB value is (189,177,168).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 168 of 255 = 66%

189
177
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 168 = 534 (100%)
R 189 of 534 ~ 35.39%
G 177 of 534 ~ 33.15%
B 168 of 534 ~ 31.46%

%35.39
%33.15
%31.46

CMYK color model

#BDB1A8 color CMYK value is (0,6,11,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(0,6,11,26)
C0M6Y11K26 
(0%,6%,11%,26%)
(0.00/0.06/0.11/0.26)	

CMYK percentages

%0
%6.35
%11.11
%25.88

Codes

Color #BDB1A8 in popluar color models

BDB1A8
RGB189177168
HSL26°13.73%70.00%
HSB/HSV26°11.11%74.12%
CMYK0.00%6.35%11.11%
25.88%

Color #BDB1A8 in popluar number systems.

HEXBDB1A8
Decimal189177168
Binary101111011011000110101000
Octal275261250

Shades and tints

Shades of #BDB1A8

#BDB1A8
(189,177,168)
#ACA199
(172,161,153)
#9B918A
(155,145,138)
#8A817B
(138,129,123)
#79716C
(121,113,108)
#68615D
(104,97,93)
#57514E
(87,81,78)
#46413F
(70,65,63)
#353130
(53,49,48)
#242121
(36,33,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BDB1A8

#BDB1A8
(189,177,168)
#C3B8AF
(195,184,175)
#C9BFB6
(201,191,182)
#CFC6BD
(207,198,189)
#D5CDC4
(213,205,196)
#DBD4CB
(219,212,203)
#E1DBD2
(225,219,210)
#E7E2D9
(231,226,217)
#EDE9E0
(237,233,224)
#F3F0E7
(243,240,231)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1A8; }

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

This text font color is #BDB1A8.


Background Color

.myBgColor { background-color: #BDB1A8; }

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

This div background color is #BDB1A8.


Border color

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

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

This div border color is #BDB1A8.


Opacity

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

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

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

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

This text has shadow with #BDB1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1A8 on black background.


Color preview on white background

This text has color #BDB1A8 on white background.



Black color preview on #BDB1A8 background

This text has black color on #BDB1A8 background.


White color preview on #BDB1A8 background

This text has white color on #BDB1A8 background.