COLOR #B5C5CD

HEX: #B5C5CD
RGB: (181,197,205)

Color info

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

RGB color model

#B5C5CD color RGB value is (181,197,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 205 of 255 = 80%

181
197
205

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

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 205 = 583 (100%)
R 181 of 583 ~ 31.05%
G 197 of 583 ~ 33.79%
B 205 of 583 ~ 35.16%

%31.05
%33.79
%35.16

CMYK color model

#B5C5CD color CMYK value is (12,4,0,20).

  • cyan value is 11.71%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,4,0,20)
C12M4Y0K20 
(12%,4%,0%,20%)
(0.12/0.04/0.00/0.20)	

CMYK percentages

%11.71
%3.9
%0
%19.61

Codes

Color #B5C5CD in popluar color models

B5C5CD
RGB181197205
HSL200°19.35%75.69%
HSB/HSV200°11.71%80.39%
CMYK11.71%3.90%0.00%
19.61%

Color #B5C5CD in popluar number systems.

HEXB5C5CD
Decimal181197205
Binary101101011100010111001101
Octal265305315

Shades and tints

Shades of #B5C5CD

#B5C5CD
(181,197,205)
#A5B4BB
(165,180,187)
#95A3A9
(149,163,169)
#859297
(133,146,151)
#758185
(117,129,133)
#657073
(101,112,115)
#555F61
(85,95,97)
#454E4F
(69,78,79)
#353D3D
(53,61,61)
#252C2B
(37,44,43)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #B5C5CD

#B5C5CD
(181,197,205)
#BBCAD1
(187,202,209)
#C1CFD5
(193,207,213)
#C7D4D9
(199,212,217)
#CDD9DD
(205,217,221)
#D3DEE1
(211,222,225)
#D9E3E5
(217,227,229)
#DFE8E9
(223,232,233)
#E5EDED
(229,237,237)
#EBF2F1
(235,242,241)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C5CD; }

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

This text font color is #B5C5CD.


Background Color

.myBgColor { background-color: #B5C5CD; }

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

This div background color is #B5C5CD.


Border color

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

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

This div border color is #B5C5CD.


Opacity

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

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

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

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

This text has shadow with #B5C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C5CD on black background.


Color preview on white background

This text has color #B5C5CD on white background.



Black color preview on #B5C5CD background

This text has black color on #B5C5CD background.


White color preview on #B5C5CD background

This text has white color on #B5C5CD background.