COLOR #B5C7BF

HEX: #B5C7BF RGB: (181,199,191)

Color info

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

RGB color model

#B5C7BF color RGB value is (181,199,191).

RGB: (181,199,191) (71%, 78%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 191 of 255 = 75%

181
199
191

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

Portions of RGB colors in percentages

R + G + B = 181 + 199 + 191 = 571 (100%)
R 181 of 571 ~ 31.7%
G 199 of 571 ~ 34.85%
B 191 of 571 ~ 33.45'%

%31.7
%34.85
%33.45

CMYK color model

#B5C7BF color CMYK value is (9,0,4,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (9,0,4,22)
C9M0Y4K22 (9%, 0%, 4%, 22%)
(0.09 / 0.00 / 0.04 / 0.22)

CMYK percentages

%9.05
%0
%4.02
%21.96

Codes

Color #B5C7BF in popluar color models

B5 C7 BF
RGB 181 199 191
HSL 153° 13.85% 74.51%
HSB/HSV 153° 9.05% 78.04%
CMYK 9.05% 0.00% 4.02%
21.96%

Color #B5C7BF in popluar number systems.

HEX B5 C7 BF
Decimal 181 199 191
Binary 10110101 11000111 10111111
Octal 265 307 277

Shades and tints

Shades of #B5C7BF

#B5C7BF
(181,199,191)
#A5B5AE
(165,181,174)
#95A39D
(149,163,157)
#85918C
(133,145,140)
#757F7B
(117,127,123)
#656D6A
(101,109,106)
#555B59
(85,91,89)
#454948
(69,73,72)
#353737
(53,55,55)
#252526
(37,37,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B5C7BF

#B5C7BF
(181,199,191)
#BBCCC4
(187,204,196)
#C1D1C9
(193,209,201)
#C7D6CE
(199,214,206)
#CDDBD3
(205,219,211)
#D3E0D8
(211,224,216)
#D9E5DD
(217,229,221)
#DFEAE2
(223,234,226)
#E5EFE7
(229,239,231)
#EBF4EC
(235,244,236)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C7BF color. Also use rgb(181,199,191) instead hex code.

Text Font Color

.myTextColor { color: #B5C7BF; }

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

This text font color is #B5C7BF.

Background Color

.myBgColor { background-color: #B5C7BF; }

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

This div background color is #B5C7BF.

Border color

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

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

This div border color is #B5C7BF.

Opacity

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

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

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

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

This text has shadow with #B5C7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C7BF.

Preview

Color preview on black background

This text has color #B5C7BF on black background.


Color preview on white background

This text has color #B5C7BF on white background.


Black color preview on #B5C7BF background

This text has black color on #B5C7BF background.


White color preview on #B5C7BF background

This text has white color on #B5C7BF background.


Related colors

Complementary color

Complementary color for #hex is #4A3840.


I love getcolorcode.com

Triadic colors

1 #BFB5C7 and #C7BFB5 with #B5C7BF are triadic colors.

2 #BFC7B5 and #C7B5BF with #B5C7BF are triadic colors.