COLOR #BDCAA9

HEX: #BDCAA9
RGB: (189,202,169)

Color info

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

RGB color model

#BDCAA9 color RGB value is (189,202,169).

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

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 169 of 255 = 66%

189
202
169

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

Portions of RGB colors in percentages

R + G + B =
189 + 202 + 169 = 560 (100%)
R 189 of 560 ~ 33.75%
G 202 of 560 ~ 36.07%
B 169 of 560 ~ 30.18%

%33.75
%36.07
%30.18

CMYK color model

#BDCAA9 color CMYK value is (6,0,16,21).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(6,0,16,21)
C6M0Y16K21 
(6%,0%,16%,21%)
(0.06/0.00/0.16/0.21)	

CMYK percentages

%6.44
%0
%16.34
%20.78

Codes

Color #BDCAA9 in popluar color models

BDCAA9
RGB189202169
HSL84°23.74%72.75%
HSB/HSV84°16.34%79.22%
CMYK6.44%0.00%16.34%
20.78%

Color #BDCAA9 in popluar number systems.

HEXBDCAA9
Decimal189202169
Binary101111011100101010101001
Octal275312251

Shades and tints

Shades of #BDCAA9

#BDCAA9
(189,202,169)
#ACB89A
(172,184,154)
#9BA68B
(155,166,139)
#8A947C
(138,148,124)
#79826D
(121,130,109)
#68705E
(104,112,94)
#575E4F
(87,94,79)
#464C40
(70,76,64)
#353A31
(53,58,49)
#242822
(36,40,34)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDCAA9

#BDCAA9
(189,202,169)
#C3CEB0
(195,206,176)
#C9D2B7
(201,210,183)
#CFD6BE
(207,214,190)
#D5DAC5
(213,218,197)
#DBDECC
(219,222,204)
#E1E2D3
(225,226,211)
#E7E6DA
(231,230,218)
#EDEAE1
(237,234,225)
#F3EEE8
(243,238,232)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCAA9; }

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

This text font color is #BDCAA9.


Background Color

.myBgColor { background-color: #BDCAA9; }

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

This div background color is #BDCAA9.


Border color

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

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

This div border color is #BDCAA9.


Opacity

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

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

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

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

This text has shadow with #BDCAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCAA9 on black background.


Color preview on white background

This text has color #BDCAA9 on white background.



Black color preview on #BDCAA9 background

This text has black color on #BDCAA9 background.


White color preview on #BDCAA9 background

This text has white color on #BDCAA9 background.