COLOR #BDB7BE

HEX: #BDB7BE RGB: (189,183,190)

Color info

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

RGB color model

#BDB7BE color RGB value is (189,183,190).

RGB: (189,183,190) (74%, 72%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 190 of 255 = 75%

189
183
190

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

Portions of RGB colors in percentages

R + G + B = 189 + 183 + 190 = 562 (100%)
R 189 of 562 ~ 33.63%
G 183 of 562 ~ 32.56%
B 190 of 562 ~ 33.81'%

%33.63
%32.56
%33.81

CMYK color model

#BDB7BE color CMYK value is (1,4,0,25).

  • cyan value is 0.53%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,4,0,25)
C1M4Y0K25 (1%, 4%, 0%, 25%)
(0.01 / 0.04 / 0.00 / 0.25)

CMYK percentages

%0.53
%3.68
%0
%25.49

Codes

Color #BDB7BE in popluar color models

BD B7 BE
RGB 189 183 190
HSL 291° 5.11% 73.14%
HSB/HSV 291° 3.68% 74.51%
CMYK 0.53% 3.68% 0.00%
25.49%

Color #BDB7BE in popluar number systems.

HEX BD B7 BE
Decimal 189 183 190
Binary 10111101 10110111 10111110
Octal 275 267 276

Shades and tints

Shades of #BDB7BE

#BDB7BE
(189,183,190)
#ACA7AD
(172,167,173)
#9B979C
(155,151,156)
#8A878B
(138,135,139)
#79777A
(121,119,122)
#686769
(104,103,105)
#575758
(87,87,88)
#464747
(70,71,71)
#353736
(53,55,54)
#242725
(36,39,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDB7BE

#BDB7BE
(189,183,190)
#C3BDC3
(195,189,195)
#C9C3C8
(201,195,200)
#CFC9CD
(207,201,205)
#D5CFD2
(213,207,210)
#DBD5D7
(219,213,215)
#E1DBDC
(225,219,220)
#E7E1E1
(231,225,225)
#EDE7E6
(237,231,230)
#F3EDEB
(243,237,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7BE; }

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

This text font color is #BDB7BE.

Background Color

.myBgColor { background-color: #BDB7BE; }

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

This div background color is #BDB7BE.

Border color

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

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

This div border color is #BDB7BE.

Opacity

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

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

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

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

This text has shadow with #BDB7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB7BE.

Preview

Color preview on black background

This text has color #BDB7BE on black background.


Color preview on white background

This text has color #BDB7BE on white background.


Black color preview on #BDB7BE background

This text has black color on #BDB7BE background.


White color preview on #BDB7BE background

This text has white color on #BDB7BE background.


Related colors

Complementary color

Complementary color for #hex is #424841.


I love getcolorcode.com

Triadic colors

1 #BEBDB7 and #B7BEBD with #BDB7BE are triadic colors.

2 #BEB7BD and #B7BDBE with #BDB7BE are triadic colors.