COLOR #B5C4CC

HEX: #B5C4CC
RGB: (181,196,204)

Color info

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

RGB color model

#B5C4CC color RGB value is (181,196,204).

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

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 204 of 255 = 80%

181
196
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 204 = 581 (100%)
R 181 of 581 ~ 31.15%
G 196 of 581 ~ 33.73%
B 204 of 581 ~ 35.11%

%31.15
%33.73
%35.11

CMYK color model

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

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

CMYK percentages

%11.27
%3.92
%0
%20

Codes

Color #B5C4CC in popluar color models

B5C4CC
RGB181196204
HSL201°18.40%75.49%
HSB/HSV201°11.27%80.00%
CMYK11.27%3.92%0.00%
20.00%

Color #B5C4CC in popluar number systems.

HEXB5C4CC
Decimal181196204
Binary101101011100010011001100
Octal265304314

Shades and tints

Shades of #B5C4CC

#B5C4CC
(181,196,204)
#A5B3BA
(165,179,186)
#95A2A8
(149,162,168)
#859196
(133,145,150)
#758084
(117,128,132)
#656F72
(101,111,114)
#555E60
(85,94,96)
#454D4E
(69,77,78)
#353C3C
(53,60,60)
#252B2A
(37,43,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #B5C4CC

#B5C4CC
(181,196,204)
#BBC9D0
(187,201,208)
#C1CED4
(193,206,212)
#C7D3D8
(199,211,216)
#CDD8DC
(205,216,220)
#D3DDE0
(211,221,224)
#D9E2E4
(217,226,228)
#DFE7E8
(223,231,232)
#E5ECEC
(229,236,236)
#EBF1F0
(235,241,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C4CC; }

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

This text font color is #B5C4CC.


Background Color

.myBgColor { background-color: #B5C4CC; }

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

This div background color is #B5C4CC.


Border color

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

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

This div border color is #B5C4CC.


Opacity

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

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

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

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

This text has shadow with #B5C4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C4CC on black background.


Color preview on white background

This text has color #B5C4CC on white background.



Black color preview on #B5C4CC background

This text has black color on #B5C4CC background.


White color preview on #B5C4CC background

This text has white color on #B5C4CC background.