COLOR #BDC1A9

HEX: #BDC1A9
RGB: (189,193,169)

Color info

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

RGB color model

#BDC1A9 color RGB value is (189,193,169).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 169 of 255 = 66%

189
193
169

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 169 = 551 (100%)
R 189 of 551 ~ 34.3%
G 193 of 551 ~ 35.03%
B 169 of 551 ~ 30.67%

%34.3
%35.03
%30.67

CMYK color model

#BDC1A9 color CMYK value is (2,0,12,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(2,0,12,24)
C2M0Y12K24 
(2%,0%,12%,24%)
(0.02/0.00/0.12/0.24)	

CMYK percentages

%2.07
%0
%12.44
%24.31

Codes

Color #BDC1A9 in popluar color models

BDC1A9
RGB189193169
HSL70°16.22%70.98%
HSB/HSV70°12.44%75.69%
CMYK2.07%0.00%12.44%
24.31%

Color #BDC1A9 in popluar number systems.

HEXBDC1A9
Decimal189193169
Binary101111011100000110101001
Octal275301251

Shades and tints

Shades of #BDC1A9

#BDC1A9
(189,193,169)
#ACB09A
(172,176,154)
#9B9F8B
(155,159,139)
#8A8E7C
(138,142,124)
#797D6D
(121,125,109)
#686C5E
(104,108,94)
#575B4F
(87,91,79)
#464A40
(70,74,64)
#353931
(53,57,49)
#242822
(36,40,34)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDC1A9

#BDC1A9
(189,193,169)
#C3C6B0
(195,198,176)
#C9CBB7
(201,203,183)
#CFD0BE
(207,208,190)
#D5D5C5
(213,213,197)
#DBDACC
(219,218,204)
#E1DFD3
(225,223,211)
#E7E4DA
(231,228,218)
#EDE9E1
(237,233,225)
#F3EEE8
(243,238,232)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1A9; }

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

This text font color is #BDC1A9.


Background Color

.myBgColor { background-color: #BDC1A9; }

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

This div background color is #BDC1A9.


Border color

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

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

This div border color is #BDC1A9.


Opacity

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

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

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

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

This text has shadow with #BDC1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1A9 on black background.


Color preview on white background

This text has color #BDC1A9 on white background.



Black color preview on #BDC1A9 background

This text has black color on #BDC1A9 background.


White color preview on #BDC1A9 background

This text has white color on #BDC1A9 background.