COLOR #BDC4AA

HEX: #BDC4AA
RGB: (189,196,170)

Color info

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

RGB color model

#BDC4AA color RGB value is (189,196,170).

  • red value is 189;
  • green value is 196;
  • blue value is 170.
RGB:
(189,196,170)
(74%,77%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 170 of 255 = 67%

189
196
170

R + G + B ~ 73%. #BDC4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 170 = 555 (100%)
R 189 of 555 ~ 34.05%
G 196 of 555 ~ 35.32%
B 170 of 555 ~ 30.63%

%34.05
%35.32
%30.63

CMYK color model

#BDC4AA color CMYK value is (4,0,13,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(4,0,13,23)
C4M0Y13K23 
(4%,0%,13%,23%)
(0.04/0.00/0.13/0.23)	

CMYK percentages

%3.57
%0
%13.27
%23.14

Codes

Color #BDC4AA in popluar color models

BDC4AA
RGB189196170
HSL76°18.06%71.76%
HSB/HSV76°13.27%76.86%
CMYK3.57%0.00%13.27%
23.14%

Color #BDC4AA in popluar number systems.

HEXBDC4AA
Decimal189196170
Binary101111011100010010101010
Octal275304252

Shades and tints

Shades of #BDC4AA

#BDC4AA
(189,196,170)
#ACB39B
(172,179,155)
#9BA28C
(155,162,140)
#8A917D
(138,145,125)
#79806E
(121,128,110)
#686F5F
(104,111,95)
#575E50
(87,94,80)
#464D41
(70,77,65)
#353C32
(53,60,50)
#242B23
(36,43,35)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #BDC4AA

#BDC4AA
(189,196,170)
#C3C9B1
(195,201,177)
#C9CEB8
(201,206,184)
#CFD3BF
(207,211,191)
#D5D8C6
(213,216,198)
#DBDDCD
(219,221,205)
#E1E2D4
(225,226,212)
#E7E7DB
(231,231,219)
#EDECE2
(237,236,226)
#F3F1E9
(243,241,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC4AA color. Also use rgb(189,196,170) instead hex code.

Text Font Color

.myTextColor { color: #BDC4AA; }

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

This text font color is #BDC4AA.


Background Color

.myBgColor { background-color: #BDC4AA; }

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

This div background color is #BDC4AA.


Border color

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

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

This div border color is #BDC4AA.


Opacity

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

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

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

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

This text has shadow with #BDC4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC4AA on black background.


Color preview on white background

This text has color #BDC4AA on white background.



Black color preview on #BDC4AA background

This text has black color on #BDC4AA background.


White color preview on #BDC4AA background

This text has white color on #BDC4AA background.