COLOR #BDB8C6

HEX: #BDB8C6
RGB: (189,184,198)

Color info

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

RGB color model

#BDB8C6 color RGB value is (189,184,198).

  • red value is 189;
  • green value is 184;
  • blue value is 198.
RGB:
(189,184,198)
(74%,72%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 198 of 255 = 78%

189
184
198

R + G + B ~ 75%. #BDB8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 198 = 571 (100%)
R 189 of 571 ~ 33.1%
G 184 of 571 ~ 32.22%
B 198 of 571 ~ 34.68%

%33.1
%32.22
%34.68

CMYK color model

#BDB8C6 color CMYK value is (5,7,0,22).

  • cyan value is 4.55%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,7,0,22)
C5M7Y0K22 
(5%,7%,0%,22%)
(0.05/0.07/0.00/0.22)	

CMYK percentages

%4.55
%7.07
%0
%22.35

Codes

Color #BDB8C6 in popluar color models

BDB8C6
RGB189184198
HSL261°10.94%74.90%
HSB/HSV261°7.07%77.65%
CMYK4.55%7.07%0.00%
22.35%

Color #BDB8C6 in popluar number systems.

HEXBDB8C6
Decimal189184198
Binary101111011011100011000110
Octal275270306

Shades and tints

Shades of #BDB8C6

#BDB8C6
(189,184,198)
#ACA8B4
(172,168,180)
#9B98A2
(155,152,162)
#8A8890
(138,136,144)
#79787E
(121,120,126)
#68686C
(104,104,108)
#57585A
(87,88,90)
#464848
(70,72,72)
#353836
(53,56,54)
#242824
(36,40,36)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #BDB8C6

#BDB8C6
(189,184,198)
#C3BECB
(195,190,203)
#C9C4D0
(201,196,208)
#CFCAD5
(207,202,213)
#D5D0DA
(213,208,218)
#DBD6DF
(219,214,223)
#E1DCE4
(225,220,228)
#E7E2E9
(231,226,233)
#EDE8EE
(237,232,238)
#F3EEF3
(243,238,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB8C6 color. Also use rgb(189,184,198) instead hex code.

Text Font Color

.myTextColor { color: #BDB8C6; }

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

This text font color is #BDB8C6.


Background Color

.myBgColor { background-color: #BDB8C6; }

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

This div background color is #BDB8C6.


Border color

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

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

This div border color is #BDB8C6.


Opacity

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

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

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

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

This text has shadow with #BDB8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8C6 on black background.


Color preview on white background

This text has color #BDB8C6 on white background.



Black color preview on #BDB8C6 background

This text has black color on #BDB8C6 background.


White color preview on #BDB8C6 background

This text has white color on #BDB8C6 background.