COLOR #B5B9CD

HEX: #B5B9CD RGB: (181,185,205)

Color info

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

RGB color model

#B5B9CD color RGB value is (181,185,205).

RGB: (181,185,205) (71%, 73%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 205 of 255 = 80%

181
185
205

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

Portions of RGB colors in percentages

R + G + B = 181 + 185 + 205 = 571 (100%)
R 181 of 571 ~ 31.7%
G 185 of 571 ~ 32.4%
B 205 of 571 ~ 35.9'%

%31.7
%32.4
%35.9

CMYK color model

#B5B9CD color CMYK value is (12,10,0,20).

  • cyan value is 11.71%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,10,0,20)
C12M10Y0K20 (12%, 10%, 0%, 20%)
(0.12 / 0.10 / 0.00 / 0.20)

CMYK percentages

%11.71
%9.76
%0
%19.61

Codes

Color #B5B9CD in popluar color models

B5 B9 CD
RGB 181 185 205
HSL 230° 19.35% 75.69%
HSB/HSV 230° 11.71% 80.39%
CMYK 11.71% 9.76% 0.00%
19.61%

Color #B5B9CD in popluar number systems.

HEX B5 B9 CD
Decimal 181 185 205
Binary 10110101 10111001 11001101
Octal 265 271 315

Shades and tints

Shades of #B5B9CD

#B5B9CD
(181,185,205)
#A5A9BB
(165,169,187)
#9599A9
(149,153,169)
#858997
(133,137,151)
#757985
(117,121,133)
#656973
(101,105,115)
#555961
(85,89,97)
#45494F
(69,73,79)
#35393D
(53,57,61)
#25292B
(37,41,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5B9CD

#B5B9CD
(181,185,205)
#BBBFD1
(187,191,209)
#C1C5D5
(193,197,213)
#C7CBD9
(199,203,217)
#CDD1DD
(205,209,221)
#D3D7E1
(211,215,225)
#D9DDE5
(217,221,229)
#DFE3E9
(223,227,233)
#E5E9ED
(229,233,237)
#EBEFF1
(235,239,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B9CD color. Also use rgb(181,185,205) instead hex code.

Text Font Color

.myTextColor { color: #B5B9CD; }

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

This text font color is #B5B9CD.

Background Color

.myBgColor { background-color: #B5B9CD; }

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

This div background color is #B5B9CD.

Border color

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

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

This div border color is #B5B9CD.

Opacity

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

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

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

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

This text has shadow with #B5B9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B9CD.

Preview

Color preview on black background

This text has color #B5B9CD on black background.


Color preview on white background

This text has color #B5B9CD on white background.


Black color preview on #B5B9CD background

This text has black color on #B5B9CD background.


White color preview on #B5B9CD background

This text has white color on #B5B9CD background.


Related colors

Complementary color

Complementary color for #hex is #4A4632.


I love getcolorcode.com

Triadic colors

1 #CDB5B9 and #B9CDB5 with #B5B9CD are triadic colors.

2 #CDB9B5 and #B9B5CD with #B5B9CD are triadic colors.