COLOR #BDC4A6

HEX: #BDC4A6 RGB: (189,196,166)

Color info

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

RGB color model

#BDC4A6 color RGB value is (189,196,166).

RGB: (189,196,166) (74%, 77%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 166 of 255 = 65%

189
196
166

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

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 166 = 551 (100%)
R 189 of 551 ~ 34.3%
G 196 of 551 ~ 35.57%
B 166 of 551 ~ 30.13'%

%34.3
%35.57
%30.13

CMYK color model

#BDC4A6 color CMYK value is (4,0,15,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%

CMYK: (4,0,15,23)
C4M0Y15K23 (4%, 0%, 15%, 23%)
(0.04 / 0.00 / 0.15 / 0.23)

CMYK percentages

%3.57
%0
%15.31
%23.14

Codes

Color #BDC4A6 in popluar color models

BD C4 A6
RGB 189 196 166
HSL 74° 20.27% 70.98%
HSB/HSV 74° 15.31% 76.86%
CMYK 3.57% 0.00% 15.31%
23.14%

Color #BDC4A6 in popluar number systems.

HEX BD C4 A6
Decimal 189 196 166
Binary 10111101 11000100 10100110
Octal 275 304 246

Shades and tints

Shades of #BDC4A6

#BDC4A6
(189,196,166)
#ACB397
(172,179,151)
#9BA288
(155,162,136)
#8A9179
(138,145,121)
#79806A
(121,128,106)
#686F5B
(104,111,91)
#575E4C
(87,94,76)
#464D3D
(70,77,61)
#353C2E
(53,60,46)
#242B1F
(36,43,31)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #BDC4A6

#BDC4A6
(189,196,166)
#C3C9AE
(195,201,174)
#C9CEB6
(201,206,182)
#CFD3BE
(207,211,190)
#D5D8C6
(213,216,198)
#DBDDCE
(219,221,206)
#E1E2D6
(225,226,214)
#E7E7DE
(231,231,222)
#EDECE6
(237,236,230)
#F3F1EE
(243,241,238)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4A6; }

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

This text font color is #BDC4A6.

Background Color

.myBgColor { background-color: #BDC4A6; }

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

This div background color is #BDC4A6.

Border color

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

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

This div border color is #BDC4A6.

Opacity

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

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

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

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

This text has shadow with #BDC4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4A6.

Preview

Color preview on black background

This text has color #BDC4A6 on black background.


Color preview on white background

This text has color #BDC4A6 on white background.


Black color preview on #BDC4A6 background

This text has black color on #BDC4A6 background.


White color preview on #BDC4A6 background

This text has white color on #BDC4A6 background.


Related colors

Complementary color

Complementary color for #hex is #423B59.


I love getcolorcode.com

Triadic colors

1 #A6BDC4 and #C4A6BD with #BDC4A6 are triadic colors.

2 #A6C4BD and #C4BDA6 with #BDC4A6 are triadic colors.