COLOR #BDBEB9

HEX: #BDBEB9
RGB: (189,190,185)

Color info

#BDBEB9 contains red, green and blue colors in about the same proportion. Web safe color of #BDBEB9 is #CCCCCC (or #CCC).

RGB color model

#BDBEB9 color RGB value is (189,190,185).

  • red value is 189;
  • green value is 190;
  • blue value is 185.
RGB:
(189,190,185)
(74%,75%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 185 of 255 = 73%

189
190
185

R + G + B ~ 74%. #BDBEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 185 = 564 (100%)
R 189 of 564 ~ 33.51%
G 190 of 564 ~ 33.69%
B 185 of 564 ~ 32.8%

%33.51
%33.69
%32.8

CMYK color model

#BDBEB9 color CMYK value is (1,0,3,25).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK:
(1,0,3,25)
C1M0Y3K25 
(1%,0%,3%,25%)
(0.01/0.00/0.03/0.25)	

CMYK percentages

%0.53
%0
%2.63
%25.49

Codes

Color #BDBEB9 in popluar color models

BDBEB9
RGB189190185
HSL72°3.70%73.53%
HSB/HSV72°2.63%74.51%
CMYK0.53%0.00%2.63%
25.49%

Color #BDBEB9 in popluar number systems.

HEXBDBEB9
Decimal189190185
Binary101111011011111010111001
Octal275276271

Shades and tints

Shades of #BDBEB9

#BDBEB9
(189,190,185)
#ACADA9
(172,173,169)
#9B9C99
(155,156,153)
#8A8B89
(138,139,137)
#797A79
(121,122,121)
#686969
(104,105,105)
#575859
(87,88,89)
#464749
(70,71,73)
#353639
(53,54,57)
#242529
(36,37,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDBEB9

#BDBEB9
(189,190,185)
#C3C3BF
(195,195,191)
#C9C8C5
(201,200,197)
#CFCDCB
(207,205,203)
#D5D2D1
(213,210,209)
#DBD7D7
(219,215,215)
#E1DCDD
(225,220,221)
#E7E1E3
(231,225,227)
#EDE6E9
(237,230,233)
#F3EBEF
(243,235,239)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBEB9 color. Also use rgb(189,190,185) instead hex code.

Text Font Color

.myTextColor { color: #BDBEB9; }

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

This text font color is #BDBEB9.


Background Color

.myBgColor { background-color: #BDBEB9; }

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

This div background color is #BDBEB9.


Border color

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

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

This div border color is #BDBEB9.


Opacity

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

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

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

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

This text has shadow with #BDBEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEB9 on black background.


Color preview on white background

This text has color #BDBEB9 on white background.



Black color preview on #BDBEB9 background

This text has black color on #BDBEB9 background.


White color preview on #BDBEB9 background

This text has white color on #BDBEB9 background.