COLOR #B5CBC9

HEX: #B5CBC9 RGB: (181,203,201)

Color info

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

RGB color model

#B5CBC9 color RGB value is (181,203,201).

RGB: (181,203,201) (71%, 80%, 79%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 201 of 255 = 79%

181
203
201

R + G + B ~ 77%. #B5CBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 201 = 585 (100%)
R 181 of 585 ~ 30.94%
G 203 of 585 ~ 34.7%
B 201 of 585 ~ 34.36'%

%30.94
%34.7
%34.36

CMYK color model

#B5CBC9 color CMYK value is (11,0,1,20).

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

CMYK: (11,0,1,20)
C11M0Y1K20 (11%, 0%, 1%, 20%)
(0.11 / 0.00 / 0.01 / 0.20)

CMYK percentages

%10.84
%0
%0.99
%20.39

Codes

Color #B5CBC9 in popluar color models

B5 CB C9
RGB 181 203 201
HSL 175° 17.46% 75.29%
HSB/HSV 175° 10.84% 79.61%
CMYK 10.84% 0.00% 0.99%
20.39%

Color #B5CBC9 in popluar number systems.

HEX B5 CB C9
Decimal 181 203 201
Binary 10110101 11001011 11001001
Octal 265 313 311

Shades and tints

Shades of #B5CBC9

#B5CBC9
(181,203,201)
#A5B9B7
(165,185,183)
#95A7A5
(149,167,165)
#859593
(133,149,147)
#758381
(117,131,129)
#65716F
(101,113,111)
#555F5D
(85,95,93)
#454D4B
(69,77,75)
#353B39
(53,59,57)
#252927
(37,41,39)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5CBC9

#B5CBC9
(181,203,201)
#BBCFCD
(187,207,205)
#C1D3D1
(193,211,209)
#C7D7D5
(199,215,213)
#CDDBD9
(205,219,217)
#D3DFDD
(211,223,221)
#D9E3E1
(217,227,225)
#DFE7E5
(223,231,229)
#E5EBE9
(229,235,233)
#EBEFED
(235,239,237)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBC9; }

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

This text font color is #B5CBC9.

Background Color

.myBgColor { background-color: #B5CBC9; }

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

This div background color is #B5CBC9.

Border color

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

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

This div border color is #B5CBC9.

Opacity

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

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

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

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

This text has shadow with #B5CBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBC9.

Preview

Color preview on black background

This text has color #B5CBC9 on black background.


Color preview on white background

This text has color #B5CBC9 on white background.


Black color preview on #B5CBC9 background

This text has black color on #B5CBC9 background.


White color preview on #B5CBC9 background

This text has white color on #B5CBC9 background.


Related colors

Complementary color

Complementary color for #hex is #4A3436.


I love getcolorcode.com

Triadic colors

1 #C9B5CB and #CBC9B5 with #B5CBC9 are triadic colors.

2 #C9CBB5 and #CBB5C9 with #B5CBC9 are triadic colors.