COLOR #B5C1CC

HEX: #B5C1CC RGB: (181,193,204)

Color info

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

RGB color model

#B5C1CC color RGB value is (181,193,204).

RGB: (181,193,204) (71%, 76%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 204 of 255 = 80%

181
193
204

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

Portions of RGB colors in percentages

R + G + B = 181 + 193 + 204 = 578 (100%)
R 181 of 578 ~ 31.31%
G 193 of 578 ~ 33.39%
B 204 of 578 ~ 35.29'%

%31.31
%33.39
%35.29

CMYK color model

#B5C1CC color CMYK value is (11,5,0,20).

  • cyan value is 11.27%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (11,5,0,20)
C11M5Y0K20 (11%, 5%, 0%, 20%)
(0.11 / 0.05 / 0.00 / 0.20)

CMYK percentages

%11.27
%5.39
%0
%20

Codes

Color #B5C1CC in popluar color models

B5 C1 CC
RGB 181 193 204
HSL 209° 18.40% 75.49%
HSB/HSV 209° 11.27% 80.00%
CMYK 11.27% 5.39% 0.00%
20.00%

Color #B5C1CC in popluar number systems.

HEX B5 C1 CC
Decimal 181 193 204
Binary 10110101 11000001 11001100
Octal 265 301 314

Shades and tints

Shades of #B5C1CC

#B5C1CC
(181,193,204)
#A5B0BA
(165,176,186)
#959FA8
(149,159,168)
#858E96
(133,142,150)
#757D84
(117,125,132)
#656C72
(101,108,114)
#555B60
(85,91,96)
#454A4E
(69,74,78)
#35393C
(53,57,60)
#25282A
(37,40,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #B5C1CC

#B5C1CC
(181,193,204)
#BBC6D0
(187,198,208)
#C1CBD4
(193,203,212)
#C7D0D8
(199,208,216)
#CDD5DC
(205,213,220)
#D3DAE0
(211,218,224)
#D9DFE4
(217,223,228)
#DFE4E8
(223,228,232)
#E5E9EC
(229,233,236)
#EBEEF0
(235,238,240)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C1CC; }

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

This text font color is #B5C1CC.

Background Color

.myBgColor { background-color: #B5C1CC; }

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

This div background color is #B5C1CC.

Border color

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

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

This div border color is #B5C1CC.

Opacity

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

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

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

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

This text has shadow with #B5C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C1CC.

Preview

Color preview on black background

This text has color #B5C1CC on black background.


Color preview on white background

This text has color #B5C1CC on white background.


Black color preview on #B5C1CC background

This text has black color on #B5C1CC background.


White color preview on #B5C1CC background

This text has white color on #B5C1CC background.


Related colors

Complementary color

Complementary color for #hex is #4A3E33.


I love getcolorcode.com

Triadic colors

1 #CCB5C1 and #C1CCB5 with #B5C1CC are triadic colors.

2 #CCC1B5 and #C1B5CC with #B5C1CC are triadic colors.