COLOR #B5C2CD

HEX: #B5C2CD
RGB: (181,194,205)

Color info

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

RGB color model

#B5C2CD color RGB value is (181,194,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 194 of 255 = 76%
B 205 of 255 = 80%

181
194
205

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

Portions of RGB colors in percentages

R + G + B =
181 + 194 + 205 = 580 (100%)
R 181 of 580 ~ 31.21%
G 194 of 580 ~ 33.45%
B 205 of 580 ~ 35.34%

%31.21
%33.45
%35.34

CMYK color model

#B5C2CD color CMYK value is (12,5,0,20).

  • cyan value is 11.71%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,5,0,20)
C12M5Y0K20 
(12%,5%,0%,20%)
(0.12/0.05/0.00/0.20)	

CMYK percentages

%11.71
%5.37
%0
%19.61

Codes

Color #B5C2CD in popluar color models

B5C2CD
RGB181194205
HSL208°19.35%75.69%
HSB/HSV208°11.71%80.39%
CMYK11.71%5.37%0.00%
19.61%

Color #B5C2CD in popluar number systems.

HEXB5C2CD
Decimal181194205
Binary101101011100001011001101
Octal265302315

Shades and tints

Shades of #B5C2CD

#B5C2CD
(181,194,205)
#A5B1BB
(165,177,187)
#95A0A9
(149,160,169)
#858F97
(133,143,151)
#757E85
(117,126,133)
#656D73
(101,109,115)
#555C61
(85,92,97)
#454B4F
(69,75,79)
#353A3D
(53,58,61)
#25292B
(37,41,43)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #B5C2CD

#B5C2CD
(181,194,205)
#BBC7D1
(187,199,209)
#C1CCD5
(193,204,213)
#C7D1D9
(199,209,217)
#CDD6DD
(205,214,221)
#D3DBE1
(211,219,225)
#D9E0E5
(217,224,229)
#DFE5E9
(223,229,233)
#E5EAED
(229,234,237)
#EBEFF1
(235,239,241)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C2CD; }

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

This text font color is #B5C2CD.


Background Color

.myBgColor { background-color: #B5C2CD; }

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

This div background color is #B5C2CD.


Border color

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

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

This div border color is #B5C2CD.


Opacity

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

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

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

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

This text has shadow with #B5C2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C2CD on black background.


Color preview on white background

This text has color #B5C2CD on white background.



Black color preview on #B5C2CD background

This text has black color on #B5C2CD background.


White color preview on #B5C2CD background

This text has white color on #B5C2CD background.