COLOR #B5C7CD

HEX: #B5C7CD RGB: (181,199,205)

Color info

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

RGB color model

#B5C7CD color RGB value is (181,199,205).

RGB: (181,199,205) (71%, 78%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 205 of 255 = 80%

181
199
205

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

Portions of RGB colors in percentages

R + G + B = 181 + 199 + 205 = 585 (100%)
R 181 of 585 ~ 30.94%
G 199 of 585 ~ 34.02%
B 205 of 585 ~ 35.04'%

%30.94
%34.02
%35.04

CMYK color model

#B5C7CD color CMYK value is (12,3,0,20).

  • cyan value is 11.71%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,3,0,20)
C12M3Y0K20 (12%, 3%, 0%, 20%)
(0.12 / 0.03 / 0.00 / 0.20)

CMYK percentages

%11.71
%2.93
%0
%19.61

Codes

Color #B5C7CD in popluar color models

B5 C7 CD
RGB 181 199 205
HSL 195° 19.35% 75.69%
HSB/HSV 195° 11.71% 80.39%
CMYK 11.71% 2.93% 0.00%
19.61%

Color #B5C7CD in popluar number systems.

HEX B5 C7 CD
Decimal 181 199 205
Binary 10110101 11000111 11001101
Octal 265 307 315

Shades and tints

Shades of #B5C7CD

#B5C7CD
(181,199,205)
#A5B5BB
(165,181,187)
#95A3A9
(149,163,169)
#859197
(133,145,151)
#757F85
(117,127,133)
#656D73
(101,109,115)
#555B61
(85,91,97)
#45494F
(69,73,79)
#35373D
(53,55,61)
#25252B
(37,37,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #B5C7CD

#B5C7CD
(181,199,205)
#BBCCD1
(187,204,209)
#C1D1D5
(193,209,213)
#C7D6D9
(199,214,217)
#CDDBDD
(205,219,221)
#D3E0E1
(211,224,225)
#D9E5E5
(217,229,229)
#DFEAE9
(223,234,233)
#E5EFED
(229,239,237)
#EBF4F1
(235,244,241)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C7CD; }

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

This text font color is #B5C7CD.

Background Color

.myBgColor { background-color: #B5C7CD; }

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

This div background color is #B5C7CD.

Border color

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

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

This div border color is #B5C7CD.

Opacity

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

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

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

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

This text has shadow with #B5C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C7CD.

Preview

Color preview on black background

This text has color #B5C7CD on black background.


Color preview on white background

This text has color #B5C7CD on white background.


Black color preview on #B5C7CD background

This text has black color on #B5C7CD background.


White color preview on #B5C7CD background

This text has white color on #B5C7CD background.


Related colors

Complementary color

Complementary color for #hex is #4A3832.


I love getcolorcode.com

Triadic colors

1 #CDB5C7 and #C7CDB5 with #B5C7CD are triadic colors.

2 #CDC7B5 and #C7B5CD with #B5C7CD are triadic colors.