COLOR #BDC6B5

HEX: #BDC6B5
RGB: (189,198,181)

Color info

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

RGB color model

#BDC6B5 color RGB value is (189,198,181).

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

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 181 of 255 = 71%

189
198
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 181 = 568 (100%)
R 189 of 568 ~ 33.27%
G 198 of 568 ~ 34.86%
B 181 of 568 ~ 31.87%

%33.27
%34.86
%31.87

CMYK color model

#BDC6B5 color CMYK value is (5,0,9,22).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(5,0,9,22)
C5M0Y9K22 
(5%,0%,9%,22%)
(0.05/0.00/0.09/0.22)	

CMYK percentages

%4.55
%0
%8.59
%22.35

Codes

Color #BDC6B5 in popluar color models

BDC6B5
RGB189198181
HSL92°12.98%74.31%
HSB/HSV92°8.59%77.65%
CMYK4.55%0.00%8.59%
22.35%

Color #BDC6B5 in popluar number systems.

HEXBDC6B5
Decimal189198181
Binary101111011100011010110101
Octal275306265

Shades and tints

Shades of #BDC6B5

#BDC6B5
(189,198,181)
#ACB4A5
(172,180,165)
#9BA295
(155,162,149)
#8A9085
(138,144,133)
#797E75
(121,126,117)
#686C65
(104,108,101)
#575A55
(87,90,85)
#464845
(70,72,69)
#353635
(53,54,53)
#242425
(36,36,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDC6B5

#BDC6B5
(189,198,181)
#C3CBBB
(195,203,187)
#C9D0C1
(201,208,193)
#CFD5C7
(207,213,199)
#D5DACD
(213,218,205)
#DBDFD3
(219,223,211)
#E1E4D9
(225,228,217)
#E7E9DF
(231,233,223)
#EDEEE5
(237,238,229)
#F3F3EB
(243,243,235)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6B5; }

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

This text font color is #BDC6B5.


Background Color

.myBgColor { background-color: #BDC6B5; }

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

This div background color is #BDC6B5.


Border color

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

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

This div border color is #BDC6B5.


Opacity

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

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

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

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

This text has shadow with #BDC6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC6B5 on black background.


Color preview on white background

This text has color #BDC6B5 on white background.



Black color preview on #BDC6B5 background

This text has black color on #BDC6B5 background.


White color preview on #BDC6B5 background

This text has white color on #BDC6B5 background.