COLOR #BDC7A3

HEX: #BDC7A3
RGB: (189,199,163)

Color info

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

RGB color model

#BDC7A3 color RGB value is (189,199,163).

  • red value is 189;
  • green value is 199;
  • blue value is 163.
RGB:
(189,199,163)
(74%,78%,64%)

RGB channels and saturation

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

189
199
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 163 = 551 (100%)
R 189 of 551 ~ 34.3%
G 199 of 551 ~ 36.12%
B 163 of 551 ~ 29.58%

%34.3
%36.12
%29.58

CMYK color model

#BDC7A3 color CMYK value is (5,0,18,22).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 21.96%
CMYK:
(5,0,18,22)
C5M0Y18K22 
(5%,0%,18%,22%)
(0.05/0.00/0.18/0.22)	

CMYK percentages

%5.03
%0
%18.09
%21.96

Codes

Color #BDC7A3 in popluar color models

BDC7A3
RGB189199163
HSL77°24.32%70.98%
HSB/HSV77°18.09%78.04%
CMYK5.03%0.00%18.09%
21.96%

Color #BDC7A3 in popluar number systems.

HEXBDC7A3
Decimal189199163
Binary101111011100011110100011
Octal275307243

Shades and tints

Shades of #BDC7A3

#BDC7A3
(189,199,163)
#ACB595
(172,181,149)
#9BA387
(155,163,135)
#8A9179
(138,145,121)
#797F6B
(121,127,107)
#686D5D
(104,109,93)
#575B4F
(87,91,79)
#464941
(70,73,65)
#353733
(53,55,51)
#242525
(36,37,37)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDC7A3

#BDC7A3
(189,199,163)
#C3CCAB
(195,204,171)
#C9D1B3
(201,209,179)
#CFD6BB
(207,214,187)
#D5DBC3
(213,219,195)
#DBE0CB
(219,224,203)
#E1E5D3
(225,229,211)
#E7EADB
(231,234,219)
#EDEFE3
(237,239,227)
#F3F4EB
(243,244,235)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC7A3; }

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

This text font color is #BDC7A3.


Background Color

.myBgColor { background-color: #BDC7A3; }

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

This div background color is #BDC7A3.


Border color

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

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

This div border color is #BDC7A3.


Opacity

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

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

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

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

This text has shadow with #BDC7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC7A3 on black background.


Color preview on white background

This text has color #BDC7A3 on white background.



Black color preview on #BDC7A3 background

This text has black color on #BDC7A3 background.


White color preview on #BDC7A3 background

This text has white color on #BDC7A3 background.