COLOR #BDC8A3

HEX: #BDC8A3 RGB: (189,200,163)

Color info

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

RGB color model

#BDC8A3 color RGB value is (189,200,163).

RGB: (189,200,163) (74%, 78%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 163 of 255 = 64%

189
200
163

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 163 = 552 (100%)
R 189 of 552 ~ 34.24%
G 200 of 552 ~ 36.23%
B 163 of 552 ~ 29.53'%

%34.24
%36.23
%29.53

CMYK color model

#BDC8A3 color CMYK value is (5,0,19,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 21.57%

CMYK: (5,0,19,22)
C5M0Y19K22 (5%, 0%, 19%, 22%)
(0.05 / 0.00 / 0.19 / 0.22)

CMYK percentages

%5.5
%0
%18.5
%21.57

Codes

Color #BDC8A3 in popluar color models

BD C8 A3
RGB 189 200 163
HSL 78° 25.17% 71.18%
HSB/HSV 78° 18.50% 78.43%
CMYK 5.50% 0.00% 18.50%
21.57%

Color #BDC8A3 in popluar number systems.

HEX BD C8 A3
Decimal 189 200 163
Binary 10111101 11001000 10100011
Octal 275 310 243

Shades and tints

Shades of #BDC8A3

#BDC8A3
(189,200,163)
#ACB695
(172,182,149)
#9BA487
(155,164,135)
#8A9279
(138,146,121)
#79806B
(121,128,107)
#686E5D
(104,110,93)
#575C4F
(87,92,79)
#464A41
(70,74,65)
#353833
(53,56,51)
#242625
(36,38,37)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDC8A3

#BDC8A3
(189,200,163)
#C3CDAB
(195,205,171)
#C9D2B3
(201,210,179)
#CFD7BB
(207,215,187)
#D5DCC3
(213,220,195)
#DBE1CB
(219,225,203)
#E1E6D3
(225,230,211)
#E7EBDB
(231,235,219)
#EDF0E3
(237,240,227)
#F3F5EB
(243,245,235)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC8A3 color. Also use rgb(189,200,163) instead hex code.

Text Font Color

.myTextColor { color: #BDC8A3; }

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

This text font color is #BDC8A3.

Background Color

.myBgColor { background-color: #BDC8A3; }

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

This div background color is #BDC8A3.

Border color

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

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

This div border color is #BDC8A3.

Opacity

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

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

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

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

This text has shadow with #BDC8A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8A3.

Preview

Color preview on black background

This text has color #BDC8A3 on black background.


Color preview on white background

This text has color #BDC8A3 on white background.


Black color preview on #BDC8A3 background

This text has black color on #BDC8A3 background.


White color preview on #BDC8A3 background

This text has white color on #BDC8A3 background.


Related colors

Complementary color

Complementary color for #hex is #42375C.


I love getcolorcode.com

Triadic colors

1 #A3BDC8 and #C8A3BD with #BDC8A3 are triadic colors.

2 #A3C8BD and #C8BDA3 with #BDC8A3 are triadic colors.