COLOR #BDC1AC

HEX: #BDC1AC
RGB: (189,193,172)

Color info

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

RGB color model

#BDC1AC color RGB value is (189,193,172).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 172 of 255 = 67%

189
193
172

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 172 = 554 (100%)
R 189 of 554 ~ 34.12%
G 193 of 554 ~ 34.84%
B 172 of 554 ~ 31.05%

%34.12
%34.84
%31.05

CMYK color model

#BDC1AC color CMYK value is (2,0,11,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 24.31%
CMYK:
(2,0,11,24)
C2M0Y11K24 
(2%,0%,11%,24%)
(0.02/0.00/0.11/0.24)	

CMYK percentages

%2.07
%0
%10.88
%24.31

Codes

Color #BDC1AC in popluar color models

BDC1AC
RGB189193172
HSL71°14.48%71.57%
HSB/HSV71°10.88%75.69%
CMYK2.07%0.00%10.88%
24.31%

Color #BDC1AC in popluar number systems.

HEXBDC1AC
Decimal189193172
Binary101111011100000110101100
Octal275301254

Shades and tints

Shades of #BDC1AC

#BDC1AC
(189,193,172)
#ACB09D
(172,176,157)
#9B9F8E
(155,159,142)
#8A8E7F
(138,142,127)
#797D70
(121,125,112)
#686C61
(104,108,97)
#575B52
(87,91,82)
#464A43
(70,74,67)
#353934
(53,57,52)
#242825
(36,40,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDC1AC

#BDC1AC
(189,193,172)
#C3C6B3
(195,198,179)
#C9CBBA
(201,203,186)
#CFD0C1
(207,208,193)
#D5D5C8
(213,213,200)
#DBDACF
(219,218,207)
#E1DFD6
(225,223,214)
#E7E4DD
(231,228,221)
#EDE9E4
(237,233,228)
#F3EEEB
(243,238,235)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1AC; }

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

This text font color is #BDC1AC.


Background Color

.myBgColor { background-color: #BDC1AC; }

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

This div background color is #BDC1AC.


Border color

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

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

This div border color is #BDC1AC.


Opacity

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

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

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

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

This text has shadow with #BDC1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1AC on black background.


Color preview on white background

This text has color #BDC1AC on white background.



Black color preview on #BDC1AC background

This text has black color on #BDC1AC background.


White color preview on #BDC1AC background

This text has white color on #BDC1AC background.