COLOR #B5CCCA

HEX: #B5CCCA
RGB: (181,204,202)

Color info

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

RGB color model

#B5CCCA color RGB value is (181,204,202).

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

RGB channels and saturation

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

181
204
202

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

Portions of RGB colors in percentages

R + G + B =
181 + 204 + 202 = 587 (100%)
R 181 of 587 ~ 30.83%
G 204 of 587 ~ 34.75%
B 202 of 587 ~ 34.41%

%30.83
%34.75
%34.41

CMYK color model

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

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

CMYK percentages

%11.27
%0
%0.98
%20

Codes

Color #B5CCCA in popluar color models

B5CCCA
RGB181204202
HSL175°18.40%75.49%
HSB/HSV175°11.27%80.00%
CMYK11.27%0.00%0.98%
20.00%

Color #B5CCCA in popluar number systems.

HEXB5CCCA
Decimal181204202
Binary101101011100110011001010
Octal265314312

Shades and tints

Shades of #B5CCCA

#B5CCCA
(181,204,202)
#A5BAB8
(165,186,184)
#95A8A6
(149,168,166)
#859694
(133,150,148)
#758482
(117,132,130)
#657270
(101,114,112)
#55605E
(85,96,94)
#454E4C
(69,78,76)
#353C3A
(53,60,58)
#252A28
(37,42,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #B5CCCA

#B5CCCA
(181,204,202)
#BBD0CE
(187,208,206)
#C1D4D2
(193,212,210)
#C7D8D6
(199,216,214)
#CDDCDA
(205,220,218)
#D3E0DE
(211,224,222)
#D9E4E2
(217,228,226)
#DFE8E6
(223,232,230)
#E5ECEA
(229,236,234)
#EBF0EE
(235,240,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CCCA; }

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

This text font color is #B5CCCA.


Background Color

.myBgColor { background-color: #B5CCCA; }

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

This div background color is #B5CCCA.


Border color

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

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

This div border color is #B5CCCA.


Opacity

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

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

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

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

This text has shadow with #B5CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CCCA on black background.


Color preview on white background

This text has color #B5CCCA on white background.



Black color preview on #B5CCCA background

This text has black color on #B5CCCA background.


White color preview on #B5CCCA background

This text has white color on #B5CCCA background.