COLOR #BDCAB0

HEX: #BDCAB0
RGB: (189,202,176)

Color info

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

RGB color model

#BDCAB0 color RGB value is (189,202,176).

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

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 176 of 255 = 69%

189
202
176

R + G + B ~ 74%. #BDCAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 202 + 176 = 567 (100%)
R 189 of 567 ~ 33.33%
G 202 of 567 ~ 35.63%
B 176 of 567 ~ 31.04%

%33.33
%35.63
%31.04

CMYK color model

#BDCAB0 color CMYK value is (6,0,13,21).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%
CMYK:
(6,0,13,21)
C6M0Y13K21 
(6%,0%,13%,21%)
(0.06/0.00/0.13/0.21)	

CMYK percentages

%6.44
%0
%12.87
%20.78

Codes

Color #BDCAB0 in popluar color models

BDCAB0
RGB189202176
HSL90°19.70%74.12%
HSB/HSV90°12.87%79.22%
CMYK6.44%0.00%12.87%
20.78%

Color #BDCAB0 in popluar number systems.

HEXBDCAB0
Decimal189202176
Binary101111011100101010110000
Octal275312260

Shades and tints

Shades of #BDCAB0

#BDCAB0
(189,202,176)
#ACB8A0
(172,184,160)
#9BA690
(155,166,144)
#8A9480
(138,148,128)
#798270
(121,130,112)
#687060
(104,112,96)
#575E50
(87,94,80)
#464C40
(70,76,64)
#353A30
(53,58,48)
#242820
(36,40,32)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #BDCAB0

#BDCAB0
(189,202,176)
#C3CEB7
(195,206,183)
#C9D2BE
(201,210,190)
#CFD6C5
(207,214,197)
#D5DACC
(213,218,204)
#DBDED3
(219,222,211)
#E1E2DA
(225,226,218)
#E7E6E1
(231,230,225)
#EDEAE8
(237,234,232)
#F3EEEF
(243,238,239)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCAB0; }

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

This text font color is #BDCAB0.


Background Color

.myBgColor { background-color: #BDCAB0; }

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

This div background color is #BDCAB0.


Border color

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

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

This div border color is #BDCAB0.


Opacity

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

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

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

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

This text has shadow with #BDCAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCAB0 on black background.


Color preview on white background

This text has color #BDCAB0 on white background.



Black color preview on #BDCAB0 background

This text has black color on #BDCAB0 background.


White color preview on #BDCAB0 background

This text has white color on #BDCAB0 background.