COLOR #BDCBA6

HEX: #BDCBA6
RGB: (189,203,166)

Color info

#BDCBA6 contains red, green and blue colors in about the same proportion. Web safe color of #BDCBA6 is #CCCC99 (or #CC9).

RGB color model

#BDCBA6 color RGB value is (189,203,166).

  • red value is 189;
  • green value is 203;
  • blue value is 166.
RGB:
(189,203,166)
(74%,80%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 166 of 255 = 65%

189
203
166

R + G + B ~ 73%. #BDCBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 166 = 558 (100%)
R 189 of 558 ~ 33.87%
G 203 of 558 ~ 36.38%
B 166 of 558 ~ 29.75%

%33.87
%36.38
%29.75

CMYK color model

#BDCBA6 color CMYK value is (7,0,18,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(7,0,18,20)
C7M0Y18K20 
(7%,0%,18%,20%)
(0.07/0.00/0.18/0.20)	

CMYK percentages

%6.9
%0
%18.23
%20.39

Codes

Color #BDCBA6 in popluar color models

BDCBA6
RGB189203166
HSL83°26.24%72.35%
HSB/HSV83°18.23%79.61%
CMYK6.90%0.00%18.23%
20.39%

Color #BDCBA6 in popluar number systems.

HEXBDCBA6
Decimal189203166
Binary101111011100101110100110
Octal275313246

Shades and tints

Shades of #BDCBA6

#BDCBA6
(189,203,166)
#ACB997
(172,185,151)
#9BA788
(155,167,136)
#8A9579
(138,149,121)
#79836A
(121,131,106)
#68715B
(104,113,91)
#575F4C
(87,95,76)
#464D3D
(70,77,61)
#353B2E
(53,59,46)
#24291F
(36,41,31)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BDCBA6

#BDCBA6
(189,203,166)
#C3CFAE
(195,207,174)
#C9D3B6
(201,211,182)
#CFD7BE
(207,215,190)
#D5DBC6
(213,219,198)
#DBDFCE
(219,223,206)
#E1E3D6
(225,227,214)
#E7E7DE
(231,231,222)
#EDEBE6
(237,235,230)
#F3EFEE
(243,239,238)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBA6 color. Also use rgb(189,203,166) instead hex code.

Text Font Color

.myTextColor { color: #BDCBA6; }

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

This text font color is #BDCBA6.


Background Color

.myBgColor { background-color: #BDCBA6; }

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

This div background color is #BDCBA6.


Border color

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

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

This div border color is #BDCBA6.


Opacity

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

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

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

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

This text has shadow with #BDCBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBA6 on black background.


Color preview on white background

This text has color #BDCBA6 on white background.



Black color preview on #BDCBA6 background

This text has black color on #BDCBA6 background.


White color preview on #BDCBA6 background

This text has white color on #BDCBA6 background.