COLOR #B7C5CD

HEX: #B7C5CD
RGB: (183,197,205)

Color info

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

RGB color model

#B7C5CD color RGB value is (183,197,205).

  • red value is 183;
  • green value is 197;
  • blue value is 205.
RGB:
(183,197,205)
(72%,77%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 205 of 255 = 80%

183
197
205

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 205 = 585 (100%)
R 183 of 585 ~ 31.28%
G 197 of 585 ~ 33.68%
B 205 of 585 ~ 35.04%

%31.28
%33.68
%35.04

CMYK color model

#B7C5CD color CMYK value is (11,4,0,20).

  • cyan value is 10.73%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,4,0,20)
C11M4Y0K20 
(11%,4%,0%,20%)
(0.11/0.04/0.00/0.20)	

CMYK percentages

%10.73
%3.9
%0
%19.61

Codes

Color #B7C5CD in popluar color models

B7C5CD
RGB183197205
HSL202°18.03%76.08%
HSB/HSV202°10.73%80.39%
CMYK10.73%3.90%0.00%
19.61%

Color #B7C5CD in popluar number systems.

HEXB7C5CD
Decimal183197205
Binary101101111100010111001101
Octal267305315

Shades and tints

Shades of #B7C5CD

#B7C5CD
(183,197,205)
#A7B4BB
(167,180,187)
#97A3A9
(151,163,169)
#879297
(135,146,151)
#778185
(119,129,133)
#677073
(103,112,115)
#575F61
(87,95,97)
#474E4F
(71,78,79)
#373D3D
(55,61,61)
#272C2B
(39,44,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #B7C5CD

#B7C5CD
(183,197,205)
#BDCAD1
(189,202,209)
#C3CFD5
(195,207,213)
#C9D4D9
(201,212,217)
#CFD9DD
(207,217,221)
#D5DEE1
(213,222,225)
#DBE3E5
(219,227,229)
#E1E8E9
(225,232,233)
#E7EDED
(231,237,237)
#EDF2F1
(237,242,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C5CD color. Also use rgb(183,197,205) instead hex code.

Text Font Color

.myTextColor { color: #B7C5CD; }

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

This text font color is #B7C5CD.


Background Color

.myBgColor { background-color: #B7C5CD; }

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

This div background color is #B7C5CD.


Border color

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

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

This div border color is #B7C5CD.


Opacity

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

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

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

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

This text has shadow with #B7C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C5CD on black background.


Color preview on white background

This text has color #B7C5CD on white background.



Black color preview on #B7C5CD background

This text has black color on #B7C5CD background.


White color preview on #B7C5CD background

This text has white color on #B7C5CD background.