COLOR #B5BBD5

HEX: #B5BBD5
RGB: (181,187,213)

Color info

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

RGB color model

#B5BBD5 color RGB value is (181,187,213).

  • red value is 181;
  • green value is 187;
  • blue value is 213.
RGB:
(181,187,213)
(71%,73%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 213 of 255 = 84%

181
187
213

R + G + B ~ 76%. #B5BBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 213 = 581 (100%)
R 181 of 581 ~ 31.15%
G 187 of 581 ~ 32.19%
B 213 of 581 ~ 36.66%

%31.15
%32.19
%36.66

CMYK color model

#B5BBD5 color CMYK value is (15,12,0,16).

  • cyan value is 15.02%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,12,0,16)
C15M12Y0K16 
(15%,12%,0%,16%)
(0.15/0.12/0.00/0.16)	

CMYK percentages

%15.02
%12.21
%0
%16.47

Codes

Color #B5BBD5 in popluar color models

B5BBD5
RGB181187213
HSL229°27.59%77.25%
HSB/HSV229°15.02%83.53%
CMYK15.02%12.21%0.00%
16.47%

Color #B5BBD5 in popluar number systems.

HEXB5BBD5
Decimal181187213
Binary101101011011101111010101
Octal265273325

Shades and tints

Shades of #B5BBD5

#B5BBD5
(181,187,213)
#A5AAC2
(165,170,194)
#9599AF
(149,153,175)
#85889C
(133,136,156)
#757789
(117,119,137)
#656676
(101,102,118)
#555563
(85,85,99)
#454450
(69,68,80)
#35333D
(53,51,61)
#25222A
(37,34,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B5BBD5

#B5BBD5
(181,187,213)
#BBC1D8
(187,193,216)
#C1C7DB
(193,199,219)
#C7CDDE
(199,205,222)
#CDD3E1
(205,211,225)
#D3D9E4
(211,217,228)
#D9DFE7
(217,223,231)
#DFE5EA
(223,229,234)
#E5EBED
(229,235,237)
#EBF1F0
(235,241,240)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BBD5 color. Also use rgb(181,187,213) instead hex code.

Text Font Color

.myTextColor { color: #B5BBD5; }

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

This text font color is #B5BBD5.


Background Color

.myBgColor { background-color: #B5BBD5; }

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

This div background color is #B5BBD5.


Border color

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

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

This div border color is #B5BBD5.


Opacity

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

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

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

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

This text has shadow with #B5BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBD5 on black background.


Color preview on white background

This text has color #B5BBD5 on white background.



Black color preview on #B5BBD5 background

This text has black color on #B5BBD5 background.


White color preview on #B5BBD5 background

This text has white color on #B5BBD5 background.