COLOR #B3BDA5

HEX: #B3BDA5
RGB: (179,189,165)

Color info

#B3BDA5 contains red, green and blue colors in about the same proportion. Web safe color of #B3BDA5 is #99CC99 (or #9C9).

RGB color model

#B3BDA5 color RGB value is (179,189,165).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 165 of 255 = 65%

179
189
165

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 165 = 533 (100%)
R 179 of 533 ~ 33.58%
G 189 of 533 ~ 35.46%
B 165 of 533 ~ 30.96%

%33.58
%35.46
%30.96

CMYK color model

#B3BDA5 color CMYK value is (5,0,13,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(5,0,13,26)
C5M0Y13K26 
(5%,0%,13%,26%)
(0.05/0.00/0.13/0.26)	

CMYK percentages

%5.29
%0
%12.7
%25.88

Codes

Color #B3BDA5 in popluar color models

B3BDA5
RGB179189165
HSL85°15.38%69.41%
HSB/HSV85°12.70%74.12%
CMYK5.29%0.00%12.70%
25.88%

Color #B3BDA5 in popluar number systems.

HEXB3BDA5
Decimal179189165
Binary101100111011110110100101
Octal263275245

Shades and tints

Shades of #B3BDA5

#B3BDA5
(179,189,165)
#A3AC96
(163,172,150)
#939B87
(147,155,135)
#838A78
(131,138,120)
#737969
(115,121,105)
#63685A
(99,104,90)
#53574B
(83,87,75)
#43463C
(67,70,60)
#33352D
(51,53,45)
#23241E
(35,36,30)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B3BDA5

#B3BDA5
(179,189,165)
#B9C3AD
(185,195,173)
#BFC9B5
(191,201,181)
#C5CFBD
(197,207,189)
#CBD5C5
(203,213,197)
#D1DBCD
(209,219,205)
#D7E1D5
(215,225,213)
#DDE7DD
(221,231,221)
#E3EDE5
(227,237,229)
#E9F3ED
(233,243,237)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDA5; }

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

This text font color is #B3BDA5.


Background Color

.myBgColor { background-color: #B3BDA5; }

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

This div background color is #B3BDA5.


Border color

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

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

This div border color is #B3BDA5.


Opacity

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

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

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

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

This text has shadow with #B3BDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDA5 on black background.


Color preview on white background

This text has color #B3BDA5 on white background.



Black color preview on #B3BDA5 background

This text has black color on #B3BDA5 background.


White color preview on #B3BDA5 background

This text has white color on #B3BDA5 background.