COLOR #BDC1A3

HEX: #BDC1A3 RGB: (189,193,163)

Color info

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

RGB color model

#BDC1A3 color RGB value is (189,193,163).

RGB: (189,193,163) (74%, 76%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 163 of 255 = 64%

189
193
163

R + G + B ~ 71%. #BDC1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 163 = 545 (100%)
R 189 of 545 ~ 34.68%
G 193 of 545 ~ 35.41%
B 163 of 545 ~ 29.91'%

%34.68
%35.41
%29.91

CMYK color model

#BDC1A3 color CMYK value is (2,0,16,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%

CMYK: (2,0,16,24)
C2M0Y16K24 (2%, 0%, 16%, 24%)
(0.02 / 0.00 / 0.16 / 0.24)

CMYK percentages

%2.07
%0
%15.54
%24.31

Codes

Color #BDC1A3 in popluar color models

BD C1 A3
RGB 189 193 163
HSL 68° 19.48% 69.80%
HSB/HSV 68° 15.54% 75.69%
CMYK 2.07% 0.00% 15.54%
24.31%

Color #BDC1A3 in popluar number systems.

HEX BD C1 A3
Decimal 189 193 163
Binary 10111101 11000001 10100011
Octal 275 301 243

Shades and tints

Shades of #BDC1A3

#BDC1A3
(189,193,163)
#ACB095
(172,176,149)
#9B9F87
(155,159,135)
#8A8E79
(138,142,121)
#797D6B
(121,125,107)
#686C5D
(104,108,93)
#575B4F
(87,91,79)
#464A41
(70,74,65)
#353933
(53,57,51)
#242825
(36,40,37)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDC1A3

#BDC1A3
(189,193,163)
#C3C6AB
(195,198,171)
#C9CBB3
(201,203,179)
#CFD0BB
(207,208,187)
#D5D5C3
(213,213,195)
#DBDACB
(219,218,203)
#E1DFD3
(225,223,211)
#E7E4DB
(231,228,219)
#EDE9E3
(237,233,227)
#F3EEEB
(243,238,235)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1A3; }

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

This text font color is #BDC1A3.

Background Color

.myBgColor { background-color: #BDC1A3; }

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

This div background color is #BDC1A3.

Border color

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

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

This div border color is #BDC1A3.

Opacity

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

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

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

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

This text has shadow with #BDC1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1A3.

Preview

Color preview on black background

This text has color #BDC1A3 on black background.


Color preview on white background

This text has color #BDC1A3 on white background.


Black color preview on #BDC1A3 background

This text has black color on #BDC1A3 background.


White color preview on #BDC1A3 background

This text has white color on #BDC1A3 background.


Related colors

Complementary color

Complementary color for #hex is #423E5C.


I love getcolorcode.com

Triadic colors

1 #A3BDC1 and #C1A3BD with #BDC1A3 are triadic colors.

2 #A3C1BD and #C1BDA3 with #BDC1A3 are triadic colors.