COLOR #BDCBB1

HEX: #BDCBB1
RGB: (189,203,177)

Color info

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

RGB color model

#BDCBB1 color RGB value is (189,203,177).

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

RGB channels and saturation

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

189
203
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 177 = 569 (100%)
R 189 of 569 ~ 33.22%
G 203 of 569 ~ 35.68%
B 177 of 569 ~ 31.11%

%33.22
%35.68
%31.11

CMYK color model

#BDCBB1 color CMYK value is (7,0,13,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 20.39%
CMYK:
(7,0,13,20)
C7M0Y13K20 
(7%,0%,13%,20%)
(0.07/0.00/0.13/0.20)	

CMYK percentages

%6.9
%0
%12.81
%20.39

Codes

Color #BDCBB1 in popluar color models

BDCBB1
RGB189203177
HSL92°20.00%74.51%
HSB/HSV92°12.81%79.61%
CMYK6.90%0.00%12.81%
20.39%

Color #BDCBB1 in popluar number systems.

HEXBDCBB1
Decimal189203177
Binary101111011100101110110001
Octal275313261

Shades and tints

Shades of #BDCBB1

#BDCBB1
(189,203,177)
#ACB9A1
(172,185,161)
#9BA791
(155,167,145)
#8A9581
(138,149,129)
#798371
(121,131,113)
#687161
(104,113,97)
#575F51
(87,95,81)
#464D41
(70,77,65)
#353B31
(53,59,49)
#242921
(36,41,33)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDCBB1

#BDCBB1
(189,203,177)
#C3CFB8
(195,207,184)
#C9D3BF
(201,211,191)
#CFD7C6
(207,215,198)
#D5DBCD
(213,219,205)
#DBDFD4
(219,223,212)
#E1E3DB
(225,227,219)
#E7E7E2
(231,231,226)
#EDEBE9
(237,235,233)
#F3EFF0
(243,239,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBB1; }

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

This text font color is #BDCBB1.


Background Color

.myBgColor { background-color: #BDCBB1; }

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

This div background color is #BDCBB1.


Border color

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

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

This div border color is #BDCBB1.


Opacity

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

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

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

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

This text has shadow with #BDCBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBB1 on black background.


Color preview on white background

This text has color #BDCBB1 on white background.



Black color preview on #BDCBB1 background

This text has black color on #BDCBB1 background.


White color preview on #BDCBB1 background

This text has white color on #BDCBB1 background.