COLOR #B5BDCB

HEX: #B5BDCB RGB: (181,189,203)

Color info

#B5BDCB contains red, green and blue colors in about the same proportion. Web safe color of #B5BDCB is #CCCCCC (or #CCC).

RGB color model

#B5BDCB color RGB value is (181,189,203).

RGB: (181,189,203) (71%, 74%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 203 of 255 = 80%

181
189
203

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

Portions of RGB colors in percentages

R + G + B = 181 + 189 + 203 = 573 (100%)
R 181 of 573 ~ 31.59%
G 189 of 573 ~ 32.98%
B 203 of 573 ~ 35.43'%

%31.59
%32.98
%35.43

CMYK color model

#B5BDCB color CMYK value is (11,7,0,20).

  • cyan value is 10.84%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (11,7,0,20)
C11M7Y0K20 (11%, 7%, 0%, 20%)
(0.11 / 0.07 / 0.00 / 0.20)

CMYK percentages

%10.84
%6.9
%0
%20.39

Codes

Color #B5BDCB in popluar color models

B5 BD CB
RGB 181 189 203
HSL 218° 17.46% 75.29%
HSB/HSV 218° 10.84% 79.61%
CMYK 10.84% 6.90% 0.00%
20.39%

Color #B5BDCB in popluar number systems.

HEX B5 BD CB
Decimal 181 189 203
Binary 10110101 10111101 11001011
Octal 265 275 313

Shades and tints

Shades of #B5BDCB

#B5BDCB
(181,189,203)
#A5ACB9
(165,172,185)
#959BA7
(149,155,167)
#858A95
(133,138,149)
#757983
(117,121,131)
#656871
(101,104,113)
#55575F
(85,87,95)
#45464D
(69,70,77)
#35353B
(53,53,59)
#252429
(37,36,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B5BDCB

#B5BDCB
(181,189,203)
#BBC3CF
(187,195,207)
#C1C9D3
(193,201,211)
#C7CFD7
(199,207,215)
#CDD5DB
(205,213,219)
#D3DBDF
(211,219,223)
#D9E1E3
(217,225,227)
#DFE7E7
(223,231,231)
#E5EDEB
(229,237,235)
#EBF3EF
(235,243,239)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BDCB; }

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

This text font color is #B5BDCB.

Background Color

.myBgColor { background-color: #B5BDCB; }

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

This div background color is #B5BDCB.

Border color

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

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

This div border color is #B5BDCB.

Opacity

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

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

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

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

This text has shadow with #B5BDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BDCB.

Preview

Color preview on black background

This text has color #B5BDCB on black background.


Color preview on white background

This text has color #B5BDCB on white background.


Black color preview on #B5BDCB background

This text has black color on #B5BDCB background.


White color preview on #B5BDCB background

This text has white color on #B5BDCB background.


Related colors

Complementary color

Complementary color for #hex is #4A4234.


I love getcolorcode.com

Triadic colors

1 #CBB5BD and #BDCBB5 with #B5BDCB are triadic colors.

2 #CBBDB5 and #BDB5CB with #B5BDCB are triadic colors.