COLOR #B5CCCC

HEX: #B5CCCC
RGB: (181,204,204)

Color info

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

RGB color model

#B5CCCC color RGB value is (181,204,204).

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

RGB channels and saturation

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

181
204
204

R + G + B ~ 77%. #B5CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 204 + 204 = 589 (100%)
R 181 of 589 ~ 30.73%
G 204 of 589 ~ 34.63%
B 204 of 589 ~ 34.63%

%30.73
%34.63
%34.63

CMYK color model

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

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

CMYK percentages

%11.27
%0
%0
%20

Codes

Color #B5CCCC in popluar color models

B5CCCC
RGB181204204
HSL180°18.40%75.49%
HSB/HSV180°11.27%80.00%
CMYK11.27%0.00%0.00%
20.00%

Color #B5CCCC in popluar number systems.

HEXB5CCCC
Decimal181204204
Binary101101011100110011001100
Octal265314314

Shades and tints

Shades of #B5CCCC

#B5CCCC
(181,204,204)
#A5BABA
(165,186,186)
#95A8A8
(149,168,168)
#859696
(133,150,150)
#758484
(117,132,132)
#657272
(101,114,114)
#556060
(85,96,96)
#454E4E
(69,78,78)
#353C3C
(53,60,60)
#252A2A
(37,42,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #B5CCCC

#B5CCCC
(181,204,204)
#BBD0D0
(187,208,208)
#C1D4D4
(193,212,212)
#C7D8D8
(199,216,216)
#CDDCDC
(205,220,220)
#D3E0E0
(211,224,224)
#D9E4E4
(217,228,228)
#DFE8E8
(223,232,232)
#E5ECEC
(229,236,236)
#EBF0F0
(235,240,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CCCC; }

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

This text font color is #B5CCCC.


Background Color

.myBgColor { background-color: #B5CCCC; }

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

This div background color is #B5CCCC.


Border color

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

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

This div border color is #B5CCCC.


Opacity

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

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

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

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

This text has shadow with #B5CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CCCC on black background.


Color preview on white background

This text has color #B5CCCC on white background.



Black color preview on #B5CCCC background

This text has black color on #B5CCCC background.


White color preview on #B5CCCC background

This text has white color on #B5CCCC background.