COLOR #B5CBC6

HEX: #B5CBC6 RGB: (181,203,198)

Color info

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

RGB color model

#B5CBC6 color RGB value is (181,203,198).

RGB: (181,203,198) (71%, 80%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 198 of 255 = 78%

181
203
198

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

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 198 = 582 (100%)
R 181 of 582 ~ 31.1%
G 203 of 582 ~ 34.88%
B 198 of 582 ~ 34.02'%

%31.1
%34.88
%34.02

CMYK color model

#B5CBC6 color CMYK value is (11,0,2,20).

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

CMYK: (11,0,2,20)
C11M0Y2K20 (11%, 0%, 2%, 20%)
(0.11 / 0.00 / 0.02 / 0.20)

CMYK percentages

%10.84
%0
%2.46
%20.39

Codes

Color #B5CBC6 in popluar color models

B5 CB C6
RGB 181 203 198
HSL 166° 17.46% 75.29%
HSB/HSV 166° 10.84% 79.61%
CMYK 10.84% 0.00% 2.46%
20.39%

Color #B5CBC6 in popluar number systems.

HEX B5 CB C6
Decimal 181 203 198
Binary 10110101 11001011 11000110
Octal 265 313 306

Shades and tints

Shades of #B5CBC6

#B5CBC6
(181,203,198)
#A5B9B4
(165,185,180)
#95A7A2
(149,167,162)
#859590
(133,149,144)
#75837E
(117,131,126)
#65716C
(101,113,108)
#555F5A
(85,95,90)
#454D48
(69,77,72)
#353B36
(53,59,54)
#252924
(37,41,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #B5CBC6

#B5CBC6
(181,203,198)
#BBCFCB
(187,207,203)
#C1D3D0
(193,211,208)
#C7D7D5
(199,215,213)
#CDDBDA
(205,219,218)
#D3DFDF
(211,223,223)
#D9E3E4
(217,227,228)
#DFE7E9
(223,231,233)
#E5EBEE
(229,235,238)
#EBEFF3
(235,239,243)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBC6; }

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

This text font color is #B5CBC6.

Background Color

.myBgColor { background-color: #B5CBC6; }

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

This div background color is #B5CBC6.

Border color

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

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

This div border color is #B5CBC6.

Opacity

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

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

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

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

This text has shadow with #B5CBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBC6.

Preview

Color preview on black background

This text has color #B5CBC6 on black background.


Color preview on white background

This text has color #B5CBC6 on white background.


Black color preview on #B5CBC6 background

This text has black color on #B5CBC6 background.


White color preview on #B5CBC6 background

This text has white color on #B5CBC6 background.


Related colors

Complementary color

Complementary color for #hex is #4A3439.


I love getcolorcode.com

Triadic colors

1 #C6B5CB and #CBC6B5 with #B5CBC6 are triadic colors.

2 #C6CBB5 and #CBB5C6 with #B5CBC6 are triadic colors.