COLOR #BDB1A3

HEX: #BDB1A3 RGB: (189,177,163)

Color info

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

RGB color model

#BDB1A3 color RGB value is (189,177,163).

RGB: (189,177,163) (74%, 69%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 163 of 255 = 64%

189
177
163

R + G + B ~ 69%. #BDB1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 177 + 163 = 529 (100%)
R 189 of 529 ~ 35.73%
G 177 of 529 ~ 33.46%
B 163 of 529 ~ 30.81'%

%35.73
%33.46
%30.81

CMYK color model

#BDB1A3 color CMYK value is (0,6,14,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK: (0,6,14,26) C0M6Y14K26 (0%,6%,14%,26%) (0.00/0.06/0.14/0.26) 

CMYK percentages

%0
%6.35
%13.76
%25.88

Codes

Color #BDB1A3 in popluar color models

BD B1 A3
RGB 189 177 163
HSL 32° 16.46% 69.02%
HSB/HSV 32° 13.76% 74.12%
CMYK 0.00% 6.35% 13.76%
25.88%

Color #BDB1A3 in popluar number systems.

HEX BD B1 A3
Decimal 189 177 163
Binary 10111101 10110001 10100011
Octal 275 261 243

Shades and tints

Shades of #BDB1A3

#BDB1A3
(189,177,163)
#ACA195
(172,161,149)
#9B9187
(155,145,135)
#8A8179
(138,129,121)
#79716B
(121,113,107)
#68615D
(104,97,93)
#57514F
(87,81,79)
#464141
(70,65,65)
#353133
(53,49,51)
#242125
(36,33,37)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #BDB1A3

#BDB1A3
(189,177,163)
#C3B8AB
(195,184,171)
#C9BFB3
(201,191,179)
#CFC6BB
(207,198,187)
#D5CDC3
(213,205,195)
#DBD4CB
(219,212,203)
#E1DBD3
(225,219,211)
#E7E2DB
(231,226,219)
#EDE9E3
(237,233,227)
#F3F0EB
(243,240,235)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1A3; }

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

This text font color is #BDB1A3.

Background Color

.myBgColor { background-color: #BDB1A3; }

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

This div background color is #BDB1A3.

Border color

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

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

This div border color is #BDB1A3.

Opacity

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

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

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

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

This text has shadow with #BDB1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB1A3.

Preview

Color preview on black background

This text has color #BDB1A3 on black background.


Color preview on white background

This text has color #BDB1A3 on white background.


Black color preview on #BDB1A3 background

This text has black color on #BDB1A3 background.


White color preview on #BDB1A3 background

This text has white color on #BDB1A3 background.


Related colors

Complementary color

Complementary color for #hex is #424E5C.


I love getcolorcode.com

Triadic colors

1 #A3BDB1 and #B1A3BD with #BDB1A3 are triadic colors.

2 #A3B1BD and #B1BDA3 with #BDB1A3 are triadic colors.