COLOR #BDCBAF

HEX: #BDCBAF
RGB: (189,203,175)

Color info

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

RGB color model

#BDCBAF color RGB value is (189,203,175).

  • red value is 189;
  • green value is 203;
  • blue value is 175.
RGB:
(189,203,175)
(74%,80%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 175 of 255 = 69%

189
203
175

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

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 175 = 567 (100%)
R 189 of 567 ~ 33.33%
G 203 of 567 ~ 35.8%
B 175 of 567 ~ 30.86%

%33.33
%35.8
%30.86

CMYK color model

#BDCBAF color CMYK value is (7,0,14,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%
CMYK:
(7,0,14,20)
C7M0Y14K20 
(7%,0%,14%,20%)
(0.07/0.00/0.14/0.20)	

CMYK percentages

%6.9
%0
%13.79
%20.39

Codes

Color #BDCBAF in popluar color models

BDCBAF
RGB189203175
HSL90°21.21%74.12%
HSB/HSV90°13.79%79.61%
CMYK6.90%0.00%13.79%
20.39%

Color #BDCBAF in popluar number systems.

HEXBDCBAF
Decimal189203175
Binary101111011100101110101111
Octal275313257

Shades and tints

Shades of #BDCBAF

#BDCBAF
(189,203,175)
#ACB9A0
(172,185,160)
#9BA791
(155,167,145)
#8A9582
(138,149,130)
#798373
(121,131,115)
#687164
(104,113,100)
#575F55
(87,95,85)
#464D46
(70,77,70)
#353B37
(53,59,55)
#242928
(36,41,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDCBAF

#BDCBAF
(189,203,175)
#C3CFB6
(195,207,182)
#C9D3BD
(201,211,189)
#CFD7C4
(207,215,196)
#D5DBCB
(213,219,203)
#DBDFD2
(219,223,210)
#E1E3D9
(225,227,217)
#E7E7E0
(231,231,224)
#EDEBE7
(237,235,231)
#F3EFEE
(243,239,238)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBAF color. Also use rgb(189,203,175) instead hex code.

Text Font Color

.myTextColor { color: #BDCBAF; }

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

This text font color is #BDCBAF.


Background Color

.myBgColor { background-color: #BDCBAF; }

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

This div background color is #BDCBAF.


Border color

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

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

This div border color is #BDCBAF.


Opacity

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

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

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

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

This text has shadow with #BDCBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBAF on black background.


Color preview on white background

This text has color #BDCBAF on white background.



Black color preview on #BDCBAF background

This text has black color on #BDCBAF background.


White color preview on #BDCBAF background

This text has white color on #BDCBAF background.