COLOR #B5C8CC

HEX: #B5C8CC
RGB: (181,200,204)

Color info

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

RGB color model

#B5C8CC color RGB value is (181,200,204).

  • red value is 181;
  • green value is 200;
  • blue value is 204.
RGB:
(181,200,204)
(71%,78%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 204 of 255 = 80%

181
200
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 204 = 585 (100%)
R 181 of 585 ~ 30.94%
G 200 of 585 ~ 34.19%
B 204 of 585 ~ 34.87%

%30.94
%34.19
%34.87

CMYK color model

#B5C8CC color CMYK value is (11,2,0,20).

  • cyan value is 11.27%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,2,0,20)
C11M2Y0K20 
(11%,2%,0%,20%)
(0.11/0.02/0.00/0.20)	

CMYK percentages

%11.27
%1.96
%0
%20

Codes

Color #B5C8CC in popluar color models

B5C8CC
RGB181200204
HSL190°18.40%75.49%
HSB/HSV190°11.27%80.00%
CMYK11.27%1.96%0.00%
20.00%

Color #B5C8CC in popluar number systems.

HEXB5C8CC
Decimal181200204
Binary101101011100100011001100
Octal265310314

Shades and tints

Shades of #B5C8CC

#B5C8CC
(181,200,204)
#A5B6BA
(165,182,186)
#95A4A8
(149,164,168)
#859296
(133,146,150)
#758084
(117,128,132)
#656E72
(101,110,114)
#555C60
(85,92,96)
#454A4E
(69,74,78)
#35383C
(53,56,60)
#25262A
(37,38,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5C8CC

#B5C8CC
(181,200,204)
#BBCDD0
(187,205,208)
#C1D2D4
(193,210,212)
#C7D7D8
(199,215,216)
#CDDCDC
(205,220,220)
#D3E1E0
(211,225,224)
#D9E6E4
(217,230,228)
#DFEBE8
(223,235,232)
#E5F0EC
(229,240,236)
#EBF5F0
(235,245,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C8CC color. Also use rgb(181,200,204) instead hex code.

Text Font Color

.myTextColor { color: #B5C8CC; }

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

This text font color is #B5C8CC.


Background Color

.myBgColor { background-color: #B5C8CC; }

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

This div background color is #B5C8CC.


Border color

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

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

This div border color is #B5C8CC.


Opacity

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

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

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

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

This text has shadow with #B5C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8CC on black background.


Color preview on white background

This text has color #B5C8CC on white background.



Black color preview on #B5C8CC background

This text has black color on #B5C8CC background.


White color preview on #B5C8CC background

This text has white color on #B5C8CC background.