COLOR #B5B8CA

HEX: #B5B8CA RGB: (181,184,202)

Color info

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

RGB color model

#B5B8CA color RGB value is (181,184,202).

RGB: (181,184,202) (71%, 72%, 79%)

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 202 of 255 = 79%

181
184
202

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

Portions of RGB colors in percentages

R + G + B = 181 + 184 + 202 = 567 (100%)
R 181 of 567 ~ 31.92%
G 184 of 567 ~ 32.45%
B 202 of 567 ~ 35.63'%

%31.92
%32.45
%35.63

CMYK color model

#B5B8CA color CMYK value is (10,9,0,21).

  • cyan value is 10.40%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,9,0,21)
C10M9Y0K21 (10%, 9%, 0%, 21%)
(0.10 / 0.09 / 0.00 / 0.21)

CMYK percentages

%10.4
%8.91
%0
%20.78

Codes

Color #B5B8CA in popluar color models

B5 B8 CA
RGB 181 184 202
HSL 231° 16.54% 75.10%
HSB/HSV 231° 10.40% 79.22%
CMYK 10.40% 8.91% 0.00%
20.78%

Color #B5B8CA in popluar number systems.

HEX B5 B8 CA
Decimal 181 184 202
Binary 10110101 10111000 11001010
Octal 265 270 312

Shades and tints

Shades of #B5B8CA

#B5B8CA
(181,184,202)
#A5A8B8
(165,168,184)
#9598A6
(149,152,166)
#858894
(133,136,148)
#757882
(117,120,130)
#656870
(101,104,112)
#55585E
(85,88,94)
#45484C
(69,72,76)
#35383A
(53,56,58)
#252828
(37,40,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #B5B8CA

#B5B8CA
(181,184,202)
#BBBECE
(187,190,206)
#C1C4D2
(193,196,210)
#C7CAD6
(199,202,214)
#CDD0DA
(205,208,218)
#D3D6DE
(211,214,222)
#D9DCE2
(217,220,226)
#DFE2E6
(223,226,230)
#E5E8EA
(229,232,234)
#EBEEEE
(235,238,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B8CA color. Also use rgb(181,184,202) instead hex code.

Text Font Color

.myTextColor { color: #B5B8CA; }

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

This text font color is #B5B8CA.

Background Color

.myBgColor { background-color: #B5B8CA; }

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

This div background color is #B5B8CA.

Border color

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

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

This div border color is #B5B8CA.

Opacity

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

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

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

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

This text has shadow with #B5B8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B8CA.

Preview

Color preview on black background

This text has color #B5B8CA on black background.


Color preview on white background

This text has color #B5B8CA on white background.


Black color preview on #B5B8CA background

This text has black color on #B5B8CA background.


White color preview on #B5B8CA background

This text has white color on #B5B8CA background.


Related colors

Complementary color

Complementary color for #hex is #4A4735.


I love getcolorcode.com

Triadic colors

1 #CAB5B8 and #B8CAB5 with #B5B8CA are triadic colors.

2 #CAB8B5 and #B8B5CA with #B5B8CA are triadic colors.