COLOR #BDCBB3

HEX: #BDCBB3
RGB: (189,203,179)

Color info

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

RGB color model

#BDCBB3 color RGB value is (189,203,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 179 of 255 = 70%

189
203
179

R + G + B ~ 75%. #BDCBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 179 = 571 (100%)
R 189 of 571 ~ 33.1%
G 203 of 571 ~ 35.55%
B 179 of 571 ~ 31.35%

%33.1
%35.55
%31.35

CMYK color model

#BDCBB3 color CMYK value is (7,0,12,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 20.39%
CMYK:
(7,0,12,20)
C7M0Y12K20 
(7%,0%,12%,20%)
(0.07/0.00/0.12/0.20)	

CMYK percentages

%6.9
%0
%11.82
%20.39

Codes

Color #BDCBB3 in popluar color models

BDCBB3
RGB189203179
HSL95°18.75%74.90%
HSB/HSV95°11.82%79.61%
CMYK6.90%0.00%11.82%
20.39%

Color #BDCBB3 in popluar number systems.

HEXBDCBB3
Decimal189203179
Binary101111011100101110110011
Octal275313263

Shades and tints

Shades of #BDCBB3

#BDCBB3
(189,203,179)
#ACB9A3
(172,185,163)
#9BA793
(155,167,147)
#8A9583
(138,149,131)
#798373
(121,131,115)
#687163
(104,113,99)
#575F53
(87,95,83)
#464D43
(70,77,67)
#353B33
(53,59,51)
#242923
(36,41,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDCBB3

#BDCBB3
(189,203,179)
#C3CFB9
(195,207,185)
#C9D3BF
(201,211,191)
#CFD7C5
(207,215,197)
#D5DBCB
(213,219,203)
#DBDFD1
(219,223,209)
#E1E3D7
(225,227,215)
#E7E7DD
(231,231,221)
#EDEBE3
(237,235,227)
#F3EFE9
(243,239,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBB3; }

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

This text font color is #BDCBB3.


Background Color

.myBgColor { background-color: #BDCBB3; }

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

This div background color is #BDCBB3.


Border color

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

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

This div border color is #BDCBB3.


Opacity

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

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

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

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

This text has shadow with #BDCBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBB3 on black background.


Color preview on white background

This text has color #BDCBB3 on white background.



Black color preview on #BDCBB3 background

This text has black color on #BDCBB3 background.


White color preview on #BDCBB3 background

This text has white color on #BDCBB3 background.