COLOR #BDB1A5

HEX: #BDB1A5
RGB: (189,177,165)

Color info

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

RGB color model

#BDB1A5 color RGB value is (189,177,165).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 165 of 255 = 65%

189
177
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 165 = 531 (100%)
R 189 of 531 ~ 35.59%
G 177 of 531 ~ 33.33%
B 165 of 531 ~ 31.07%

%35.59
%33.33
%31.07

CMYK color model

#BDB1A5 color CMYK value is (0,6,13,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,6,13,26)
C0M6Y13K26 
(0%,6%,13%,26%)
(0.00/0.06/0.13/0.26)	

CMYK percentages

%0
%6.35
%12.7
%25.88

Codes

Color #BDB1A5 in popluar color models

BDB1A5
RGB189177165
HSL30°15.38%69.41%
HSB/HSV30°12.70%74.12%
CMYK0.00%6.35%12.70%
25.88%

Color #BDB1A5 in popluar number systems.

HEXBDB1A5
Decimal189177165
Binary101111011011000110100101
Octal275261245

Shades and tints

Shades of #BDB1A5

#BDB1A5
(189,177,165)
#ACA196
(172,161,150)
#9B9187
(155,145,135)
#8A8178
(138,129,120)
#797169
(121,113,105)
#68615A
(104,97,90)
#57514B
(87,81,75)
#46413C
(70,65,60)
#35312D
(53,49,45)
#24211E
(36,33,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #BDB1A5

#BDB1A5
(189,177,165)
#C3B8AD
(195,184,173)
#C9BFB5
(201,191,181)
#CFC6BD
(207,198,189)
#D5CDC5
(213,205,197)
#DBD4CD
(219,212,205)
#E1DBD5
(225,219,213)
#E7E2DD
(231,226,221)
#EDE9E5
(237,233,229)
#F3F0ED
(243,240,237)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1A5; }

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

This text font color is #BDB1A5.


Background Color

.myBgColor { background-color: #BDB1A5; }

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

This div background color is #BDB1A5.


Border color

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

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

This div border color is #BDB1A5.


Opacity

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

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

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

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

This text has shadow with #BDB1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1A5 on black background.


Color preview on white background

This text has color #BDB1A5 on white background.



Black color preview on #BDB1A5 background

This text has black color on #BDB1A5 background.


White color preview on #BDB1A5 background

This text has white color on #BDB1A5 background.