COLOR #BDC1A6

HEX: #BDC1A6
RGB: (189,193,166)

Color info

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

RGB color model

#BDC1A6 color RGB value is (189,193,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 166 of 255 = 65%

189
193
166

R + G + B ~ 72%. #BDC1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 166 = 548 (100%)
R 189 of 548 ~ 34.49%
G 193 of 548 ~ 35.22%
B 166 of 548 ~ 30.29%

%34.49
%35.22
%30.29

CMYK color model

#BDC1A6 color CMYK value is (2,0,14,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(2,0,14,24)
C2M0Y14K24 
(2%,0%,14%,24%)
(0.02/0.00/0.14/0.24)	

CMYK percentages

%2.07
%0
%13.99
%24.31

Codes

Color #BDC1A6 in popluar color models

BDC1A6
RGB189193166
HSL69°17.88%70.39%
HSB/HSV69°13.99%75.69%
CMYK2.07%0.00%13.99%
24.31%

Color #BDC1A6 in popluar number systems.

HEXBDC1A6
Decimal189193166
Binary101111011100000110100110
Octal275301246

Shades and tints

Shades of #BDC1A6

#BDC1A6
(189,193,166)
#ACB097
(172,176,151)
#9B9F88
(155,159,136)
#8A8E79
(138,142,121)
#797D6A
(121,125,106)
#686C5B
(104,108,91)
#575B4C
(87,91,76)
#464A3D
(70,74,61)
#35392E
(53,57,46)
#24281F
(36,40,31)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BDC1A6

#BDC1A6
(189,193,166)
#C3C6AE
(195,198,174)
#C9CBB6
(201,203,182)
#CFD0BE
(207,208,190)
#D5D5C6
(213,213,198)
#DBDACE
(219,218,206)
#E1DFD6
(225,223,214)
#E7E4DE
(231,228,222)
#EDE9E6
(237,233,230)
#F3EEEE
(243,238,238)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1A6; }

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

This text font color is #BDC1A6.


Background Color

.myBgColor { background-color: #BDC1A6; }

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

This div background color is #BDC1A6.


Border color

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

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

This div border color is #BDC1A6.


Opacity

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

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

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

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

This text has shadow with #BDC1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1A6 on black background.


Color preview on white background

This text has color #BDC1A6 on white background.



Black color preview on #BDC1A6 background

This text has black color on #BDC1A6 background.


White color preview on #BDC1A6 background

This text has white color on #BDC1A6 background.