COLOR #BDB0B2

HEX: #BDB0B2
RGB: (189,176,178)

Color info

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

RGB color model

#BDB0B2 color RGB value is (189,176,178).

  • red value is 189;
  • green value is 176;
  • blue value is 178.
RGB:
(189,176,178)
(74%,69%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 178 of 255 = 70%

189
176
178

R + G + B ~ 71%. #BDB0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 178 = 543 (100%)
R 189 of 543 ~ 34.81%
G 176 of 543 ~ 32.41%
B 178 of 543 ~ 32.78%

%34.81
%32.41
%32.78

CMYK color model

#BDB0B2 color CMYK value is (0,7,6,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK:
(0,7,6,26)
C0M7Y6K26 
(0%,7%,6%,26%)
(0.00/0.07/0.06/0.26)	

CMYK percentages

%0
%6.88
%5.82
%25.88

Codes

Color #BDB0B2 in popluar color models

BDB0B2
RGB189176178
HSL351°8.97%71.57%
HSB/HSV351°6.88%74.12%
CMYK0.00%6.88%5.82%
25.88%

Color #BDB0B2 in popluar number systems.

HEXBDB0B2
Decimal189176178
Binary101111011011000010110010
Octal275260262

Shades and tints

Shades of #BDB0B2

#BDB0B2
(189,176,178)
#ACA0A2
(172,160,162)
#9B9092
(155,144,146)
#8A8082
(138,128,130)
#797072
(121,112,114)
#686062
(104,96,98)
#575052
(87,80,82)
#464042
(70,64,66)
#353032
(53,48,50)
#242022
(36,32,34)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDB0B2

#BDB0B2
(189,176,178)
#C3B7B9
(195,183,185)
#C9BEC0
(201,190,192)
#CFC5C7
(207,197,199)
#D5CCCE
(213,204,206)
#DBD3D5
(219,211,213)
#E1DADC
(225,218,220)
#E7E1E3
(231,225,227)
#EDE8EA
(237,232,234)
#F3EFF1
(243,239,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB0B2 color. Also use rgb(189,176,178) instead hex code.

Text Font Color

.myTextColor { color: #BDB0B2; }

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

This text font color is #BDB0B2.


Background Color

.myBgColor { background-color: #BDB0B2; }

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

This div background color is #BDB0B2.


Border color

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

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

This div border color is #BDB0B2.


Opacity

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

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

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

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

This text has shadow with #BDB0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0B2 on black background.


Color preview on white background

This text has color #BDB0B2 on white background.



Black color preview on #BDB0B2 background

This text has black color on #BDB0B2 background.


White color preview on #BDB0B2 background

This text has white color on #BDB0B2 background.